Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
com.google.cloud.compute.v1.stub |
Modifier and Type | Method and Description |
---|---|
TargetPool |
TargetPool.Builder.build() |
TargetPool |
InsertTargetPoolHttpRequest.getApiMessageRequestBody() |
static TargetPool |
TargetPool.getDefaultInstance() |
TargetPool |
TargetPoolClient.getTargetPool(GetTargetPoolHttpRequest request)
Returns the specified target pool.
|
TargetPool |
TargetPoolClient.getTargetPool(ProjectRegionTargetPoolName targetPool)
Returns the specified target pool.
|
TargetPool |
TargetPoolClient.getTargetPool(String targetPool)
Returns the specified target pool.
|
TargetPool |
InsertTargetPoolHttpRequest.getTargetPoolResource()
A TargetPool resource.
|
TargetPool |
InsertTargetPoolHttpRequest.Builder.getTargetPoolResource()
A TargetPool resource.
|
Modifier and Type | Method and Description |
---|---|
List<TargetPool> |
TargetPoolList.getItemsList()
A list of TargetPool resources.
|
List<TargetPool> |
TargetPoolList.Builder.getItemsList()
A list of TargetPool resources.
|
UnaryCallable<GetTargetPoolHttpRequest,TargetPool> |
TargetPoolClient.getTargetPoolCallable()
Returns the specified target pool.
|
UnaryCallSettings<GetTargetPoolHttpRequest,TargetPool> |
TargetPoolSettings.getTargetPoolSettings()
Returns the object with the settings used for calls to getTargetPool.
|
UnaryCallSettings.Builder<GetTargetPoolHttpRequest,TargetPool> |
TargetPoolSettings.Builder.getTargetPoolSettings()
Returns the builder for the settings used for calls to getTargetPool.
|
List<TargetPool> |
TargetPoolsScopedList.getTargetPoolsList()
A list of target pools contained in this scope.
|
List<TargetPool> |
TargetPoolsScopedList.Builder.getTargetPoolsList()
A list of target pools contained in this scope.
|
Modifier and Type | Method and Description |
---|---|
TargetPoolList.Builder |
TargetPoolList.Builder.addItems(TargetPool items)
A list of TargetPool resources.
|
TargetPoolsScopedList.Builder |
TargetPoolsScopedList.Builder.addTargetPools(TargetPool targetPools)
A list of target pools contained in this scope.
|
Operation |
TargetPoolClient.insertTargetPool(ProjectRegionName region,
TargetPool targetPoolResource)
Creates a target pool in the specified project and region using the data included in the
request.
|
Operation |
TargetPoolClient.insertTargetPool(String region,
TargetPool targetPoolResource)
Creates a target pool in the specified project and region using the data included in the
request.
|
TargetPool.Builder |
TargetPool.Builder.mergeFrom(TargetPool other) |
static TargetPool.Builder |
TargetPool.newBuilder(TargetPool prototype) |
InsertTargetPoolHttpRequest.Builder |
InsertTargetPoolHttpRequest.Builder.setTargetPoolResource(TargetPool targetPoolResource)
A TargetPool resource.
|
Modifier and Type | Method and Description |
---|---|
TargetPoolList.Builder |
TargetPoolList.Builder.addAllItems(List<TargetPool> items)
A list of TargetPool resources.
|
TargetPoolsScopedList.Builder |
TargetPoolsScopedList.Builder.addAllTargetPools(List<TargetPool> targetPools)
A list of target pools contained in this scope.
|
static com.google.api.core.ApiFuture<TargetPoolClient.ListTargetPoolsPagedResponse> |
TargetPoolClient.ListTargetPoolsPagedResponse.createAsync(PageContext<ListTargetPoolsHttpRequest,TargetPoolList,TargetPool> context,
com.google.api.core.ApiFuture<TargetPoolList> futureResponse) |
protected TargetPoolClient.ListTargetPoolsPage |
TargetPoolClient.ListTargetPoolsPage.createPage(PageContext<ListTargetPoolsHttpRequest,TargetPoolList,TargetPool> context,
TargetPoolList response) |
com.google.api.core.ApiFuture<TargetPoolClient.ListTargetPoolsPage> |
TargetPoolClient.ListTargetPoolsPage.createPageAsync(PageContext<ListTargetPoolsHttpRequest,TargetPoolList,TargetPool> context,
com.google.api.core.ApiFuture<TargetPoolList> futureResponse) |
Modifier and Type | Field and Description |
---|---|
static ApiMethodDescriptor<GetTargetPoolHttpRequest,TargetPool> |
HttpJsonTargetPoolStub.getTargetPoolMethodDescriptor |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetTargetPoolHttpRequest,TargetPool> |
HttpJsonTargetPoolStub.getTargetPoolCallable() |
UnaryCallable<GetTargetPoolHttpRequest,TargetPool> |
TargetPoolStub.getTargetPoolCallable() |
UnaryCallSettings<GetTargetPoolHttpRequest,TargetPool> |
TargetPoolStubSettings.getTargetPoolSettings()
Returns the object with the settings used for calls to getTargetPool.
|
UnaryCallSettings.Builder<GetTargetPoolHttpRequest,TargetPool> |
TargetPoolStubSettings.Builder.getTargetPoolSettings()
Returns the builder for the settings used for calls to getTargetPool.
|
Copyright © 2019 Google LLC. All rights reserved.