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 AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest.Builder. build()AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest.Builder. buildPartial()static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. getDefaultInstance()AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest.Builder. getDefaultInstanceForType()AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. getDefaultInstanceForType()static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseDelimitedFrom(InputStream input)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseFrom(byte[] data)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseFrom(InputStream input)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. parseFrom(ByteBuffer data)static AggregatedListTargetInstancesRequestAggregatedListTargetInstancesRequest. 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.AggregatedListPagedResponseTargetInstancesClient. aggregatedList(AggregatedListTargetInstancesRequest request)Retrieves an aggregated list of target instances.AggregatedListTargetInstancesRequest.BuilderAggregatedListTargetInstancesRequest.Builder. mergeFrom(AggregatedListTargetInstancesRequest other)static AggregatedListTargetInstancesRequest.BuilderAggregatedListTargetInstancesRequest. newBuilder(AggregatedListTargetInstancesRequest prototype) -
Uses of AggregatedListTargetInstancesRequest in com.google.cloud.compute.v1.stub
-