Uses of Class
com.google.type.Color
-
Packages that use Color Package Description com.google.apps.card.v1 com.google.type -
-
Uses of Color in com.google.apps.card.v1
Methods in com.google.apps.card.v1 that return Color Modifier and Type Method Description Color
Button.Builder. getColor()
If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.Color
Button. getColor()
If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.Color
ButtonOrBuilder. getColor()
If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.Color
BorderStyle.Builder. getStrokeColor()
The colors to use when the type is `BORDER_TYPE_STROKE`.Color
BorderStyle. getStrokeColor()
The colors to use when the type is `BORDER_TYPE_STROKE`.Color
BorderStyleOrBuilder. getStrokeColor()
The colors to use when the type is `BORDER_TYPE_STROKE`.Methods in com.google.apps.card.v1 with parameters of type Color Modifier and Type Method Description Button.Builder
Button.Builder. mergeColor(Color value)
If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.BorderStyle.Builder
BorderStyle.Builder. mergeStrokeColor(Color value)
The colors to use when the type is `BORDER_TYPE_STROKE`.Button.Builder
Button.Builder. setColor(Color value)
If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.BorderStyle.Builder
BorderStyle.Builder. setStrokeColor(Color value)
The colors to use when the type is `BORDER_TYPE_STROKE`. -
Uses of Color in com.google.type
Methods in com.google.type that return Color Modifier and Type Method Description Color
Color.Builder. build()
Color
Color.Builder. buildPartial()
static Color
Color. getDefaultInstance()
Color
Color.Builder. getDefaultInstanceForType()
Color
Color. getDefaultInstanceForType()
static Color
Color. parseDelimitedFrom(java.io.InputStream input)
static Color
Color. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(byte[] data)
static Color
Color. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(com.google.protobuf.ByteString data)
static Color
Color. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(com.google.protobuf.CodedInputStream input)
static Color
Color. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(java.io.InputStream input)
static Color
Color. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static Color
Color. parseFrom(java.nio.ByteBuffer data)
static Color
Color. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.type that return types with arguments of type Color Modifier and Type Method Description com.google.protobuf.Parser<Color>
Color. getParserForType()
static com.google.protobuf.Parser<Color>
Color. parser()
Methods in com.google.type with parameters of type Color Modifier and Type Method Description Color.Builder
Color.Builder. mergeFrom(Color other)
static Color.Builder
Color. newBuilder(Color prototype)
-