Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.TargetsResource.GetRequest

Gets details of a single Target.

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

MethodName

Gets the method name.

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

Name

Required. Name of the Target. Format must be projects/{project_id}/locations/{location_name}/targets/{target_name}.

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudDeployBaseServiceRequest<Target>.InitParameters()

Implements

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