Uses of Class
com.google.apps.card.v1.BorderStyle
-
Packages that use BorderStyle Package Description com.google.apps.card.v1 -
-
Uses of BorderStyle in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return BorderStyle Modifier and Type Method Description BorderStyleBorderStyle.Builder. build()BorderStyleBorderStyle.Builder. buildPartial()BorderStyleGrid.Builder. getBorderStyle()The border style to apply to each grid item.BorderStyleGrid. getBorderStyle()The border style to apply to each grid item.BorderStyleGridOrBuilder. getBorderStyle()The border style to apply to each grid item.BorderStyleImageComponent.Builder. getBorderStyle()The border style to apply to the image.BorderStyleImageComponent. getBorderStyle()The border style to apply to the image.BorderStyleImageComponentOrBuilder. getBorderStyle()The border style to apply to the image.static BorderStyleBorderStyle. getDefaultInstance()BorderStyleBorderStyle.Builder. getDefaultInstanceForType()BorderStyleBorderStyle. getDefaultInstanceForType()static BorderStyleBorderStyle. parseDelimitedFrom(java.io.InputStream input)static BorderStyleBorderStyle. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BorderStyleBorderStyle. parseFrom(byte[] data)static BorderStyleBorderStyle. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BorderStyleBorderStyle. parseFrom(com.google.protobuf.ByteString data)static BorderStyleBorderStyle. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BorderStyleBorderStyle. parseFrom(com.google.protobuf.CodedInputStream input)static BorderStyleBorderStyle. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BorderStyleBorderStyle. parseFrom(java.io.InputStream input)static BorderStyleBorderStyle. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static BorderStyleBorderStyle. parseFrom(java.nio.ByteBuffer data)static BorderStyleBorderStyle. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.apps.card.v1 that return types with arguments of type BorderStyle Modifier and Type Method Description com.google.protobuf.Parser<BorderStyle>BorderStyle. getParserForType()static com.google.protobuf.Parser<BorderStyle>BorderStyle. parser()Methods in com.google.apps.card.v1 with parameters of type BorderStyle Modifier and Type Method Description Grid.BuilderGrid.Builder. mergeBorderStyle(BorderStyle value)The border style to apply to each grid item.ImageComponent.BuilderImageComponent.Builder. mergeBorderStyle(BorderStyle value)The border style to apply to the image.BorderStyle.BuilderBorderStyle.Builder. mergeFrom(BorderStyle other)static BorderStyle.BuilderBorderStyle. newBuilder(BorderStyle prototype)Grid.BuilderGrid.Builder. setBorderStyle(BorderStyle value)The border style to apply to each grid item.ImageComponent.BuilderImageComponent.Builder. setBorderStyle(BorderStyle value)The border style to apply to the image.
-