Uses of Class
com.google.monitoring.v3.GetNotificationChannelVerificationCodeResponse
-
Packages that use GetNotificationChannelVerificationCodeResponse Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of GetNotificationChannelVerificationCodeResponse in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return GetNotificationChannelVerificationCodeResponse 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.GetNotificationChannelVerificationCodeResponseNotificationChannelServiceClient. getNotificationChannelVerificationCode(NotificationChannelName name)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.GetNotificationChannelVerificationCodeResponseNotificationChannelServiceClient. getNotificationChannelVerificationCode(String name)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.Methods in com.google.cloud.monitoring.v3 that return types with arguments of type GetNotificationChannelVerificationCodeResponse 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. -
Uses of GetNotificationChannelVerificationCodeResponse in com.google.cloud.monitoring.v3.stub
-
Uses of GetNotificationChannelVerificationCodeResponse in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return GetNotificationChannelVerificationCodeResponse Modifier and Type Method Description GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse.Builder. build()GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse.Builder. buildPartial()static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. getDefaultInstance()GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse.Builder. getDefaultInstanceForType()GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. getDefaultInstanceForType()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.static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseDelimitedFrom(InputStream input)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(byte[] data)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(com.google.protobuf.ByteString data)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(com.google.protobuf.CodedInputStream input)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(InputStream input)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(ByteBuffer data)static GetNotificationChannelVerificationCodeResponseGetNotificationChannelVerificationCodeResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type GetNotificationChannelVerificationCodeResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNotificationChannelVerificationCodeRequest,GetNotificationChannelVerificationCodeResponse>NotificationChannelServiceGrpc. getGetNotificationChannelVerificationCodeMethod()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.com.google.protobuf.Parser<GetNotificationChannelVerificationCodeResponse>GetNotificationChannelVerificationCodeResponse. getParserForType()static com.google.protobuf.Parser<GetNotificationChannelVerificationCodeResponse>GetNotificationChannelVerificationCodeResponse. parser()Methods in com.google.monitoring.v3 with parameters of type GetNotificationChannelVerificationCodeResponse Modifier and Type Method Description GetNotificationChannelVerificationCodeResponse.BuilderGetNotificationChannelVerificationCodeResponse.Builder. mergeFrom(GetNotificationChannelVerificationCodeResponse other)static GetNotificationChannelVerificationCodeResponse.BuilderGetNotificationChannelVerificationCodeResponse. newBuilder(GetNotificationChannelVerificationCodeResponse prototype)Method parameters in com.google.monitoring.v3 with type arguments of type GetNotificationChannelVerificationCodeResponse 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.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.
-