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