Uses of Class
com.google.monitoring.v3.SendNotificationChannelVerificationCodeRequest
-
Packages that use SendNotificationChannelVerificationCodeRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of SendNotificationChannelVerificationCodeRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type SendNotificationChannelVerificationCodeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty>
NotificationChannelServiceClient. sendNotificationChannelVerificationCodeCallable()
Causes a verification code to be delivered to the channel.com.google.api.gax.rpc.UnaryCallSettings.Builder<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty>
NotificationChannelServiceSettings.Builder. sendNotificationChannelVerificationCodeSettings()
Returns the builder for the settings used for calls to sendNotificationChannelVerificationCode.com.google.api.gax.rpc.UnaryCallSettings<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty>
NotificationChannelServiceSettings. sendNotificationChannelVerificationCodeSettings()
Returns the object with the settings used for calls to sendNotificationChannelVerificationCode.Methods in com.google.cloud.monitoring.v3 with parameters of type SendNotificationChannelVerificationCodeRequest Modifier and Type Method Description void
NotificationChannelServiceClient. sendNotificationChannelVerificationCode(SendNotificationChannelVerificationCodeRequest request)
Causes a verification code to be delivered to the channel. -
Uses of SendNotificationChannelVerificationCodeRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type SendNotificationChannelVerificationCodeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty>
GrpcNotificationChannelServiceStub. sendNotificationChannelVerificationCodeCallable()
com.google.api.gax.rpc.UnaryCallable<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty>
NotificationChannelServiceStub. sendNotificationChannelVerificationCodeCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty>
NotificationChannelServiceStubSettings.Builder. sendNotificationChannelVerificationCodeSettings()
Returns the builder for the settings used for calls to sendNotificationChannelVerificationCode.com.google.api.gax.rpc.UnaryCallSettings<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty>
NotificationChannelServiceStubSettings. sendNotificationChannelVerificationCodeSettings()
Returns the object with the settings used for calls to sendNotificationChannelVerificationCode. -
Uses of SendNotificationChannelVerificationCodeRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return SendNotificationChannelVerificationCodeRequest Modifier and Type Method Description SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest.Builder. build()
SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest.Builder. buildPartial()
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. getDefaultInstance()
SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest.Builder. getDefaultInstanceForType()
SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. getDefaultInstanceForType()
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseDelimitedFrom(InputStream input)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(byte[] data)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.ByteString data)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(InputStream input)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(ByteBuffer data)
static SendNotificationChannelVerificationCodeRequest
SendNotificationChannelVerificationCodeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type SendNotificationChannelVerificationCodeRequest Modifier and Type Method Description com.google.protobuf.Parser<SendNotificationChannelVerificationCodeRequest>
SendNotificationChannelVerificationCodeRequest. getParserForType()
static io.grpc.MethodDescriptor<SendNotificationChannelVerificationCodeRequest,com.google.protobuf.Empty>
NotificationChannelServiceGrpc. getSendNotificationChannelVerificationCodeMethod()
static com.google.protobuf.Parser<SendNotificationChannelVerificationCodeRequest>
SendNotificationChannelVerificationCodeRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type SendNotificationChannelVerificationCodeRequest Modifier and Type Method Description SendNotificationChannelVerificationCodeRequest.Builder
SendNotificationChannelVerificationCodeRequest.Builder. mergeFrom(SendNotificationChannelVerificationCodeRequest other)
static SendNotificationChannelVerificationCodeRequest.Builder
SendNotificationChannelVerificationCodeRequest. newBuilder(SendNotificationChannelVerificationCodeRequest prototype)
default void
NotificationChannelServiceGrpc.AsyncService. sendNotificationChannelVerificationCode(SendNotificationChannelVerificationCodeRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Causes a verification code to be delivered to the channel.com.google.protobuf.Empty
NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. sendNotificationChannelVerificationCode(SendNotificationChannelVerificationCodeRequest request)
Causes a verification code to be delivered to the channel.com.google.common.util.concurrent.ListenableFuture<com.google.protobuf.Empty>
NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub. sendNotificationChannelVerificationCode(SendNotificationChannelVerificationCodeRequest request)
Causes a verification code to be delivered to the channel.void
NotificationChannelServiceGrpc.NotificationChannelServiceStub. sendNotificationChannelVerificationCode(SendNotificationChannelVerificationCodeRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)
Causes a verification code to be delivered to the channel.
-