Show / Hide Table of Contents

Class ProjectsResource.ContactsResource.SendTestMessageRequest

Allows a contact admin to send a test message to contact to verify that it has been configured correctly.

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

Constructors

SendTestMessageRequest(IClientService, GoogleCloudEssentialcontactsV1SendTestMessageRequest, string)

Constructs a new SendTestMessage request.

Declaration
public SendTestMessageRequest(IClientService service, GoogleCloudEssentialcontactsV1SendTestMessageRequest body, string resource)
Parameters
Type Name Description
IClientService service
GoogleCloudEssentialcontactsV1SendTestMessageRequest body
string resource

Properties

HttpMethod

Gets the HTTP method.

Declaration
public override string HttpMethod { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Essentialcontacts.v1.Data.GoogleProtobufEmpty>.HttpMethod

MethodName

Gets the method name.

Declaration
public override string MethodName { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Essentialcontacts.v1.Data.GoogleProtobufEmpty>.MethodName

Resource

Required. The name of the resource to send the test message for. All contacts must either be set directly on this resource or inherited from another resource that is an ancestor of this one. Format: organizations/{organization_id}, folders/{folder_id} or projects/{project_id}

Declaration
[RequestParameter("resource", RequestParameterType.Path)]
public virtual string Resource { get; }
Property Value
Type Description
string

RestPath

Gets the REST path.

Declaration
public override string RestPath { get; }
Property Value
Type Description
string
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Essentialcontacts.v1.Data.GoogleProtobufEmpty>.RestPath

Methods

GetBody()

Returns the body of the request.

Declaration
protected override object GetBody()
Returns
Type Description
object
Overrides
Google.Apis.Requests.ClientServiceRequest<Google.Apis.Essentialcontacts.v1.Data.GoogleProtobufEmpty>.GetBody()

InitParameters()

Initializes SendTestMessage parameter list.

Declaration
protected override void InitParameters()
Overrides
EssentialcontactsBaseServiceRequest<GoogleProtobufEmpty>.InitParameters()

Implements

IClientServiceRequest<TResponse>
IClientServiceRequest
In This Article
Back to top Generated by DocFX