- 2.63.1 (latest)
- 2.62.0
- 2.61.3
- 2.60.0
- 2.59.2
- 2.58.0
- 2.57.0
- 2.56.0
- 2.54.1
- 2.53.0
- 2.52.0
- 2.51.0
- 2.50.1
- 2.49.0
- 2.48.0
- 2.46.0
- 2.45.1
- 2.44.0
- 2.43.0
- 2.42.0
- 2.41.0
- 2.40.0
- 2.39.1
- 2.38.0
- 2.37.1
- 2.36.0
- 2.34.0
- 2.33.0
- 2.32.0
- 2.30.0
- 2.29.0
- 2.28.0
- 2.27.0
- 2.26.0
- 2.25.1
- 2.24.0
- 2.23.1
- 2.22.1
- 2.21.1
- 2.15.0
- 2.14.3
- 2.13.0
- 2.12.0
- 2.11.0
- 2.10.0
- 2.9.6
- 2.8.4
- 2.7.4
public static final class BorderStyle.Builder extends GeneratedMessageV3.Builder<BorderStyle.Builder> implements BorderStyleOrBuilderThe style options for the border of a card or widget, including the border type and color.
Google Workspace add-ons and Chat apps:
Protobuf type google.apps.card.v1.BorderStyle
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > BorderStyle.BuilderImplements
BorderStyleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BorderStyle.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
build()
public BorderStyle build()| Returns | |
|---|---|
| Type | Description |
BorderStyle |
|
buildPartial()
public BorderStyle buildPartial()| Returns | |
|---|---|
| Type | Description |
BorderStyle |
|
clear()
public BorderStyle.Builder clear()| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
clearCornerRadius()
public BorderStyle.Builder clearCornerRadius()The corner radius for the border.
int32 corner_radius = 3;
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public BorderStyle.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
clearOneof(Descriptors.OneofDescriptor oneof)
public BorderStyle.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description |
oneof |
OneofDescriptor |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
clearStrokeColor()
public BorderStyle.Builder clearStrokeColor() The colors to use when the type is BORDER_TYPE_STROKE.
To set the stroke color, specify a value for the red, green, and blue
fields.
The value must be a float number between 0 and 1 based on the RGB color
value, where 0 (0/255) represents the absence of color and 1 (255/255)
represents the maximum intensity of the color.
For example, the following sets the color to red at its maximum intensity:
`
"color": {
"red": 1,
"green": 0,
"blue": 0,
}
The alpha` field is unavailable for stroke color. If specified, this field
is ignored.
.google.type.Color stroke_color = 2;
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
clearType()
public BorderStyle.Builder clearType()The border type.
.google.apps.card.v1.BorderStyle.BorderType type = 1;
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
This builder for chaining. |
clone()
public BorderStyle.Builder clone()| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
getCornerRadius()
public int getCornerRadius()The corner radius for the border.
int32 corner_radius = 3;
| Returns | |
|---|---|
| Type | Description |
int |
The cornerRadius. |
getDefaultInstanceForType()
public BorderStyle getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
BorderStyle |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getStrokeColor()
public Color getStrokeColor() The colors to use when the type is BORDER_TYPE_STROKE.
To set the stroke color, specify a value for the red, green, and blue
fields.
The value must be a float number between 0 and 1 based on the RGB color
value, where 0 (0/255) represents the absence of color and 1 (255/255)
represents the maximum intensity of the color.
For example, the following sets the color to red at its maximum intensity:
`
"color": {
"red": 1,
"green": 0,
"blue": 0,
}
The alpha` field is unavailable for stroke color. If specified, this field
is ignored.
.google.type.Color stroke_color = 2;
| Returns | |
|---|---|
| Type | Description |
Color |
The strokeColor. |
getStrokeColorBuilder()
public Color.Builder getStrokeColorBuilder() The colors to use when the type is BORDER_TYPE_STROKE.
To set the stroke color, specify a value for the red, green, and blue
fields.
The value must be a float number between 0 and 1 based on the RGB color
value, where 0 (0/255) represents the absence of color and 1 (255/255)
represents the maximum intensity of the color.
For example, the following sets the color to red at its maximum intensity:
`
"color": {
"red": 1,
"green": 0,
"blue": 0,
}
The alpha` field is unavailable for stroke color. If specified, this field
is ignored.
.google.type.Color stroke_color = 2;
| Returns | |
|---|---|
| Type | Description |
Color.Builder |
|
getStrokeColorOrBuilder()
public ColorOrBuilder getStrokeColorOrBuilder() The colors to use when the type is BORDER_TYPE_STROKE.
To set the stroke color, specify a value for the red, green, and blue
fields.
The value must be a float number between 0 and 1 based on the RGB color
value, where 0 (0/255) represents the absence of color and 1 (255/255)
represents the maximum intensity of the color.
For example, the following sets the color to red at its maximum intensity:
`
"color": {
"red": 1,
"green": 0,
"blue": 0,
}
The alpha` field is unavailable for stroke color. If specified, this field
is ignored.
.google.type.Color stroke_color = 2;
| Returns | |
|---|---|
| Type | Description |
ColorOrBuilder |
|
getType()
public BorderStyle.BorderType getType()The border type.
.google.apps.card.v1.BorderStyle.BorderType type = 1;
| Returns | |
|---|---|
| Type | Description |
BorderStyle.BorderType |
The type. |
getTypeValue()
public int getTypeValue()The border type.
.google.apps.card.v1.BorderStyle.BorderType type = 1;
| Returns | |
|---|---|
| Type | Description |
int |
The enum numeric value on the wire for type. |
hasStrokeColor()
public boolean hasStrokeColor() The colors to use when the type is BORDER_TYPE_STROKE.
To set the stroke color, specify a value for the red, green, and blue
fields.
The value must be a float number between 0 and 1 based on the RGB color
value, where 0 (0/255) represents the absence of color and 1 (255/255)
represents the maximum intensity of the color.
For example, the following sets the color to red at its maximum intensity:
`
"color": {
"red": 1,
"green": 0,
"blue": 0,
}
The alpha` field is unavailable for stroke color. If specified, this field
is ignored.
.google.type.Color stroke_color = 2;
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the strokeColor field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(BorderStyle other)
public BorderStyle.Builder mergeFrom(BorderStyle other)| Parameter | |
|---|---|
| Name | Description |
other |
BorderStyle |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public BorderStyle.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public BorderStyle.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
mergeStrokeColor(Color value)
public BorderStyle.Builder mergeStrokeColor(Color value) The colors to use when the type is BORDER_TYPE_STROKE.
To set the stroke color, specify a value for the red, green, and blue
fields.
The value must be a float number between 0 and 1 based on the RGB color
value, where 0 (0/255) represents the absence of color and 1 (255/255)
represents the maximum intensity of the color.
For example, the following sets the color to red at its maximum intensity:
`
"color": {
"red": 1,
"green": 0,
"blue": 0,
}
The alpha` field is unavailable for stroke color. If specified, this field
is ignored.
.google.type.Color stroke_color = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Color |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BorderStyle.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
setCornerRadius(int value)
public BorderStyle.Builder setCornerRadius(int value)The corner radius for the border.
int32 corner_radius = 3;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe cornerRadius to set. |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public BorderStyle.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BorderStyle.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Parameters | |
|---|---|
| Name | Description |
field |
FieldDescriptor |
index |
int |
value |
Object |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
setStrokeColor(Color value)
public BorderStyle.Builder setStrokeColor(Color value) The colors to use when the type is BORDER_TYPE_STROKE.
To set the stroke color, specify a value for the red, green, and blue
fields.
The value must be a float number between 0 and 1 based on the RGB color
value, where 0 (0/255) represents the absence of color and 1 (255/255)
represents the maximum intensity of the color.
For example, the following sets the color to red at its maximum intensity:
`
"color": {
"red": 1,
"green": 0,
"blue": 0,
}
The alpha` field is unavailable for stroke color. If specified, this field
is ignored.
.google.type.Color stroke_color = 2;
| Parameter | |
|---|---|
| Name | Description |
value |
Color |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
setStrokeColor(Color.Builder builderForValue)
public BorderStyle.Builder setStrokeColor(Color.Builder builderForValue) The colors to use when the type is BORDER_TYPE_STROKE.
To set the stroke color, specify a value for the red, green, and blue
fields.
The value must be a float number between 0 and 1 based on the RGB color
value, where 0 (0/255) represents the absence of color and 1 (255/255)
represents the maximum intensity of the color.
For example, the following sets the color to red at its maximum intensity:
`
"color": {
"red": 1,
"green": 0,
"blue": 0,
}
The alpha` field is unavailable for stroke color. If specified, this field
is ignored.
.google.type.Color stroke_color = 2;
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Color.Builder |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|
setType(BorderStyle.BorderType value)
public BorderStyle.Builder setType(BorderStyle.BorderType value)The border type.
.google.apps.card.v1.BorderStyle.BorderType type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
BorderStyle.BorderTypeThe type to set. |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
This builder for chaining. |
setTypeValue(int value)
public BorderStyle.Builder setTypeValue(int value)The border type.
.google.apps.card.v1.BorderStyle.BorderType type = 1;
| Parameter | |
|---|---|
| Name | Description |
value |
intThe enum numeric value on the wire for type to set. |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final BorderStyle.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description |
unknownFields |
UnknownFieldSet |
| Returns | |
|---|---|
| Type | Description |
BorderStyle.Builder |
|