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 voidNotificationChannelServiceClient. 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 SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest.Builder. build()SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest.Builder. buildPartial()static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. getDefaultInstance()SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest.Builder. getDefaultInstanceForType()SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. getDefaultInstanceForType()static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseDelimitedFrom(InputStream input)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseFrom(byte[] data)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.ByteString data)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseFrom(InputStream input)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. parseFrom(ByteBuffer data)static SendNotificationChannelVerificationCodeRequestSendNotificationChannelVerificationCodeRequest. 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.BuilderSendNotificationChannelVerificationCodeRequest.Builder. mergeFrom(SendNotificationChannelVerificationCodeRequest other)static SendNotificationChannelVerificationCodeRequest.BuilderSendNotificationChannelVerificationCodeRequest. newBuilder(SendNotificationChannelVerificationCodeRequest prototype)default voidNotificationChannelServiceGrpc.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.EmptyNotificationChannelServiceGrpc.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.voidNotificationChannelServiceGrpc.NotificationChannelServiceStub. sendNotificationChannelVerificationCode(SendNotificationChannelVerificationCodeRequest request, io.grpc.stub.StreamObserver<com.google.protobuf.Empty> responseObserver)Causes a verification code to be delivered to the channel.
-