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 SendTestMessageRequestSendTestMessageRequest.Builder. build()SendTestMessageRequestSendTestMessageRequest.Builder. buildPartial()static SendTestMessageRequestSendTestMessageRequest. getDefaultInstance()SendTestMessageRequestSendTestMessageRequest.Builder. getDefaultInstanceForType()SendTestMessageRequestSendTestMessageRequest. getDefaultInstanceForType()static SendTestMessageRequestSendTestMessageRequest. parseDelimitedFrom(InputStream input)static SendTestMessageRequestSendTestMessageRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendTestMessageRequestSendTestMessageRequest. parseFrom(byte[] data)static SendTestMessageRequestSendTestMessageRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendTestMessageRequestSendTestMessageRequest. parseFrom(com.google.protobuf.ByteString data)static SendTestMessageRequestSendTestMessageRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendTestMessageRequestSendTestMessageRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SendTestMessageRequestSendTestMessageRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendTestMessageRequestSendTestMessageRequest. parseFrom(InputStream input)static SendTestMessageRequestSendTestMessageRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendTestMessageRequestSendTestMessageRequest. parseFrom(ByteBuffer data)static SendTestMessageRequestSendTestMessageRequest. 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.BuilderSendTestMessageRequest.Builder. mergeFrom(SendTestMessageRequest other)static SendTestMessageRequest.BuilderSendTestMessageRequest. newBuilder(SendTestMessageRequest prototype)voidEssentialContactsServiceClient. sendTestMessage(SendTestMessageRequest request)Allows a contact admin to send a test message to contact to verify that it has been configured correctly.default voidEssentialContactsServiceGrpc.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.EmptyEssentialContactsServiceGrpc.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.voidEssentialContactsServiceGrpc.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.
-