Uses of Class
com.google.cloud.compute.v1.DiskAggregatedList
-
Packages that use DiskAggregatedList 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 DiskAggregatedList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return DiskAggregatedList Modifier and Type Method Description DiskAggregatedListDiskAggregatedList.Builder. build()DiskAggregatedListDiskAggregatedList.Builder. buildPartial()static DiskAggregatedListDiskAggregatedList. getDefaultInstance()DiskAggregatedListDiskAggregatedList.Builder. getDefaultInstanceForType()DiskAggregatedListDiskAggregatedList. getDefaultInstanceForType()static DiskAggregatedListDiskAggregatedList. parseDelimitedFrom(InputStream input)static DiskAggregatedListDiskAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskAggregatedListDiskAggregatedList. parseFrom(byte[] data)static DiskAggregatedListDiskAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskAggregatedListDiskAggregatedList. parseFrom(com.google.protobuf.ByteString data)static DiskAggregatedListDiskAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskAggregatedListDiskAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)static DiskAggregatedListDiskAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskAggregatedListDiskAggregatedList. parseFrom(InputStream input)static DiskAggregatedListDiskAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static DiskAggregatedListDiskAggregatedList. parseFrom(ByteBuffer data)static DiskAggregatedListDiskAggregatedList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type DiskAggregatedList 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.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<DiskAggregatedList>DiskAggregatedList. getParserForType()static com.google.protobuf.Parser<DiskAggregatedList>DiskAggregatedList. parser()Methods in com.google.cloud.compute.v1 with parameters of type DiskAggregatedList Modifier and Type Method Description protected DisksClient.AggregatedListPageDisksClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListDisksRequest,DiskAggregatedList,Map.Entry<String,DisksScopedList>> context, DiskAggregatedList response)DiskAggregatedList.BuilderDiskAggregatedList.Builder. mergeFrom(DiskAggregatedList other)static DiskAggregatedList.BuilderDiskAggregatedList. newBuilder(DiskAggregatedList prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type DiskAggregatedList 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)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.AggregatedListPageDisksClient.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)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 DiskAggregatedList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type DiskAggregatedList 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.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.
-