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 ColorButton.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.ColorButton. getColor()If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.ColorButtonOrBuilder. getColor()If set, the button is filled with a solid background color and the font color changes to maintain contrast with the background color.ColorBorderStyle.Builder. getStrokeColor()The colors to use when the type is `BORDER_TYPE_STROKE`.ColorBorderStyle. getStrokeColor()The colors to use when the type is `BORDER_TYPE_STROKE`.ColorBorderStyleOrBuilder. 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.BuilderButton.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.BuilderBorderStyle.Builder. mergeStrokeColor(Color value)The colors to use when the type is `BORDER_TYPE_STROKE`.Button.BuilderButton.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.BuilderBorderStyle.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 ColorColor.Builder. build()ColorColor.Builder. buildPartial()static ColorColor. getDefaultInstance()ColorColor.Builder. getDefaultInstanceForType()ColorColor. getDefaultInstanceForType()static ColorColor. parseDelimitedFrom(java.io.InputStream input)static ColorColor. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorColor. parseFrom(byte[] data)static ColorColor. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorColor. parseFrom(com.google.protobuf.ByteString data)static ColorColor. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorColor. parseFrom(com.google.protobuf.CodedInputStream input)static ColorColor. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorColor. parseFrom(java.io.InputStream input)static ColorColor. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ColorColor. parseFrom(java.nio.ByteBuffer data)static ColorColor. 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.BuilderColor.Builder. mergeFrom(Color other)static Color.BuilderColor. newBuilder(Color prototype)
-