Show / Hide Table of Contents

Class ProjectsResource.LocationsResource.RuntimeProjectAttachmentsResource.GetRequest

Gets a runtime project attachment.

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

MethodName

Gets the method name.

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

Name

Required. The name of the API resource to retrieve. Format: projects/{project}/locations/{location}/runtimeProjectAttachments/{runtime_project_attachment}

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
APIhubBaseServiceRequest<GoogleCloudApihubV1RuntimeProjectAttachment>.InitParameters()

Implements

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