Uses of Class
com.google.cloud.compute.v1.AggregatedListDisksRequest
-
Packages that use AggregatedListDisksRequest Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples.com.google.cloud.compute.v1.stub -
-
Uses of AggregatedListDisksRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListDisksRequest Modifier and Type Method Description AggregatedListDisksRequest
AggregatedListDisksRequest.Builder. build()
AggregatedListDisksRequest
AggregatedListDisksRequest.Builder. buildPartial()
static AggregatedListDisksRequest
AggregatedListDisksRequest. getDefaultInstance()
AggregatedListDisksRequest
AggregatedListDisksRequest.Builder. getDefaultInstanceForType()
AggregatedListDisksRequest
AggregatedListDisksRequest. getDefaultInstanceForType()
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseDelimitedFrom(InputStream input)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(byte[] data)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(InputStream input)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(ByteBuffer data)
static AggregatedListDisksRequest
AggregatedListDisksRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListDisksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListDisksRequest,DiskAggregatedList>
DisksClient. aggregatedListCallable()
Retrieves an aggregated list of persistent disks.com.google.api.gax.rpc.UnaryCallable<AggregatedListDisksRequest,DisksClient.AggregatedListPagedResponse>
DisksClient. aggregatedListPagedCallable()
Retrieves an aggregated list of persistent disks.com.google.api.gax.rpc.PagedCallSettings<AggregatedListDisksRequest,DiskAggregatedList,DisksClient.AggregatedListPagedResponse>
DisksSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListDisksRequest,DiskAggregatedList,DisksClient.AggregatedListPagedResponse>
DisksSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListDisksRequest>
AggregatedListDisksRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListDisksRequest>
AggregatedListDisksRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListDisksRequest Modifier and Type Method Description DisksClient.AggregatedListPagedResponse
DisksClient. aggregatedList(AggregatedListDisksRequest request)
Retrieves an aggregated list of persistent disks.AggregatedListDisksRequest.Builder
AggregatedListDisksRequest.Builder. mergeFrom(AggregatedListDisksRequest other)
static AggregatedListDisksRequest.Builder
AggregatedListDisksRequest. newBuilder(AggregatedListDisksRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type AggregatedListDisksRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<DisksClient.AggregatedListPagedResponse>
DisksClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, com.google.api.core.ApiFuture<DiskAggregatedList> futureResponse)
protected DisksClient.AggregatedListPage
DisksClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, DiskAggregatedList response)
com.google.api.core.ApiFuture<DisksClient.AggregatedListPage>
DisksClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, com.google.api.core.ApiFuture<DiskAggregatedList> futureResponse)
-
Uses of AggregatedListDisksRequest in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type AggregatedListDisksRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListDisksRequest,DiskAggregatedList>
DisksStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListDisksRequest,DiskAggregatedList>
HttpJsonDisksStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListDisksRequest,DisksClient.AggregatedListPagedResponse>
DisksStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListDisksRequest,DisksClient.AggregatedListPagedResponse>
HttpJsonDisksStub. aggregatedListPagedCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListDisksRequest,DiskAggregatedList,DisksClient.AggregatedListPagedResponse>
DisksStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListDisksRequest,DiskAggregatedList,DisksClient.AggregatedListPagedResponse>
DisksStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-