Show / Hide Table of Contents

Class LogicalProductsResource.ListRequest

Lists LogicalProducts matching given criteria.

Inheritance
object
ClientServiceRequest
ClientServiceRequest<ListLogicalProductsResponse>
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>
LogicalProductsResource.ListRequest
Implements
IClientServiceRequest<ListLogicalProductsResponse>
IClientServiceRequest
Inherited Members
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.Xgafv
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.AccessToken
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.Alt
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.Callback
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.Fields
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.Key
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.OauthToken
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.PrettyPrint
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.QuotaUser
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.UploadType
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.UploadProtocol
ClientServiceRequest<ListLogicalProductsResponse>.Execute()
ClientServiceRequest<ListLogicalProductsResponse>.ExecuteAsStream()
ClientServiceRequest<ListLogicalProductsResponse>.ExecuteAsync()
ClientServiceRequest<ListLogicalProductsResponse>.ExecuteAsync(CancellationToken)
ClientServiceRequest<ListLogicalProductsResponse>.ExecuteAsStreamAsync()
ClientServiceRequest<ListLogicalProductsResponse>.ExecuteAsStreamAsync(CancellationToken)
ClientServiceRequest<ListLogicalProductsResponse>.CreateRequest(bool?)
ClientServiceRequest<ListLogicalProductsResponse>.GenerateRequestUri()
ClientServiceRequest<ListLogicalProductsResponse>.GetBody()
ClientServiceRequest<ListLogicalProductsResponse>.GetDefaultETagAction(string)
ClientServiceRequest<ListLogicalProductsResponse>.ETagAction
ClientServiceRequest<ListLogicalProductsResponse>.ModifyRequest
ClientServiceRequest<ListLogicalProductsResponse>.ValidateParameters
ClientServiceRequest<ListLogicalProductsResponse>.ApiVersion
ClientServiceRequest<ListLogicalProductsResponse>.RequestParameters
ClientServiceRequest<ListLogicalProductsResponse>.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.CloudProductRegistry.v1
Assembly: Google.Apis.CloudProductRegistry.v1.dll
Syntax
public class LogicalProductsResource.ListRequest : CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>, IClientServiceRequest<ListLogicalProductsResponse>, IClientServiceRequest

Constructors

ListRequest(IClientService)

Constructs a new List request.

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

Properties

Filter

Optional. The filter expression for listing logical products. Filter syntax: https://google.aip.dev/160 Supported fields: suite_id

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

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

PageSize

Optional. The maximum number of logical products to return. The service may return fewer than this value. If unspecified, at most 100 logical products will be returned. The maximum value is 500; values above 500 will be coerced to 500.

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 ListLogicalProducts call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListLogicalProducts must match the call that provided the page token.

Declaration
[RequestParameter("pageToken", RequestParameterType.Query)]
public virtual string PageToken { 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<ListLogicalProductsResponse>.RestPath

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudProductRegistryBaseServiceRequest<ListLogicalProductsResponse>.InitParameters()

Implements

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