Show / Hide Table of Contents

Class SkuGroupsResource.GetRequest

Gets a publicly listed SKU group.

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

MethodName

Gets the method name.

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

Name

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

Methods

InitParameters()

Initializes Get parameter list.

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

Implements

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