Uses of Class
com.google.cloud.compute.v1.AggregatedListInstancesRequest
-
Packages that use AggregatedListInstancesRequest 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 AggregatedListInstancesRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListInstancesRequest Modifier and Type Method Description AggregatedListInstancesRequest
AggregatedListInstancesRequest.Builder. build()
AggregatedListInstancesRequest
AggregatedListInstancesRequest.Builder. buildPartial()
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. getDefaultInstance()
AggregatedListInstancesRequest
AggregatedListInstancesRequest.Builder. getDefaultInstanceForType()
AggregatedListInstancesRequest
AggregatedListInstancesRequest. getDefaultInstanceForType()
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseDelimitedFrom(InputStream input)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(byte[] data)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(com.google.protobuf.ByteString data)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(InputStream input)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(ByteBuffer data)
static AggregatedListInstancesRequest
AggregatedListInstancesRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListInstancesRequest 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.UnaryCallable<AggregatedListInstancesRequest,InstancesClient.AggregatedListPagedResponse>
InstancesClient. aggregatedListPagedCallable()
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<AggregatedListInstancesRequest>
AggregatedListInstancesRequest. getParserForType()
static com.google.protobuf.Parser<AggregatedListInstancesRequest>
AggregatedListInstancesRequest. parser()
Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListInstancesRequest Modifier and Type Method Description InstancesClient.AggregatedListPagedResponse
InstancesClient. aggregatedList(AggregatedListInstancesRequest request)
Retrieves an aggregated list of all of the instances in your project across all regions and zones.AggregatedListInstancesRequest.Builder
AggregatedListInstancesRequest.Builder. mergeFrom(AggregatedListInstancesRequest other)
static AggregatedListInstancesRequest.Builder
AggregatedListInstancesRequest. newBuilder(AggregatedListInstancesRequest prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type AggregatedListInstancesRequest 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)
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)
-
Uses of AggregatedListInstancesRequest in com.google.cloud.compute.v1.stub
-