Class protos.google.api.servicecontrol.v1.CheckResponse (3.2.0)

Represents a CheckResponse.

Package

@google-cloud/service-control

Constructors

(constructor)(properties)

constructor(properties?: google.api.servicecontrol.v1.ICheckResponse);

Constructs a new CheckResponse.

Parameter
NameDescription
properties ICheckResponse

Properties to set

Properties

checkErrors

public checkErrors: google.api.servicecontrol.v1.ICheckError[];

CheckResponse checkErrors.

checkInfo

public checkInfo?: (google.api.servicecontrol.v1.CheckResponse.ICheckInfo|null);

CheckResponse checkInfo.

operationId

public operationId: string;

CheckResponse operationId.

serviceConfigId

public serviceConfigId: string;

CheckResponse serviceConfigId.

serviceRolloutId

public serviceRolloutId: string;

CheckResponse serviceRolloutId.

Methods

create(properties)

public static create(properties?: google.api.servicecontrol.v1.ICheckResponse): google.api.servicecontrol.v1.CheckResponse;

Creates a new CheckResponse instance using the specified properties.

Parameter
NameDescription
properties ICheckResponse

Properties to set

Returns
TypeDescription
CheckResponse

CheckResponse instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.api.servicecontrol.v1.CheckResponse;

Decodes a CheckResponse 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
CheckResponse

CheckResponse

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.api.servicecontrol.v1.CheckResponse;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
CheckResponse

CheckResponse

encode(message, writer)

public static encode(message: google.api.servicecontrol.v1.ICheckResponse, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified CheckResponse message. Does not implicitly messages.

Parameters
NameDescription
message ICheckResponse

CheckResponse 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.api.servicecontrol.v1.ICheckResponse, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message ICheckResponse

CheckResponse 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.api.servicecontrol.v1.CheckResponse;

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

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

Plain object

Returns
TypeDescription
CheckResponse

CheckResponse

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for CheckResponse

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 CheckResponse to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.api.servicecontrol.v1.CheckResponse, options?: $protobuf.IConversionOptions): { [k: string]: any };

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

Parameters
NameDescription
message CheckResponse

CheckResponse

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 CheckResponse 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