Show / Hide Table of Contents

Class V1betaResource.QueryProductsRequest

QueryProducts provides a list of all possible products which can be used to filter database resources.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<QueryProductsResponse>
DatabaseCenterBaseServiceRequest<QueryProductsResponse>
V1betaResource.QueryProductsRequest
Implements
IClientServiceRequest<QueryProductsResponse>
IClientServiceRequest
Inherited Members
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.Xgafv
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.AccessToken
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.Alt
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.Callback
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.Fields
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.Key
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.OauthToken
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.PrettyPrint
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.QuotaUser
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.UploadType
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.UploadProtocol
ClientServiceRequest<QueryProductsResponse>.Execute()
ClientServiceRequest<QueryProductsResponse>.ExecuteAsStream()
ClientServiceRequest<QueryProductsResponse>.ExecuteAsync()
ClientServiceRequest<QueryProductsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<QueryProductsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<QueryProductsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<QueryProductsResponse>.CreateRequest(bool?)
ClientServiceRequest<QueryProductsResponse>.GenerateRequestUri()
ClientServiceRequest<QueryProductsResponse>.GetBody()
ClientServiceRequest<QueryProductsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<QueryProductsResponse>.ETagAction
ClientServiceRequest<QueryProductsResponse>.ModifyRequest
ClientServiceRequest<QueryProductsResponse>.ValidateParameters
ClientServiceRequest<QueryProductsResponse>.ApiVersion
ClientServiceRequest<QueryProductsResponse>.RequestParameters
ClientServiceRequest<QueryProductsResponse>.Service
ClientServiceRequest._unsuccessfulResponseHandlers
ClientServiceRequest._exceptionHandlers
ClientServiceRequest._executeInterceptors
ClientServiceRequest.AddUnsuccessfulResponseHandler(IHttpUnsuccessfulResponseHandler)
ClientServiceRequest.AddExceptionHandler(IHttpExceptionHandler)
ClientServiceRequest.AddExecuteInterceptor(IHttpExecuteInterceptor)
ClientServiceRequest.Credential
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DatabaseCenter.v1beta
Assembly: Google.Apis.DatabaseCenter.v1beta.dll
Syntax
public class V1betaResource.QueryProductsRequest : DatabaseCenterBaseServiceRequest<QueryProductsResponse>, IClientServiceRequest<QueryProductsResponse>, IClientServiceRequest

Constructors

QueryProductsRequest(IClientService)

Constructs a new QueryProducts request.

Declaration
public QueryProductsRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<QueryProductsResponse>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<QueryProductsResponse>.MethodName

PageSize

Optional. If unspecified, at most 50 products will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.

Declaration
[RequestParameter("pageSize", RequestParameterType.Query)]
public virtual int? PageSize { get; set; }
Property Value
Type Description
int?

PageToken

Optional. A page token, received from a previous ListLocations call. Provide this to retrieve the subsequent page. All other parameters except page size should match the call that provided the page page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { get; set; }
Property Value
Type Description
string

Parent

Required. Parent can be a project, a folder, or an organization. The allowed values are: * projects/{PROJECT_ID}/locations/{LOCATION} (e.g.,"projects/foo-bar/locations/us-central1") * projects/{PROJECT_NUMBER}/locations/{LOCATION} (e.g.,"projects/12345678/locations/us-central1") * folders/{FOLDER_NUMBER}/locations/{LOCATION} (e.g.,"folders/1234567/locations/us-central1") * organizations/{ORGANIZATION_NUMBER}/locations/{LOCATION} (e.g.,"organizations/123456/locations/us-central1") * projects/{PROJECT_ID} (e.g., "projects/foo-bar") * projects/{PROJECT_NUMBER} (e.g., "projects/12345678") * folders/{FOLDER_NUMBER} (e.g., "folders/1234567") * organizations/{ORGANIZATION_NUMBER} (e.g., "organizations/123456")

Declaration
[RequestParameter("parent", RequestParameterType.Query)]
public virtual string Parent { get; set; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
ClientServiceRequest<QueryProductsResponse>.RestPath

Methods

InitParameters()

Initializes QueryProducts parameter list.

Declaration
protected override void InitParameters()
Overrides
DatabaseCenterBaseServiceRequest<QueryProductsResponse>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In this article
Back to top Generated by DocFX