Class protos.google.type.Color (3.13.0)

Represents a Color.

Package

@google-cloud/aiplatform

Constructors

(constructor)(properties)

constructor(properties?: google.type.IColor);

Constructs a new Color.

Parameter
NameDescription
properties IColor

Properties to set

Properties

alpha

public alpha?: (google.protobuf.IFloatValue|null);

Color alpha.

blue

public blue: number;

Color blue.

green

public green: number;

Color green.

red

public red: number;

Color red.

Methods

create(properties)

public static create(properties?: google.type.IColor): google.type.Color;

Creates a new Color instance using the specified properties.

Parameter
NameDescription
properties IColor

Properties to set

Returns
TypeDescription
Color

Color instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.type.Color;

Decodes a Color message from the specified reader or buffer.

Parameters
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
Color

Color

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.type.Color;

Decodes a Color message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
Color

Color

encode(message, writer)

public static encode(message: google.type.IColor, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Color message. Does not implicitly messages.

Parameters
NameDescription
message IColor

Color message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.type.IColor, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Color message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IColor

Color message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.type.Color;

Creates a Color message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
Color

Color

getTypeUrl(typeUrlPrefix)

public static getTypeUrl(typeUrlPrefix?: string): string;

Gets the default type url for Color

Parameter
NameDescription
typeUrlPrefix string

your custom typeUrlPrefix(default "type.googleapis.com")

Returns
TypeDescription
string

The default type url

toJSON()

public toJSON(): { [k: string]: any };

Converts this Color to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.type.Color, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a Color message. Also converts values to other types if specified.

Parameters
NameDescription
message Color

Color

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a Color message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not