Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.ServicesResource.GetRequest

Gets information about a Service.

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

MethodName

Gets the method name.

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

Name

Required. The full name of the Service. Format: projects/{project}/locations/{location}/services/{service}, where {project} can be project id or number.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudRunBaseServiceRequest<GoogleCloudRunV2Service>.InitParameters()

Implements

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