Show / Hide Table of Contents

Class ServiceAttachmentsResource.GetRequest

Returns the specified ServiceAttachment resource in the given scope.

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

Constructors

GetRequest(IClientService, string, string, string)

Constructs a new Get request.

Declaration
public GetRequest(IClientService service, string project, string region, string serviceAttachment)
Parameters
Type Name Description
IClientService service
string project
string region
string serviceAttachment

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Project

Project ID for this request.

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

Region

Name of the region of this request.

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

RestPath

Gets the REST path.

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

ServiceAttachment

Name of the ServiceAttachment resource to return.

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

ShowNatIps

Indicates whether NAT IPs should be included in the response.

Declaration
[RequestParameter("showNatIps", RequestParameterType.Query)]
public virtual bool? ShowNatIps { get; set; }
Property Value
Type Description
bool?

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
ComputeBaseServiceRequest<ServiceAttachment>.InitParameters()

Implements

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