Uses of Class
com.google.cloud.compute.v1.AggregatedListTargetPoolsRequest
-
Packages that use AggregatedListTargetPoolsRequest 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 AggregatedListTargetPoolsRequest in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return AggregatedListTargetPoolsRequest Modifier and Type Method Description AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest.Builder. build()AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest.Builder. buildPartial()static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. getDefaultInstance()AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest.Builder. getDefaultInstanceForType()AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. getDefaultInstanceForType()static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseDelimitedFrom(InputStream input)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(byte[] data)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(com.google.protobuf.ByteString data)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(com.google.protobuf.CodedInputStream input)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(InputStream input)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(ByteBuffer data)static AggregatedListTargetPoolsRequestAggregatedListTargetPoolsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.compute.v1 that return types with arguments of type AggregatedListTargetPoolsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList>TargetPoolsClient. aggregatedListCallable()Retrieves an aggregated list of target pools.com.google.api.gax.rpc.UnaryCallable<AggregatedListTargetPoolsRequest,TargetPoolsClient.AggregatedListPagedResponse>TargetPoolsClient. aggregatedListPagedCallable()Retrieves an aggregated list of target pools.com.google.api.gax.rpc.PagedCallSettings<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,TargetPoolsClient.AggregatedListPagedResponse>TargetPoolsSettings. aggregatedListSettings()Returns the object with the settings used for calls to aggregatedList.com.google.api.gax.rpc.PagedCallSettings.Builder<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,TargetPoolsClient.AggregatedListPagedResponse>TargetPoolsSettings.Builder. aggregatedListSettings()Returns the builder for the settings used for calls to aggregatedList.com.google.protobuf.Parser<AggregatedListTargetPoolsRequest>AggregatedListTargetPoolsRequest. getParserForType()static com.google.protobuf.Parser<AggregatedListTargetPoolsRequest>AggregatedListTargetPoolsRequest. parser()Methods in com.google.cloud.compute.v1 with parameters of type AggregatedListTargetPoolsRequest Modifier and Type Method Description TargetPoolsClient.AggregatedListPagedResponseTargetPoolsClient. aggregatedList(AggregatedListTargetPoolsRequest request)Retrieves an aggregated list of target pools.AggregatedListTargetPoolsRequest.BuilderAggregatedListTargetPoolsRequest.Builder. mergeFrom(AggregatedListTargetPoolsRequest other)static AggregatedListTargetPoolsRequest.BuilderAggregatedListTargetPoolsRequest. newBuilder(AggregatedListTargetPoolsRequest prototype)Method parameters in com.google.cloud.compute.v1 with type arguments of type AggregatedListTargetPoolsRequest Modifier and Type Method Description static com.google.api.core.ApiFuture<TargetPoolsClient.AggregatedListPagedResponse>TargetPoolsClient.AggregatedListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, com.google.api.core.ApiFuture<TargetPoolAggregatedList> futureResponse)protected TargetPoolsClient.AggregatedListPageTargetPoolsClient.AggregatedListPage. createPage(com.google.api.gax.rpc.PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, TargetPoolAggregatedList response)com.google.api.core.ApiFuture<TargetPoolsClient.AggregatedListPage>TargetPoolsClient.AggregatedListPage. createPageAsync(com.google.api.gax.rpc.PageContext<AggregatedListTargetPoolsRequest,TargetPoolAggregatedList,Map.Entry<String,TargetPoolsScopedList>> context, com.google.api.core.ApiFuture<TargetPoolAggregatedList> futureResponse) -
Uses of AggregatedListTargetPoolsRequest in com.google.cloud.compute.v1.stub
-