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