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 AggregatedListInstancesRequestAggregatedListInstancesRequest.Builder. build()AggregatedListInstancesRequestAggregatedListInstancesRequest.Builder. buildPartial()static AggregatedListInstancesRequestAggregatedListInstancesRequest. getDefaultInstance()AggregatedListInstancesRequestAggregatedListInstancesRequest.Builder. getDefaultInstanceForType()AggregatedListInstancesRequestAggregatedListInstancesRequest. getDefaultInstanceForType()static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseDelimitedFrom(InputStream input)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseFrom(byte[] data)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseFrom(InputStream input)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListInstancesRequestAggregatedListInstancesRequest. parseFrom(ByteBuffer data)static AggregatedListInstancesRequestAggregatedListInstancesRequest. 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.AggregatedListPagedResponseInstancesClient. aggregatedList(AggregatedListInstancesRequest request)Retrieves an aggregated list of all of the instances in your project across all regions and zones.AggregatedListInstancesRequest.BuilderAggregatedListInstancesRequest.Builder. mergeFrom(AggregatedListInstancesRequest other)static AggregatedListInstancesRequest.BuilderAggregatedListInstancesRequest. 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.AggregatedListPageInstancesClient.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
-