Uses of Class
com.google.cloud.compute.v1.InstanceAggregatedList
-
Packages that use InstanceAggregatedList 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 InstanceAggregatedList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return InstanceAggregatedList Modifier and Type Method Description InstanceAggregatedList
InstanceAggregatedList.Builder. build()
InstanceAggregatedList
InstanceAggregatedList.Builder. buildPartial()
static InstanceAggregatedList
InstanceAggregatedList. getDefaultInstance()
InstanceAggregatedList
InstanceAggregatedList.Builder. getDefaultInstanceForType()
InstanceAggregatedList
InstanceAggregatedList. getDefaultInstanceForType()
static InstanceAggregatedList
InstanceAggregatedList. parseDelimitedFrom(InputStream input)
static InstanceAggregatedList
InstanceAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(byte[] data)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(com.google.protobuf.ByteString data)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(InputStream input)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(ByteBuffer data)
static InstanceAggregatedList
InstanceAggregatedList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type InstanceAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListInstancesRequest,InstanceAggregatedList>
InstancesClient. aggregatedListCallable()
Retrieves an aggregated list of all of the instances in your project across all regions and zones.com.google.api.gax.rpc.PagedCallSettings<AggregatedListInstancesRequest,InstanceAggregatedList,InstancesClient.AggregatedListPagedResponse>
InstancesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListInstancesRequest,InstanceAggregatedList,InstancesClient.AggregatedListPagedResponse>
InstancesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<InstanceAggregatedList>
InstanceAggregatedList. getParserForType()
static com.google.protobuf.Parser<InstanceAggregatedList>
InstanceAggregatedList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type InstanceAggregatedList Modifier and Type Method Description protected InstancesClient.AggregatedListPage
InstancesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>> context, InstanceAggregatedList response)
InstanceAggregatedList.Builder
InstanceAggregatedList.Builder. mergeFrom(InstanceAggregatedList other)
static InstanceAggregatedList.Builder
InstanceAggregatedList. newBuilder(InstanceAggregatedList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type InstanceAggregatedList Modifier and Type Method Description static com.google.api.core.ApiFuture<InstancesClient.AggregatedListPagedResponse>
InstancesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>> context, com.google.api.core.ApiFuture<InstanceAggregatedList> futureResponse)
static com.google.api.core.ApiFuture<InstancesClient.AggregatedListPagedResponse>
InstancesClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>> context, com.google.api.core.ApiFuture<InstanceAggregatedList> futureResponse)
protected InstancesClient.AggregatedListPage
InstancesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>> context, InstanceAggregatedList response)
com.google.api.core.ApiFuture<InstancesClient.AggregatedListPage>
InstancesClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>> context, com.google.api.core.ApiFuture<InstanceAggregatedList> futureResponse)
com.google.api.core.ApiFuture<InstancesClient.AggregatedListPage>
InstancesClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>> context, com.google.api.core.ApiFuture<InstanceAggregatedList> futureResponse)
-
Uses of InstanceAggregatedList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type InstanceAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListInstancesRequest,InstanceAggregatedList>
HttpJsonInstancesStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListInstancesRequest,InstanceAggregatedList>
InstancesStub. aggregatedListCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListInstancesRequest,InstanceAggregatedList,InstancesClient.AggregatedListPagedResponse>
InstancesStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListInstancesRequest,InstanceAggregatedList,InstancesClient.AggregatedListPagedResponse>
InstancesStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-