Show / Hide Table of Contents

Class MessageResource.SendRequest

Send a message to the agent. This is a blocking call that will return the task once it is completed, or a LRO if requested.

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

Constructors

SendRequest(IClientService, SendMessageRequest)

Constructs a new Send request.

Declaration
public SendRequest(IClientService service, SendMessageRequest body)
Parameters
Type Name Description
IClientService service
SendMessageRequest body

Properties

HttpMethod

Gets the HTTP method.

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

MethodName

Gets the method name.

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

RestPath

Gets the REST path.

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

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
ClientServiceRequest<SendMessageResponse>.GetBody()

InitParameters()

Initializes Send parameter list.

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

Implements

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