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