Uses of Class
com.google.monitoring.v3.ListNotificationChannelDescriptorsRequest
-
Packages that use ListNotificationChannelDescriptorsRequest Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub com.google.monitoring.v3 -
-
Uses of ListNotificationChannelDescriptorsRequest in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 with parameters of type ListNotificationChannelDescriptorsRequest Modifier and Type Method Description NotificationChannelServiceClient.ListNotificationChannelDescriptorsPagedResponse
NotificationChannelServiceClient. listNotificationChannelDescriptors(ListNotificationChannelDescriptorsRequest request)
Lists the descriptors for supported channel types. -
Uses of ListNotificationChannelDescriptorsRequest in com.google.cloud.monitoring.v3.stub
-
Uses of ListNotificationChannelDescriptorsRequest in com.google.monitoring.v3
Methods in com.google.monitoring.v3 that return ListNotificationChannelDescriptorsRequest Modifier and Type Method Description ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest.Builder. build()
ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest.Builder. buildPartial()
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. getDefaultInstance()
ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest.Builder. getDefaultInstanceForType()
ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. getDefaultInstanceForType()
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseDelimitedFrom(InputStream input)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(byte[] data)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(com.google.protobuf.ByteString data)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(InputStream input)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(ByteBuffer data)
static ListNotificationChannelDescriptorsRequest
ListNotificationChannelDescriptorsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.monitoring.v3 that return types with arguments of type ListNotificationChannelDescriptorsRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<ListNotificationChannelDescriptorsRequest,ListNotificationChannelDescriptorsResponse>
NotificationChannelServiceGrpc. getListNotificationChannelDescriptorsMethod()
com.google.protobuf.Parser<ListNotificationChannelDescriptorsRequest>
ListNotificationChannelDescriptorsRequest. getParserForType()
static com.google.protobuf.Parser<ListNotificationChannelDescriptorsRequest>
ListNotificationChannelDescriptorsRequest. parser()
Methods in com.google.monitoring.v3 with parameters of type ListNotificationChannelDescriptorsRequest Modifier and Type Method Description default void
NotificationChannelServiceGrpc.AsyncService. listNotificationChannelDescriptors(ListNotificationChannelDescriptorsRequest request, io.grpc.stub.StreamObserver<ListNotificationChannelDescriptorsResponse> responseObserver)
Lists the descriptors for supported channel types.ListNotificationChannelDescriptorsResponse
NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. listNotificationChannelDescriptors(ListNotificationChannelDescriptorsRequest request)
Lists the descriptors for supported channel types.com.google.common.util.concurrent.ListenableFuture<ListNotificationChannelDescriptorsResponse>
NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub. listNotificationChannelDescriptors(ListNotificationChannelDescriptorsRequest request)
Lists the descriptors for supported channel types.void
NotificationChannelServiceGrpc.NotificationChannelServiceStub. listNotificationChannelDescriptors(ListNotificationChannelDescriptorsRequest request, io.grpc.stub.StreamObserver<ListNotificationChannelDescriptorsResponse> responseObserver)
Lists the descriptors for supported channel types.ListNotificationChannelDescriptorsRequest.Builder
ListNotificationChannelDescriptorsRequest.Builder. mergeFrom(ListNotificationChannelDescriptorsRequest other)
static ListNotificationChannelDescriptorsRequest.Builder
ListNotificationChannelDescriptorsRequest. newBuilder(ListNotificationChannelDescriptorsRequest prototype)
-