Show / Hide Table of Contents

Class GlobalFrontendSettingsResource.GetRequest

Gets the Global Frontend Billing Bundle Settings for a project.

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

Constructors

GetRequest(IClientService, string)

Constructs a new Get request.

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

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

Project

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

RestPath

Gets the REST path.

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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