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 AggregatedListDisksRequestAggregatedListDisksRequest.Builder. build()AggregatedListDisksRequestAggregatedListDisksRequest.Builder. buildPartial()static AggregatedListDisksRequestAggregatedListDisksRequest. getDefaultInstance()AggregatedListDisksRequestAggregatedListDisksRequest.Builder. getDefaultInstanceForType()AggregatedListDisksRequestAggregatedListDisksRequest. getDefaultInstanceForType()static AggregatedListDisksRequestAggregatedListDisksRequest. parseDelimitedFrom(InputStream input)static AggregatedListDisksRequestAggregatedListDisksRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListDisksRequestAggregatedListDisksRequest. parseFrom(byte[] data)static AggregatedListDisksRequestAggregatedListDisksRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListDisksRequestAggregatedListDisksRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListDisksRequestAggregatedListDisksRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListDisksRequestAggregatedListDisksRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListDisksRequestAggregatedListDisksRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListDisksRequestAggregatedListDisksRequest. parseFrom(InputStream input)static AggregatedListDisksRequestAggregatedListDisksRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListDisksRequestAggregatedListDisksRequest. parseFrom(ByteBuffer data)static AggregatedListDisksRequestAggregatedListDisksRequest. 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.AggregatedListPagedResponseDisksClient. aggregatedList(AggregatedListDisksRequest request)Retrieves an aggregated list of persistent disks.AggregatedListDisksRequest.BuilderAggregatedListDisksRequest.Builder. mergeFrom(AggregatedListDisksRequest other)static AggregatedListDisksRequest.BuilderAggregatedListDisksRequest. 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.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) -
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.
-