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 |
---|---|
InstanceGroupClient.ListInstanceGroupsPagedResponse |
InstanceGroupClient.listInstanceGroups(ListInstanceGroupsHttpRequest request)
Retrieves the list of instance groups that are located in the specified project and zone.
|
InstanceGroupClient.ListInstanceGroupsPagedResponse |
InstanceGroupClient.listInstanceGroups(ProjectZoneName zone)
Retrieves the list of instance groups that are located in the specified project and zone.
|
InstanceGroupClient.ListInstanceGroupsPagedResponse |
InstanceGroupClient.listInstanceGroups(String zone)
Retrieves the list of instance groups that are located in the specified project and zone.
|
Modifier and Type | Method and Description |
---|---|
static com.google.api.core.ApiFuture<InstanceGroupClient.ListInstanceGroupsPagedResponse> |
InstanceGroupClient.ListInstanceGroupsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListInstanceGroupsHttpRequest,InstanceGroupList,InstanceGroup> context,
com.google.api.core.ApiFuture<InstanceGroupList> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListInstanceGroupsHttpRequest,InstanceGroupClient.ListInstanceGroupsPagedResponse> |
InstanceGroupClient.listInstanceGroupsPagedCallable()
Retrieves the list of instance groups that are located in the specified project and zone.
|
com.google.api.gax.rpc.PagedCallSettings<ListInstanceGroupsHttpRequest,InstanceGroupList,InstanceGroupClient.ListInstanceGroupsPagedResponse> |
InstanceGroupSettings.listInstanceGroupsSettings()
Returns the object with the settings used for calls to listInstanceGroups.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListInstanceGroupsHttpRequest,InstanceGroupList,InstanceGroupClient.ListInstanceGroupsPagedResponse> |
InstanceGroupSettings.Builder.listInstanceGroupsSettings()
Returns the builder for the settings used for calls to listInstanceGroups.
|
Copyright © 2019 Google LLC. All rights reserved.