Uses of Class
com.google.cloud.compute.v1.TargetPoolList
-
Packages that use TargetPoolList 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 TargetPoolList in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return TargetPoolList Modifier and Type Method Description TargetPoolList
TargetPoolList.Builder. build()
TargetPoolList
TargetPoolList.Builder. buildPartial()
static TargetPoolList
TargetPoolList. getDefaultInstance()
TargetPoolList
TargetPoolList.Builder. getDefaultInstanceForType()
TargetPoolList
TargetPoolList. getDefaultInstanceForType()
static TargetPoolList
TargetPoolList. parseDelimitedFrom(InputStream input)
static TargetPoolList
TargetPoolList. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolList
TargetPoolList. parseFrom(byte[] data)
static TargetPoolList
TargetPoolList. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolList
TargetPoolList. parseFrom(com.google.protobuf.ByteString data)
static TargetPoolList
TargetPoolList. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolList
TargetPoolList. parseFrom(com.google.protobuf.CodedInputStream input)
static TargetPoolList
TargetPoolList. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolList
TargetPoolList. parseFrom(InputStream input)
static TargetPoolList
TargetPoolList. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static TargetPoolList
TargetPoolList. parseFrom(ByteBuffer data)
static TargetPoolList
TargetPoolList. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.compute.v1 that return types with arguments of type TargetPoolList Modifier and Type Method Description com.google.protobuf.Parser<TargetPoolList>
TargetPoolList. getParserForType()
com.google.api.gax.rpc.UnaryCallable<ListTargetPoolsRequest,TargetPoolList>
TargetPoolsClient. listCallable()
Retrieves a list of target pools available to the specified project and region.com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetPoolsRequest,TargetPoolList,TargetPoolsClient.ListPagedResponse>
TargetPoolsSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListTargetPoolsRequest,TargetPoolList,TargetPoolsClient.ListPagedResponse>
TargetPoolsSettings. listSettings()
Returns the object with the settings used for calls to list.static com.google.protobuf.Parser<TargetPoolList>
TargetPoolList. parser()
Methods in com.google.cloud.compute.v1 with parameters of type TargetPoolList Modifier and Type Method Description protected TargetPoolsClient.ListPage
TargetPoolsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListTargetPoolsRequest,TargetPoolList,TargetPool> context, TargetPoolList response)
TargetPoolList.Builder
TargetPoolList.Builder. mergeFrom(TargetPoolList other)
static TargetPoolList.Builder
TargetPoolList. newBuilder(TargetPoolList prototype)
Method parameters in com.google.cloud.compute.v1 with type arguments of type TargetPoolList Modifier and Type Method Description static com.google.api.core.ApiFuture<TargetPoolsClient.ListPagedResponse>
TargetPoolsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTargetPoolsRequest,TargetPoolList,TargetPool> context, com.google.api.core.ApiFuture<TargetPoolList> futureResponse)
static com.google.api.core.ApiFuture<TargetPoolsClient.ListPagedResponse>
TargetPoolsClient.ListPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListTargetPoolsRequest,TargetPoolList,TargetPool> context, com.google.api.core.ApiFuture<TargetPoolList> futureResponse)
protected TargetPoolsClient.ListPage
TargetPoolsClient.ListPage. createPage(com.google.api.gax.rpc.PageContext<ListTargetPoolsRequest,TargetPoolList,TargetPool> context, TargetPoolList response)
com.google.api.core.ApiFuture<TargetPoolsClient.ListPage>
TargetPoolsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTargetPoolsRequest,TargetPoolList,TargetPool> context, com.google.api.core.ApiFuture<TargetPoolList> futureResponse)
com.google.api.core.ApiFuture<TargetPoolsClient.ListPage>
TargetPoolsClient.ListPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListTargetPoolsRequest,TargetPoolList,TargetPool> context, com.google.api.core.ApiFuture<TargetPoolList> futureResponse)
-
Uses of TargetPoolList in com.google.cloud.compute.v1.stub
Methods in com.google.cloud.compute.v1.stub that return types with arguments of type TargetPoolList Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListTargetPoolsRequest,TargetPoolList>
HttpJsonTargetPoolsStub. listCallable()
com.google.api.gax.rpc.UnaryCallable<ListTargetPoolsRequest,TargetPoolList>
TargetPoolsStub. listCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListTargetPoolsRequest,TargetPoolList,TargetPoolsClient.ListPagedResponse>
TargetPoolsStubSettings.Builder. listSettings()
Returns the builder for the settings used for calls to list.com.google.api.gax.rpc.PagedCallSettings<ListTargetPoolsRequest,TargetPoolList,TargetPoolsClient.ListPagedResponse>
TargetPoolsStubSettings. listSettings()
Returns the object with the settings used for calls to list.
-