Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.LicenseConfigsResource.GetRequest

Gets a LicenseConfig.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string name)
Parameters
Type Name Description
IClientService service
string name

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Name

Required. Full resource name of LicenseConfig, such as projects/{project}/locations/{location}/licenseConfigs/*. If the caller does not have permission to access the LicenseConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the requested LicenseConfig does not exist, a NOT_FOUND error is returned.

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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