Show / Hide Table of Contents

Class SkuGroupsResource.SkusResource.GetRequest

Gets a publicly listed SKU that is part of a publicly listed SKU group.

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

MethodName

Gets the method name.

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

Name

Required. The name of the SKU group SKU to retrieve. Format: 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<GoogleCloudBillingSkugroupskusV1betaSkuGroupSku>.RestPath

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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