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 BorderStyle
BorderStyle.Builder. build()
BorderStyle
BorderStyle.Builder. buildPartial()
BorderStyle
Grid.Builder. getBorderStyle()
The border style to apply to each grid item.BorderStyle
Grid. getBorderStyle()
The border style to apply to each grid item.BorderStyle
GridOrBuilder. getBorderStyle()
The border style to apply to each grid item.BorderStyle
ImageComponent.Builder. getBorderStyle()
The border style to apply to the image.BorderStyle
ImageComponent. getBorderStyle()
The border style to apply to the image.BorderStyle
ImageComponentOrBuilder. getBorderStyle()
The border style to apply to the image.static BorderStyle
BorderStyle. getDefaultInstance()
BorderStyle
BorderStyle.Builder. getDefaultInstanceForType()
BorderStyle
BorderStyle. getDefaultInstanceForType()
static BorderStyle
BorderStyle. parseDelimitedFrom(java.io.InputStream input)
static BorderStyle
BorderStyle. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BorderStyle
BorderStyle. parseFrom(byte[] data)
static BorderStyle
BorderStyle. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BorderStyle
BorderStyle. parseFrom(com.google.protobuf.ByteString data)
static BorderStyle
BorderStyle. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BorderStyle
BorderStyle. parseFrom(com.google.protobuf.CodedInputStream input)
static BorderStyle
BorderStyle. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BorderStyle
BorderStyle. parseFrom(java.io.InputStream input)
static BorderStyle
BorderStyle. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static BorderStyle
BorderStyle. parseFrom(java.nio.ByteBuffer data)
static BorderStyle
BorderStyle. 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.Builder
Grid.Builder. mergeBorderStyle(BorderStyle value)
The border style to apply to each grid item.ImageComponent.Builder
ImageComponent.Builder. mergeBorderStyle(BorderStyle value)
The border style to apply to the image.BorderStyle.Builder
BorderStyle.Builder. mergeFrom(BorderStyle other)
static BorderStyle.Builder
BorderStyle. newBuilder(BorderStyle prototype)
Grid.Builder
Grid.Builder. setBorderStyle(BorderStyle value)
The border style to apply to each grid item.ImageComponent.Builder
ImageComponent.Builder. setBorderStyle(BorderStyle value)
The border style to apply to the image.
-