Uses of Class
com.google.apps.card.v1.BorderStyle
Packages that use BorderStyle
-
Uses of BorderStyle in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return BorderStyleModifier and TypeMethodDescriptionBorderStyle.Builder.build()
BorderStyle.Builder.buildPartial()
Grid.Builder.getBorderStyle()
The border style to apply to each grid item.Grid.getBorderStyle()
The border style to apply to each grid item.GridOrBuilder.getBorderStyle()
The border style to apply to each grid item.ImageComponent.Builder.getBorderStyle()
The border style to apply to the image.ImageComponent.getBorderStyle()
The border style to apply to the image.ImageComponentOrBuilder.getBorderStyle()
The border style to apply to the image.static BorderStyle
BorderStyle.getDefaultInstance()
BorderStyle.Builder.getDefaultInstanceForType()
BorderStyle.getDefaultInstanceForType()
static BorderStyle
BorderStyle.parseDelimitedFrom
(InputStream input) static BorderStyle
BorderStyle.parseDelimitedFrom
(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
(InputStream input) static BorderStyle
BorderStyle.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BorderStyle
BorderStyle.parseFrom
(ByteBuffer data) static BorderStyle
BorderStyle.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in com.google.apps.card.v1 that return types with arguments of type BorderStyleModifier and TypeMethodDescriptioncom.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 BorderStyleModifier and TypeMethodDescriptionGrid.Builder.mergeBorderStyle
(BorderStyle value) The border style to apply to each grid item.ImageComponent.Builder.mergeBorderStyle
(BorderStyle value) The border style to apply to the image.BorderStyle.Builder.mergeFrom
(BorderStyle other) static BorderStyle.Builder
BorderStyle.newBuilder
(BorderStyle prototype) Grid.Builder.setBorderStyle
(BorderStyle value) The border style to apply to each grid item.ImageComponent.Builder.setBorderStyle
(BorderStyle value) The border style to apply to the image.