Uses of Class
com.google.cloud.essentialcontacts.v1.SendTestMessageRequest
-
Packages that use SendTestMessageRequest Package Description com.google.cloud.essentialcontacts.v1 A client to Essential Contacts APIcom.google.cloud.essentialcontacts.v1.stub -
-
Uses of SendTestMessageRequest in com.google.cloud.essentialcontacts.v1
Methods in com.google.cloud.essentialcontacts.v1 that return SendTestMessageRequest Modifier and Type Method Description SendTestMessageRequest
SendTestMessageRequest.Builder. build()
SendTestMessageRequest
SendTestMessageRequest.Builder. buildPartial()
static SendTestMessageRequest
SendTestMessageRequest. getDefaultInstance()
SendTestMessageRequest
SendTestMessageRequest.Builder. getDefaultInstanceForType()
SendTestMessageRequest
SendTestMessageRequest. getDefaultInstanceForType()
static SendTestMessageRequest
SendTestMessageRequest. parseDelimitedFrom(InputStream input)
static SendTestMessageRequest
SendTestMessageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(byte[] data)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(com.google.protobuf.ByteString data)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(InputStream input)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(ByteBuffer data)
static SendTestMessageRequest
SendTestMessageRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.essentialcontacts.v1 that return types with arguments of type SendTestMessageRequest Modifier and Type Method Description com.google.protobuf.Parser<SendTestMessageRequest>
SendTestMessageRequest. getParserForType()
static io.grpc.MethodDescriptor<SendTestMessageRequest,com.google.protobuf.Empty>
EssentialContactsServiceGrpc. getSendTestMessageMethod()
static com.google.protobuf.Parser<SendTestMessageRequest>
SendTestMessageRequest. parser()
com.google.api.gax.rpc.UnaryCallable<SendTestMessageRequest,com.google.protobuf.Empty>
EssentialContactsServiceClient. sendTestMessageCallable()
Allows a contact admin to send a test message to contact to verify that it has been configured correctly.com.google.api.gax.rpc.UnaryCallSettings.Builder<SendTestMessageRequest,com.google.protobuf.Empty>
EssentialContactsServiceSettings.Builder. sendTestMessageSettings()
Returns the builder for the settings used for calls to sendTestMessage.com.google.api.gax.rpc.UnaryCallSettings<SendTestMessageRequest,com.google.protobuf.Empty>
EssentialContactsServiceSettings. sendTestMessageSettings()
Returns the object with the settings used for calls to sendTestMessage.Methods in com.google.cloud.essentialcontacts.v1 with parameters of type SendTestMessageRequest Modifier and Type Method Description SendTestMessageRequest.Builder
SendTestMessageRequest.Builder. mergeFrom(SendTestMessageRequest other)
static SendTestMessageRequest.Builder
SendTestMessageRequest. newBuilder(SendTestMessageRequest prototype)
void
EssentialContactsServiceClient. sendTestMessage(SendTestMessageRequest request)
Allows a contact admin to send a test message to contact to verify that it has been configured correctly.default void
EssentialContactsServiceGrpc.AsyncService. sendTestMessage(SendTestMessageRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Allows a contact admin to send a test message to contact to verify that it has been configured correctly.com.google.protobuf.Empty
EssentialContactsServiceGrpc.EssentialContactsServiceBlockingStub. sendTestMessage(SendTestMessageRequest request)
Allows a contact admin to send a test message to contact to verify that it has been configured correctly.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
EssentialContactsServiceGrpc.EssentialContactsServiceFutureStub. sendTestMessage(SendTestMessageRequest request)
Allows a contact admin to send a test message to contact to verify that it has been configured correctly.void
EssentialContactsServiceGrpc.EssentialContactsServiceStub. sendTestMessage(SendTestMessageRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Allows a contact admin to send a test message to contact to verify that it has been configured correctly. -
Uses of SendTestMessageRequest in com.google.cloud.essentialcontacts.v1.stub
Methods in com.google.cloud.essentialcontacts.v1.stub that return types with arguments of type SendTestMessageRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SendTestMessageRequest,com.google.protobuf.Empty>
EssentialContactsServiceStub. sendTestMessageCallable()
com.google.api.gax.rpc.UnaryCallable<SendTestMessageRequest,com.google.protobuf.Empty>
GrpcEssentialContactsServiceStub. sendTestMessageCallable()
com.google.api.gax.rpc.UnaryCallable<SendTestMessageRequest,com.google.protobuf.Empty>
HttpJsonEssentialContactsServiceStub. sendTestMessageCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SendTestMessageRequest,com.google.protobuf.Empty>
EssentialContactsServiceStubSettings.Builder. sendTestMessageSettings()
Returns the builder for the settings used for calls to sendTestMessage.com.google.api.gax.rpc.UnaryCallSettings<SendTestMessageRequest,com.google.protobuf.Empty>
EssentialContactsServiceStubSettings. sendTestMessageSettings()
Returns the object with the settings used for calls to sendTestMessage.
-