Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServicesResource.GetRequest

Gets the details of a single service.

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

MethodName

Gets the method name.

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

Name

Required. The relative resource name of the metastore service to retrieve, in the following form:projects/{project_number}/locations/{location_id}/services/{service_id}.

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<GoogleCloudMetastoreV2betaService>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
DataprocMetastoreBaseServiceRequest<GoogleCloudMetastoreV2betaService>.InitParameters()

Implements

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