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 NotificationChannel
NotificationChannelServiceClient. 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 GetNotificationChannelRequest
GetNotificationChannelRequest.Builder. build()
GetNotificationChannelRequest
GetNotificationChannelRequest.Builder. buildPartial()
static GetNotificationChannelRequest
GetNotificationChannelRequest. getDefaultInstance()
GetNotificationChannelRequest
GetNotificationChannelRequest.Builder. getDefaultInstanceForType()
GetNotificationChannelRequest
GetNotificationChannelRequest. getDefaultInstanceForType()
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseDelimitedFrom(InputStream input)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseFrom(byte[] data)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseFrom(InputStream input)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetNotificationChannelRequest
GetNotificationChannelRequest. parseFrom(ByteBuffer data)
static GetNotificationChannelRequest
GetNotificationChannelRequest. 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 void
NotificationChannelServiceGrpc.AsyncService. getNotificationChannel(GetNotificationChannelRequest request, io.grpc.stub.StreamObserver<NotificationChannel> responseObserver)
Gets a single notification channel.NotificationChannel
NotificationChannelServiceGrpc.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.void
NotificationChannelServiceGrpc.NotificationChannelServiceStub. getNotificationChannel(GetNotificationChannelRequest request, io.grpc.stub.StreamObserver<NotificationChannel> responseObserver)
Gets a single notification channel.GetNotificationChannelRequest.Builder
GetNotificationChannelRequest.Builder. mergeFrom(GetNotificationChannelRequest other)
static GetNotificationChannelRequest.Builder
GetNotificationChannelRequest. newBuilder(GetNotificationChannelRequest prototype)
-