Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LicenseConfigsResource.ListRequest

Lists all the LicenseConfigs associated with the project.

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

Constructors

ListRequest(IClientService, string)

Constructs a new List request.

Declaration
public ListRequest(IClientService service, string parent)
Parameters
Type Name Description
IClientService service
string parent

Properties

Filter

Optional. The filter to apply to the list results. The supported fields are: * subscription_tier * state Examples: * subscription_tier=SUBSCRIPTION_TIER_SEARCH,state=ACTIVE - Lists all active search license configs. * state=ACTIVE - Lists all active license configs. The filter string should be a comma-separated list of field=value pairs.

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<GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse>.HttpMethod

MethodName

Gets the method name.

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

PageSize

Optional. Not supported.

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

PageToken

Optional. Not supported.

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

Parent

Required. The parent branch resource name, such as projects/{project}/locations/{location}.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes List parameter list.

Declaration
protected override void InitParameters()
Overrides
DiscoveryEngineBaseServiceRequest<GoogleCloudDiscoveryengineV1betaListLicenseConfigsResponse>.InitParameters()

Implements

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