Show / Hide Table of Contents

Class BillingAccountsResource.SkuGroupsResource.SkusResource.GetRequest

Gets a SKU that is part of a billing account SKU group.

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

MethodName

Gets the method name.

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

Name

Required. The name of the billing account SKU group SKU to retrieve. Format: billingAccounts/{billing_account}/skuGroups/{sku_group}/skus/{sku}

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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