Uses of Class
com.google.monitoring.v3.GetNotificationChannelVerificationCodeRequest
-
Packages that use GetNotificationChannelVerificationCodeRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of GetNotificationChannelVerificationCodeRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type GetNotificationChannelVerificationCodeRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse>
NotificationChannelServiceClient. getNotificationChannelVerificationCodeCallable()
Requests a verification code for an already verified channel that can then be used in a call to VerifyNotificationChannel() on a different channel with an equivalent identity in the same or in a different project.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse>
NotificationChannelServiceSettings.Builder. getNotificationChannelVerificationCodeSettings()
Returns the builder for the settings used for calls to getNotificationChannelVerificationCode.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse>
NotificationChannelServiceSettings. getNotificationChannelVerificationCodeSettings()
Returns the object with the settings used for calls to getNotificationChannelVerificationCode.Methods in com.google.cloud.monitoring.v3 with parameters of type GetNotificationChannelVerificationCodeRequest Modifier and Type Method Description GetNotificationChannelVerificationCodeResponse
NotificationChannelServiceClient. getNotificationChannelVerificationCode(GetNotificationChannelVerificationCodeRequest request)
Requests a verification code for an already verified channel that can then be used in a call to VerifyNotificationChannel() on a different channel with an equivalent identity in the same or in a different project. -
Uses of GetNotificationChannelVerificationCodeRequest in com.google.cloud.monitoring.v3.stub
-
Uses of GetNotificationChannelVerificationCodeRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return GetNotificationChannelVerificationCodeRequest Modifier and Type Method Description GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest.Builder. build()
GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest.Builder. buildPartial()
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. getDefaultInstance()
GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest.Builder. getDefaultInstanceForType()
GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. getDefaultInstanceForType()
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseDelimitedFrom(InputStream input)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(byte[] data)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(InputStream input)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(ByteBuffer data)
static GetNotificationChannelVerificationCodeRequest
GetNotificationChannelVerificationCodeRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type GetNotificationChannelVerificationCodeRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse>
NotificationChannelServiceGrpc. getGetNotificationChannelVerificationCodeMethod()
com.google.protobuf.Parser<GetNotificationChannelVerificationCodeRequest>
GetNotificationChannelVerificationCodeRequest. getParserForType()
static com.google.protobuf.Parser<GetNotificationChannelVerificationCodeRequest>
GetNotificationChannelVerificationCodeRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type GetNotificationChannelVerificationCodeRequest Modifier and Type Method Description default void
NotificationChannelServiceGrpc.AsyncService. getNotificationChannelVerificationCode(GetNotificationChannelVerificationCodeRequest request, io.grpc.stub.StreamObserver<GetNotificationChannelVerificationCodeResponse> responseObserver)
Requests a verification code for an already verified channel that can then be used in a call to VerifyNotificationChannel() on a different channel with an equivalent identity in the same or in a different project.GetNotificationChannelVerificationCodeResponse
NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. getNotificationChannelVerificationCode(GetNotificationChannelVerificationCodeRequest request)
Requests a verification code for an already verified channel that can then be used in a call to VerifyNotificationChannel() on a different channel with an equivalent identity in the same or in a different project.com.google.common.util.concurrent.ListenableFuture<GetNotificationChannelVerificationCodeResponse>
NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub. getNotificationChannelVerificationCode(GetNotificationChannelVerificationCodeRequest request)
Requests a verification code for an already verified channel that can then be used in a call to VerifyNotificationChannel() on a different channel with an equivalent identity in the same or in a different project.void
NotificationChannelServiceGrpc.NotificationChannelServiceStub. getNotificationChannelVerificationCode(GetNotificationChannelVerificationCodeRequest request, io.grpc.stub.StreamObserver<GetNotificationChannelVerificationCodeResponse> responseObserver)
Requests a verification code for an already verified channel that can then be used in a call to VerifyNotificationChannel() on a different channel with an equivalent identity in the same or in a different project.GetNotificationChannelVerificationCodeRequest.Builder
GetNotificationChannelVerificationCodeRequest.Builder. mergeFrom(GetNotificationChannelVerificationCodeRequest other)
static GetNotificationChannelVerificationCodeRequest.Builder
GetNotificationChannelVerificationCodeRequest. newBuilder(GetNotificationChannelVerificationCodeRequest prototype)
-