Show / Hide Table of Contents

Class BillingAccountsResource.SkuGroupsResource.GetRequest

Gets a SKU group visible to a billing account.

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

MethodName

Gets the method name.

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

Name

Required. The name of the BillingAccountSkuGroup to retrieve. Format: billingAccounts/{billing_account}/skuGroups/{sku_group}

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

Methods

InitParameters()

Initializes Get parameter list.

Declaration
protected override void InitParameters()
Overrides
CloudbillingBaseServiceRequest<GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup>.InitParameters()

Implements

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