Database Center v1beta API - Class QueryProductsResponse (1.0.0-beta01)

public sealed class QueryProductsResponse : IPageResponse<Product>, IEnumerable<Product>, IEnumerable, IMessage<QueryProductsResponse>, IEquatable<QueryProductsResponse>, IDeepCloneable<QueryProductsResponse>, IBufferMessage, IMessage

Reference documentation and code samples for the Database Center v1beta API class QueryProductsResponse.

QueryProductsResponse represents the response containing a list of products.

Inheritance

object > QueryProductsResponse

Namespace

Google.Cloud.DatabaseCenter.V1Beta

Assembly

Google.Cloud.DatabaseCenter.V1Beta.dll

Constructors

QueryProductsResponse()

public QueryProductsResponse()

QueryProductsResponse(QueryProductsResponse)

public QueryProductsResponse(QueryProductsResponse other)
Parameter
Name Description
other QueryProductsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token that can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages

Property Value
Type Description
string

Products

public RepeatedField<Product> Products { get; }

List of database products returned.

Property Value
Type Description
RepeatedFieldProduct

Unreachable

public RepeatedField<string> Unreachable { get; }

Unordered list. List of unreachable regions from where data could not be retrieved.

Property Value
Type Description
RepeatedFieldstring

Methods

GetEnumerator()

public IEnumerator<Product> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
Type Description
IEnumeratorProduct