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 GetNotificationChannelVerificationCodeResponseNotificationChannelServiceClient. 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 GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest.Builder. build()GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest.Builder. buildPartial()static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. getDefaultInstance()GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest.Builder. getDefaultInstanceForType()GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. getDefaultInstanceForType()static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseDelimitedFrom(InputStream input)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseFrom(byte[] data)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.ByteString data)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseFrom(InputStream input)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. parseFrom(ByteBuffer data)static GetNotificationChannelVerificationCodeRequestGetNotificationChannelVerificationCodeRequest. 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 voidNotificationChannelServiceGrpc.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.GetNotificationChannelVerificationCodeResponseNotificationChannelServiceGrpc.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.voidNotificationChannelServiceGrpc.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.BuilderGetNotificationChannelVerificationCodeRequest.Builder. mergeFrom(GetNotificationChannelVerificationCodeRequest other)static GetNotificationChannelVerificationCodeRequest.BuilderGetNotificationChannelVerificationCodeRequest. newBuilder(GetNotificationChannelVerificationCodeRequest prototype)
-