Uses of Class
com.google.apps.card.v1.BorderStyle.Builder
Packages that use BorderStyle.Builder
-
Uses of BorderStyle.Builder in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return BorderStyle.BuilderModifier and TypeMethodDescriptionBorderStyle.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) BorderStyle.Builder.clear()
BorderStyle.Builder.clearCornerRadius()
The corner radius for the border.BorderStyle.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) BorderStyle.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) BorderStyle.Builder.clearStrokeColor()
The colors to use when the type is `BORDER_TYPE_STROKE`.BorderStyle.Builder.clearType()
The border type.BorderStyle.Builder.clone()
Grid.Builder.getBorderStyleBuilder()
The border style to apply to each grid item.ImageComponent.Builder.getBorderStyleBuilder()
The border style to apply to the image.BorderStyle.Builder.mergeFrom
(BorderStyle other) BorderStyle.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) BorderStyle.Builder.mergeFrom
(com.google.protobuf.Message other) BorderStyle.Builder.mergeStrokeColor
(Color value) The colors to use when the type is `BORDER_TYPE_STROKE`.final BorderStyle.Builder
BorderStyle.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) static BorderStyle.Builder
BorderStyle.newBuilder()
static BorderStyle.Builder
BorderStyle.newBuilder
(BorderStyle prototype) BorderStyle.newBuilderForType()
protected BorderStyle.Builder
BorderStyle.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) BorderStyle.Builder.setCornerRadius
(int value) The corner radius for the border.BorderStyle.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) BorderStyle.Builder.setStrokeColor
(Color value) The colors to use when the type is `BORDER_TYPE_STROKE`.BorderStyle.Builder.setStrokeColor
(Color.Builder builderForValue) The colors to use when the type is `BORDER_TYPE_STROKE`.BorderStyle.Builder.setType
(BorderStyle.BorderType value) The border type.BorderStyle.Builder.setTypeValue
(int value) The border type.final BorderStyle.Builder
BorderStyle.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) BorderStyle.toBuilder()
Methods in com.google.apps.card.v1 with parameters of type BorderStyle.BuilderModifier and TypeMethodDescriptionGrid.Builder.setBorderStyle
(BorderStyle.Builder builderForValue) The border style to apply to each grid item.ImageComponent.Builder.setBorderStyle
(BorderStyle.Builder builderForValue) The border style to apply to the image.