Show / Hide Table of Contents

Class V1Resource.GetCardRequest

GetAgentCard returns the agent card for the agent.

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

Constructors

GetCardRequest(IClientService)

Constructs a new GetCard request.

Declaration
public GetCardRequest(IClientService service)
Parameters
Type Name Description
IClientService service

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Tenant

Optional tenant, provided as a path parameter. Experimental, might still change for 1.0 release.

Declaration
[RequestParameter("tenant", RequestParameterType.Query)]
public virtual string Tenant { get; set; }
Property Value
Type Description
string

Methods

InitParameters()

Initializes GetCard parameter list.

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

Implements

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