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