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 NotificationChannelNotificationChannelServiceClient. 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 VerifyNotificationChannelRequestVerifyNotificationChannelRequest.Builder. build()VerifyNotificationChannelRequestVerifyNotificationChannelRequest.Builder. buildPartial()static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. getDefaultInstance()VerifyNotificationChannelRequestVerifyNotificationChannelRequest.Builder. getDefaultInstanceForType()VerifyNotificationChannelRequestVerifyNotificationChannelRequest. getDefaultInstanceForType()static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseDelimitedFrom(InputStream input)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseFrom(byte[] data)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseFrom(InputStream input)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. parseFrom(ByteBuffer data)static VerifyNotificationChannelRequestVerifyNotificationChannelRequest. 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.BuilderVerifyNotificationChannelRequest.Builder. mergeFrom(VerifyNotificationChannelRequest other)static VerifyNotificationChannelRequest.BuilderVerifyNotificationChannelRequest. newBuilder(VerifyNotificationChannelRequest prototype)default voidNotificationChannelServiceGrpc.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`.NotificationChannelNotificationChannelServiceGrpc.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`.voidNotificationChannelServiceGrpc.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`.
-