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 InstanceAggregatedListInstanceAggregatedList.Builder. build()InstanceAggregatedListInstanceAggregatedList.Builder. buildPartial()static InstanceAggregatedListInstanceAggregatedList. getDefaultInstance()InstanceAggregatedListInstanceAggregatedList.Builder. getDefaultInstanceForType()InstanceAggregatedListInstanceAggregatedList. getDefaultInstanceForType()static InstanceAggregatedListInstanceAggregatedList. parseDelimitedFrom(InputStream input)static InstanceAggregatedListInstanceAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceAggregatedListInstanceAggregatedList. parseFrom(byte[] data)static InstanceAggregatedListInstanceAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceAggregatedListInstanceAggregatedList. parseFrom(com.google.protobuf.ByteString data)static InstanceAggregatedListInstanceAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceAggregatedListInstanceAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)static InstanceAggregatedListInstanceAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceAggregatedListInstanceAggregatedList. parseFrom(InputStream input)static InstanceAggregatedListInstanceAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static InstanceAggregatedListInstanceAggregatedList. parseFrom(ByteBuffer data)static InstanceAggregatedListInstanceAggregatedList. 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.AggregatedListPageInstancesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListInstancesRequest,InstanceAggregatedList,Map.Entry<String,InstancesScopedList>> context, InstanceAggregatedList response)InstanceAggregatedList.BuilderInstanceAggregatedList.Builder. mergeFrom(InstanceAggregatedList other)static InstanceAggregatedList.BuilderInstanceAggregatedList. 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.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)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.
-