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.ListNotificationChannelDescriptorsPageNotificationChannelServiceClient.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 ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse.Builder. build()ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse.Builder. buildPartial()static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. getDefaultInstance()ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse.Builder. getDefaultInstanceForType()ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. getDefaultInstanceForType()ListNotificationChannelDescriptorsResponseNotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub. listNotificationChannelDescriptors(ListNotificationChannelDescriptorsRequest request)Lists the descriptors for supported channel types.static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseDelimitedFrom(InputStream input)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseFrom(byte[] data)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseFrom(com.google.protobuf.ByteString data)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseFrom(InputStream input)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. parseFrom(ByteBuffer data)static ListNotificationChannelDescriptorsResponseListNotificationChannelDescriptorsResponse. 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.BuilderListNotificationChannelDescriptorsResponse.Builder. mergeFrom(ListNotificationChannelDescriptorsResponse other)static ListNotificationChannelDescriptorsResponse.BuilderListNotificationChannelDescriptorsResponse. newBuilder(ListNotificationChannelDescriptorsResponse prototype)Method parameters in com.google.monitoring.v3 with type arguments of type ListNotificationChannelDescriptorsResponse Modifier and Type Method Description default voidNotificationChannelServiceGrpc.AsyncService. listNotificationChannelDescriptors(ListNotificationChannelDescriptorsRequest request, io.grpc.stub.StreamObserver<ListNotificationChannelDescriptorsResponse> responseObserver)Lists the descriptors for supported channel types.voidNotificationChannelServiceGrpc.NotificationChannelServiceStub. listNotificationChannelDescriptors(ListNotificationChannelDescriptorsRequest request, io.grpc.stub.StreamObserver<ListNotificationChannelDescriptorsResponse> responseObserver)Lists the descriptors for supported channel types.
-