Uses of Class
com.google.monitoring.v3.GetNotificationChannelRequest
-
Packages that use GetNotificationChannelRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of GetNotificationChannelRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return types with arguments of type GetNotificationChannelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelRequest,NotificationChannel>NotificationChannelServiceClient. getNotificationChannelCallable()Gets a single notification channel.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelRequest,NotificationChannel>NotificationChannelServiceSettings.Builder. getNotificationChannelSettings()Returns the builder for the settings used for calls to getNotificationChannel.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationChannelRequest,NotificationChannel>NotificationChannelServiceSettings. getNotificationChannelSettings()Returns the object with the settings used for calls to getNotificationChannel.Methods in com.google.cloud.monitoring.v3 with parameters of type GetNotificationChannelRequest Modifier and Type Method Description NotificationChannelNotificationChannelServiceClient. getNotificationChannel(GetNotificationChannelRequest request)Gets a single notification channel. -
Uses of GetNotificationChannelRequest in com.google.cloud.monitoring.v3.stub
Methods in com.google.cloud.monitoring.v3.stub that return types with arguments of type GetNotificationChannelRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelRequest,NotificationChannel>GrpcNotificationChannelServiceStub. getNotificationChannelCallable()com.google.api.gax.rpc.UnaryCallable<GetNotificationChannelRequest,NotificationChannel>NotificationChannelServiceStub. getNotificationChannelCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetNotificationChannelRequest,NotificationChannel>NotificationChannelServiceStubSettings.Builder. getNotificationChannelSettings()Returns the builder for the settings used for calls to getNotificationChannel.com.google.api.gax.rpc.UnaryCallSettings<GetNotificationChannelRequest,NotificationChannel>NotificationChannelServiceStubSettings. getNotificationChannelSettings()Returns the object with the settings used for calls to getNotificationChannel. -
Uses of GetNotificationChannelRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return GetNotificationChannelRequest Modifier and Type Method Description GetNotificationChannelRequestGetNotificationChannelRequest.Builder. build()GetNotificationChannelRequestGetNotificationChannelRequest.Builder. buildPartial()static GetNotificationChannelRequestGetNotificationChannelRequest. getDefaultInstance()GetNotificationChannelRequestGetNotificationChannelRequest.Builder. getDefaultInstanceForType()GetNotificationChannelRequestGetNotificationChannelRequest. getDefaultInstanceForType()static GetNotificationChannelRequestGetNotificationChannelRequest. parseDelimitedFrom(InputStream input)static GetNotificationChannelRequestGetNotificationChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(byte[] data)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(InputStream input)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(ByteBuffer data)static GetNotificationChannelRequestGetNotificationChannelRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.monitoring.v3 that return types with arguments of type GetNotificationChannelRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetNotificationChannelRequest,NotificationChannel>NotificationChannelServiceGrpc. getGetNotificationChannelMethod()com.google.protobuf.Parser<GetNotificationChannelRequest>GetNotificationChannelRequest. getParserForType()static com.google.protobuf.Parser<GetNotificationChannelRequest>GetNotificationChannelRequest. parser()Methods in com.google.monitoring.v3 with parameters of type GetNotificationChannelRequest Modifier and Type Method Description default voidNotificationChannelServiceGrpc.AsyncService. getNotificationChannel(GetNotificationChannelRequest request, io.grpc.stub.StreamObserver<NotificationChannel> responseObserver)Gets a single notification channel.NotificationChannelNotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. getNotificationChannel(GetNotificationChannelRequest request)Gets a single notification channel.com.google.common.util.concurrent.ListenableFuture<NotificationChannel>NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub. getNotificationChannel(GetNotificationChannelRequest request)Gets a single notification channel.voidNotificationChannelServiceGrpc.NotificationChannelServiceStub. getNotificationChannel(GetNotificationChannelRequest request, io.grpc.stub.StreamObserver<NotificationChannel> responseObserver)Gets a single notification channel.GetNotificationChannelRequest.BuilderGetNotificationChannelRequest.Builder. mergeFrom(GetNotificationChannelRequest other)static GetNotificationChannelRequest.BuilderGetNotificationChannelRequest. newBuilder(GetNotificationChannelRequest prototype)
-