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 BorderStyleBorderStyle.getDefaultInstance()BorderStyle.Builder.getDefaultInstanceForType()BorderStyle.getDefaultInstanceForType()static BorderStyleBorderStyle.parseDelimitedFrom(InputStream input) static BorderStyleBorderStyle.parseDelimitedFrom(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(InputStream input) static BorderStyleBorderStyle.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static BorderStyleBorderStyle.parseFrom(ByteBuffer data) static BorderStyleBorderStyle.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.BuilderBorderStyle.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.