Class protos.google.cloud.recommender.v1.ListRecommendationsResponse (6.1.1)

Represents a ListRecommendationsResponse.

Package

@google-cloud/recommender

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.recommender.v1.IListRecommendationsResponse);

Constructs a new ListRecommendationsResponse.

Parameter
NameDescription
properties IListRecommendationsResponse

Properties to set

Properties

nextPageToken

public nextPageToken: string;

ListRecommendationsResponse nextPageToken.

recommendations

public recommendations: google.cloud.recommender.v1.IRecommendation[];

ListRecommendationsResponse recommendations.

Methods

create(properties)

public static create(properties?: google.cloud.recommender.v1.IListRecommendationsResponse): google.cloud.recommender.v1.ListRecommendationsResponse;

Creates a new ListRecommendationsResponse instance using the specified properties.

Parameter
NameDescription
properties IListRecommendationsResponse

Properties to set

Returns
TypeDescription
ListRecommendationsResponse

ListRecommendationsResponse instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.recommender.v1.ListRecommendationsResponse;

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

ListRecommendationsResponse

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.recommender.v1.ListRecommendationsResponse;

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

Parameter
NameDescription
reader (Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
ListRecommendationsResponse

ListRecommendationsResponse

encode(message, writer)

public static encode(message: google.cloud.recommender.v1.IListRecommendationsResponse, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified ListRecommendationsResponse message. Does not implicitly messages.

Parameters
NameDescription
message IListRecommendationsResponse

ListRecommendationsResponse 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.cloud.recommender.v1.IListRecommendationsResponse, writer?: $protobuf.Writer): $protobuf.Writer;

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

Parameters
NameDescription
message IListRecommendationsResponse

ListRecommendationsResponse 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.cloud.recommender.v1.ListRecommendationsResponse;

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

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

Plain object

Returns
TypeDescription
ListRecommendationsResponse

ListRecommendationsResponse

getTypeUrl(typeUrlPrefix)

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

Gets the default type url for ListRecommendationsResponse

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

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

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

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

Parameters
NameDescription
message ListRecommendationsResponse

ListRecommendationsResponse

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