public sealed class QueryProductsResponse : IPageResponse<Product>, IEnumerable<Product>, IEnumerable, IMessage<QueryProductsResponse>, IEquatable<QueryProductsResponse>, IDeepCloneable<QueryProductsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Database Center v1beta API class QueryProductsResponse.
QueryProductsResponse represents the response containing a list of products.
Implements
IPageResponseProduct, IEnumerableProduct, IEnumerable, IMessageQueryProductsResponse, IEquatableQueryProductsResponse, IDeepCloneableQueryProductsResponse, IBufferMessage, IMessageNamespace
Google.Cloud.DatabaseCenter.V1BetaAssembly
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 |
|