Uses of Class
com.google.cloud.compute.v1.TargetInstanceAggregatedList
-
Packages that use TargetInstanceAggregatedList 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 TargetInstanceAggregatedList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetInstanceAggregatedList Modifier and Type Method Description TargetInstanceAggregatedList
TargetInstanceAggregatedList.Builder. build()
TargetInstanceAggregatedList
TargetInstanceAggregatedList.Builder. buildPartial()
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. getDefaultInstance()
TargetInstanceAggregatedList
TargetInstanceAggregatedList.Builder. getDefaultInstanceForType()
TargetInstanceAggregatedList
TargetInstanceAggregatedList. getDefaultInstanceForType()
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseDelimitedFrom(InputStream input)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(byte[] data)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(com.google.protobuf.ByteString data)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(InputStream input)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(ByteBuffer data)
static TargetInstanceAggregatedList
TargetInstanceAggregatedList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetInstanceAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList>
TargetInstancesClient. aggregatedListCallable()
Retrieves an aggregated list of target instances.com.google.api.gax.rpc.PagedCallSettings<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList,TargetInstancesClient.AggregatedListPagedResponse>
TargetInstancesSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList,TargetInstancesClient.AggregatedListPagedResponse>
TargetInstancesSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<TargetInstanceAggregatedList>
TargetInstanceAggregatedList. getParserForType()
static com.google.protobuf.Parser<TargetInstanceAggregatedList>
TargetInstanceAggregatedList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type TargetInstanceAggregatedList Modifier and Type Method Description protected TargetInstancesClient.AggregatedListPage
TargetInstancesClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList,Map.Entry<String,TargetInstancesScopedList>> context, TargetInstanceAggregatedList response)
TargetInstanceAggregatedList.Builder
TargetInstanceAggregatedList.Builder. mergeFrom(TargetInstanceAggregatedList other)
static TargetInstanceAggregatedList.Builder
TargetInstanceAggregatedList. newBuilder(TargetInstanceAggregatedList prototype)
-
Uses of TargetInstanceAggregatedList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type TargetInstanceAggregatedList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList>
HttpJsonTargetInstancesStub. aggregatedListCallable()
com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList>
TargetInstancesStub. aggregatedListCallable()
com.google.api.gax.rpc.PagedCallSettings<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList,TargetInstancesClient.AggregatedListPagedResponse>
TargetInstancesStubSettings. aggregatedListSettings()
Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetInstancesRequest,TargetInstanceAggregatedList,TargetInstancesClient.AggregatedListPagedResponse>
TargetInstancesStubSettings.Builder. aggregatedListSettings()
Returns the builder for the settings used for calls to aggregatedList.
-