Show / Hide Table of Contents

Class MessageResource

The "message" collection of methods.

Inheritance
object
MessageResource
Inherited Members
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

Constructors

MessageResource(IClientService)

Constructs a new resource.

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

Methods

Send(SendMessageRequest)

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.

Declaration
public virtual MessageResource.SendRequest Send(SendMessageRequest body)
Parameters
Type Name Description
SendMessageRequest body

The body of the request.

Returns
Type Description
MessageResource.SendRequest

Stream(SendMessageRequest)

SendStreamingMessage is a streaming call that will return a stream of task update events until the Task is in an interrupted or terminal state.

Declaration
public virtual MessageResource.StreamRequest Stream(SendMessageRequest body)
Parameters
Type Name Description
SendMessageRequest body

The body of the request.

Returns
Type Description
MessageResource.StreamRequest
In this article
Back to top Generated by DocFX