Class VersionsClient
- java.lang.Object
-
- com.google.appengine.v1.VersionsClient
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
@Generated("by gapic-generator-java") public class VersionsClient extends Object implements com.google.api.gax.core.BackgroundResource
Service Description: Manages versions of a service.This class provides the ability to make remote calls to the backing service through method calls that map to API methods. Sample code to get started:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { GetVersionRequest request = GetVersionRequest.newBuilder() .setName("name3373707") .setView(VersionView.forNumber(0)) .build(); Version response = versionsClient.getVersion(request); }
Note: close() needs to be called on the VersionsClient object to clean up resources such as threads. In the example above, try-with-resources is used, which automatically calls close().
The surface of this class includes several types of Java methods for each of the API's methods:
- A "flattened" method. With this type of method, the fields of the request type have been converted into function parameters. It may be the case that not all fields are available as parameters, and not every API method will have a flattened method entry point.
- A "request object" method. This type of method only takes one parameter, a request object, which must be constructed before the call. Not every API method will have a request object method.
- A "callable" method. This type of method takes no parameters and returns an immutable API callable object, which can be used to initiate calls to the service.
See the individual methods for example code.
Many parameters require resource names to be formatted in a particular way. To assist with these names, this class includes a format method for each type of name, and additionally a parse method to extract the individual identifiers contained within names that are returned.
This class can be customized by passing in a custom instance of VersionsSettings to create(). For example:
To customize credentials:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library VersionsSettings versionsSettings = VersionsSettings.newBuilder() .setCredentialsProvider(FixedCredentialsProvider.create(myCredentials)) .build(); VersionsClient versionsClient = VersionsClient.create(versionsSettings);
To customize the endpoint:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library VersionsSettings versionsSettings = VersionsSettings.newBuilder().setEndpoint(myEndpoint).build(); VersionsClient versionsClient = VersionsClient.create(versionsSettings);
To use REST (HTTP1.1/JSON) transport (instead of gRPC) for sending and receiving requests over the wire:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library VersionsSettings versionsSettings = VersionsSettings.newHttpJsonBuilder().build(); VersionsClient versionsClient = VersionsClient.create(versionsSettings);
Please refer to the GitHub repository's samples for more quickstart code snippets.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
VersionsClient.ListVersionsFixedSizeCollection
static class
VersionsClient.ListVersionsPage
static class
VersionsClient.ListVersionsPagedResponse
-
Constructor Summary
Constructors Modifier Constructor Description protected
VersionsClient(VersionsStub stub)
protected
VersionsClient(VersionsSettings settings)
Constructs an instance of VersionsClient, using the given settings.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
awaitTermination(long duration, TimeUnit unit)
void
close()
static VersionsClient
create()
Constructs an instance of VersionsClient with default settings.static VersionsClient
create(VersionsStub stub)
Constructs an instance of VersionsClient, using the given stub for making calls.static VersionsClient
create(VersionsSettings settings)
Constructs an instance of VersionsClient, using the given settings.com.google.api.gax.longrunning.OperationFuture<Version,CreateVersionMetadataV1>
createVersionAsync(CreateVersionRequest request)
Deploys code and resource files to a new version.com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,com.google.longrunning.Operation>
createVersionCallable()
Deploys code and resource files to a new version.com.google.api.gax.rpc.OperationCallable<CreateVersionRequest,Version,CreateVersionMetadataV1>
createVersionOperationCallable()
Deploys code and resource files to a new version.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadataV1>
deleteVersionAsync(DeleteVersionRequest request)
Deletes an existing Version resource.com.google.api.gax.rpc.UnaryCallable<DeleteVersionRequest,com.google.longrunning.Operation>
deleteVersionCallable()
Deletes an existing Version resource.com.google.api.gax.rpc.OperationCallable<DeleteVersionRequest,com.google.protobuf.Empty,OperationMetadataV1>
deleteVersionOperationCallable()
Deletes an existing Version resource.com.google.api.gax.httpjson.longrunning.OperationsClient
getHttpJsonOperationsClient()
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.com.google.longrunning.OperationsClient
getOperationsClient()
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.VersionsSettings
getSettings()
VersionsStub
getStub()
Version
getVersion(GetVersionRequest request)
Gets the specified Version resource.com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version>
getVersionCallable()
Gets the specified Version resource.boolean
isShutdown()
boolean
isTerminated()
VersionsClient.ListVersionsPagedResponse
listVersions(ListVersionsRequest request)
Lists the versions of a service.com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ListVersionsResponse>
listVersionsCallable()
Lists the versions of a service.com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse>
listVersionsPagedCallable()
Lists the versions of a service.void
shutdown()
void
shutdownNow()
com.google.api.gax.longrunning.OperationFuture<Version,OperationMetadataV1>
updateVersionAsync(UpdateVersionRequest request)
Updates the specified Version resource.com.google.api.gax.rpc.UnaryCallable<UpdateVersionRequest,com.google.longrunning.Operation>
updateVersionCallable()
Updates the specified Version resource.com.google.api.gax.rpc.OperationCallable<UpdateVersionRequest,Version,OperationMetadataV1>
updateVersionOperationCallable()
Updates the specified Version resource.
-
-
-
Constructor Detail
-
VersionsClient
protected VersionsClient(VersionsSettings settings) throws IOException
Constructs an instance of VersionsClient, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.- Throws:
IOException
-
VersionsClient
protected VersionsClient(VersionsStub stub)
-
-
Method Detail
-
create
public static final VersionsClient create() throws IOException
Constructs an instance of VersionsClient with default settings.- Throws:
IOException
-
create
public static final VersionsClient create(VersionsSettings settings) throws IOException
Constructs an instance of VersionsClient, using the given settings. The channels are created based on the settings passed in, or defaults for any settings that are not set.- Throws:
IOException
-
create
public static final VersionsClient create(VersionsStub stub)
Constructs an instance of VersionsClient, using the given stub for making calls. This is for advanced usage - prefer using create(VersionsSettings).
-
getSettings
public final VersionsSettings getSettings()
-
getStub
public VersionsStub getStub()
-
getOperationsClient
public final com.google.longrunning.OperationsClient getOperationsClient()
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
-
getHttpJsonOperationsClient
@BetaApi public final com.google.api.gax.httpjson.longrunning.OperationsClient getHttpJsonOperationsClient()
Returns the OperationsClient that can be used to query the status of a long-running operation returned by another API method call.
-
listVersions
public final VersionsClient.ListVersionsPagedResponse listVersions(ListVersionsRequest request)
Lists the versions of a service.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { ListVersionsRequest request = ListVersionsRequest.newBuilder() .setParent("parent-995424086") .setView(VersionView.forNumber(0)) .setPageSize(883849137) .setPageToken("pageToken873572522") .build(); for (Version element : versionsClient.listVersions(request).iterateAll()) { // doThingsWith(element); } }
- Parameters:
request
- The request object containing all of the parameters for the API call.- Throws:
com.google.api.gax.rpc.ApiException
- if the remote call fails
-
listVersionsPagedCallable
public final com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,VersionsClient.ListVersionsPagedResponse> listVersionsPagedCallable()
Lists the versions of a service.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { ListVersionsRequest request = ListVersionsRequest.newBuilder() .setParent("parent-995424086") .setView(VersionView.forNumber(0)) .setPageSize(883849137) .setPageToken("pageToken873572522") .build(); ApiFuture<Version> future = versionsClient.listVersionsPagedCallable().futureCall(request); // Do something. for (Version element : future.get().iterateAll()) { // doThingsWith(element); } }
-
listVersionsCallable
public final com.google.api.gax.rpc.UnaryCallable<ListVersionsRequest,ListVersionsResponse> listVersionsCallable()
Lists the versions of a service.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { ListVersionsRequest request = ListVersionsRequest.newBuilder() .setParent("parent-995424086") .setView(VersionView.forNumber(0)) .setPageSize(883849137) .setPageToken("pageToken873572522") .build(); while (true) { ListVersionsResponse response = versionsClient.listVersionsCallable().call(request); for (Version element : response.getVersionsList()) { // doThingsWith(element); } String nextPageToken = response.getNextPageToken(); if (!Strings.isNullOrEmpty(nextPageToken)) { request = request.toBuilder().setPageToken(nextPageToken).build(); } else { break; } } }
-
getVersion
public final Version getVersion(GetVersionRequest request)
Gets the specified Version resource. By default, only a `BASIC_VIEW` will be returned. Specify the `FULL_VIEW` parameter to get the full resource.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { GetVersionRequest request = GetVersionRequest.newBuilder() .setName("name3373707") .setView(VersionView.forNumber(0)) .build(); Version response = versionsClient.getVersion(request); }
- Parameters:
request
- The request object containing all of the parameters for the API call.- Throws:
com.google.api.gax.rpc.ApiException
- if the remote call fails
-
getVersionCallable
public final com.google.api.gax.rpc.UnaryCallable<GetVersionRequest,Version> getVersionCallable()
Gets the specified Version resource. By default, only a `BASIC_VIEW` will be returned. Specify the `FULL_VIEW` parameter to get the full resource.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { GetVersionRequest request = GetVersionRequest.newBuilder() .setName("name3373707") .setView(VersionView.forNumber(0)) .build(); ApiFuture<Version> future = versionsClient.getVersionCallable().futureCall(request); // Do something. Version response = future.get(); }
-
createVersionAsync
public final com.google.api.gax.longrunning.OperationFuture<Version,CreateVersionMetadataV1> createVersionAsync(CreateVersionRequest request)
Deploys code and resource files to a new version.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { CreateVersionRequest request = CreateVersionRequest.newBuilder() .setParent("parent-995424086") .setVersion(Version.newBuilder().build()) .build(); Version response = versionsClient.createVersionAsync(request).get(); }
- Parameters:
request
- The request object containing all of the parameters for the API call.- Throws:
com.google.api.gax.rpc.ApiException
- if the remote call fails
-
createVersionOperationCallable
public final com.google.api.gax.rpc.OperationCallable<CreateVersionRequest,Version,CreateVersionMetadataV1> createVersionOperationCallable()
Deploys code and resource files to a new version.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { CreateVersionRequest request = CreateVersionRequest.newBuilder() .setParent("parent-995424086") .setVersion(Version.newBuilder().build()) .build(); OperationFuture<Version, CreateVersionMetadataV1> future = versionsClient.createVersionOperationCallable().futureCall(request); // Do something. Version response = future.get(); }
-
createVersionCallable
public final com.google.api.gax.rpc.UnaryCallable<CreateVersionRequest,com.google.longrunning.Operation> createVersionCallable()
Deploys code and resource files to a new version.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { CreateVersionRequest request = CreateVersionRequest.newBuilder() .setParent("parent-995424086") .setVersion(Version.newBuilder().build()) .build(); ApiFuture<Operation> future = versionsClient.createVersionCallable().futureCall(request); // Do something. Operation response = future.get(); }
-
updateVersionAsync
public final com.google.api.gax.longrunning.OperationFuture<Version,OperationMetadataV1> updateVersionAsync(UpdateVersionRequest request)
Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:**Standard environment**
- [`instance_class`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)
*automatic scaling* in the standard environment:
- [`automatic_scaling.min_idle_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.max_idle_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automaticScaling.standard_scheduler_settings.max_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
- [`automaticScaling.standard_scheduler_settings.min_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
- [`automaticScaling.standard_scheduler_settings.target_cpu_utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
- [`automaticScaling.standard_scheduler_settings.target_throughput_utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
*basic scaling* or *manual scaling* in the standard environment:
- [`serving_status`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
- [`manual_scaling.instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
**Flexible environment**
- [`serving_status`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
*automatic scaling* in the flexible environment:
- [`automatic_scaling.min_total_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.max_total_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.cool_down_period_sec`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.cpu_utilization.target_utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
*manual scaling* in the flexible environment:
- [`manual_scaling.instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { UpdateVersionRequest request = UpdateVersionRequest.newBuilder() .setName("name3373707") .setVersion(Version.newBuilder().build()) .setUpdateMask(FieldMask.newBuilder().build()) .build(); Version response = versionsClient.updateVersionAsync(request).get(); }
- Parameters:
request
- The request object containing all of the parameters for the API call.- Throws:
com.google.api.gax.rpc.ApiException
- if the remote call fails
-
updateVersionOperationCallable
public final com.google.api.gax.rpc.OperationCallable<UpdateVersionRequest,Version,OperationMetadataV1> updateVersionOperationCallable()
Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:**Standard environment**
- [`instance_class`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)
*automatic scaling* in the standard environment:
- [`automatic_scaling.min_idle_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.max_idle_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automaticScaling.standard_scheduler_settings.max_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
- [`automaticScaling.standard_scheduler_settings.min_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
- [`automaticScaling.standard_scheduler_settings.target_cpu_utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
- [`automaticScaling.standard_scheduler_settings.target_throughput_utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
*basic scaling* or *manual scaling* in the standard environment:
- [`serving_status`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
- [`manual_scaling.instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
**Flexible environment**
- [`serving_status`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
*automatic scaling* in the flexible environment:
- [`automatic_scaling.min_total_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.max_total_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.cool_down_period_sec`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.cpu_utilization.target_utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
*manual scaling* in the flexible environment:
- [`manual_scaling.instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { UpdateVersionRequest request = UpdateVersionRequest.newBuilder() .setName("name3373707") .setVersion(Version.newBuilder().build()) .setUpdateMask(FieldMask.newBuilder().build()) .build(); OperationFuture<Version, OperationMetadataV1> future = versionsClient.updateVersionOperationCallable().futureCall(request); // Do something. Version response = future.get(); }
-
updateVersionCallable
public final com.google.api.gax.rpc.UnaryCallable<UpdateVersionRequest,com.google.longrunning.Operation> updateVersionCallable()
Updates the specified Version resource. You can specify the following fields depending on the App Engine environment and type of scaling that the version resource uses:**Standard environment**
- [`instance_class`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.instance_class)
*automatic scaling* in the standard environment:
- [`automatic_scaling.min_idle_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.max_idle_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automaticScaling.standard_scheduler_settings.max_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
- [`automaticScaling.standard_scheduler_settings.min_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
- [`automaticScaling.standard_scheduler_settings.target_cpu_utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
- [`automaticScaling.standard_scheduler_settings.target_throughput_utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#StandardSchedulerSettings)
*basic scaling* or *manual scaling* in the standard environment:
- [`serving_status`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
- [`manual_scaling.instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
**Flexible environment**
- [`serving_status`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.serving_status)
*automatic scaling* in the flexible environment:
- [`automatic_scaling.min_total_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.max_total_instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.cool_down_period_sec`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
- [`automatic_scaling.cpu_utilization.target_utilization`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#Version.FIELDS.automatic_scaling)
*manual scaling* in the flexible environment:
- [`manual_scaling.instances`](https://cloud.google.com/appengine/docs/admin-api/reference/rest/v1/apps.services.versions#manualscaling)
Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { UpdateVersionRequest request = UpdateVersionRequest.newBuilder() .setName("name3373707") .setVersion(Version.newBuilder().build()) .setUpdateMask(FieldMask.newBuilder().build()) .build(); ApiFuture<Operation> future = versionsClient.updateVersionCallable().futureCall(request); // Do something. Operation response = future.get(); }
-
deleteVersionAsync
public final com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadataV1> deleteVersionAsync(DeleteVersionRequest request)
Deletes an existing Version resource.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { DeleteVersionRequest request = DeleteVersionRequest.newBuilder().setName("name3373707").build(); versionsClient.deleteVersionAsync(request).get(); }
- Parameters:
request
- The request object containing all of the parameters for the API call.- Throws:
com.google.api.gax.rpc.ApiException
- if the remote call fails
-
deleteVersionOperationCallable
public final com.google.api.gax.rpc.OperationCallable<DeleteVersionRequest,com.google.protobuf.Empty,OperationMetadataV1> deleteVersionOperationCallable()
Deletes an existing Version resource.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { DeleteVersionRequest request = DeleteVersionRequest.newBuilder().setName("name3373707").build(); OperationFuture<Empty, OperationMetadataV1> future = versionsClient.deleteVersionOperationCallable().futureCall(request); // Do something. future.get(); }
-
deleteVersionCallable
public final com.google.api.gax.rpc.UnaryCallable<DeleteVersionRequest,com.google.longrunning.Operation> deleteVersionCallable()
Deletes an existing Version resource.Sample code:
// This snippet has been automatically generated and should be regarded as a code template only. // It will require modifications to work: // - It may require correct/in-range values for request initialization. // - It may require specifying regional endpoints when creating the service client as shown in // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library try (VersionsClient versionsClient = VersionsClient.create()) { DeleteVersionRequest request = DeleteVersionRequest.newBuilder().setName("name3373707").build(); ApiFuture<Operation> future = versionsClient.deleteVersionCallable().futureCall(request); // Do something. future.get(); }
-
close
public final void close()
- Specified by:
close
in interfaceAutoCloseable
-
shutdown
public void shutdown()
- Specified by:
shutdown
in interfacecom.google.api.gax.core.BackgroundResource
-
isShutdown
public boolean isShutdown()
- Specified by:
isShutdown
in interfacecom.google.api.gax.core.BackgroundResource
-
isTerminated
public boolean isTerminated()
- Specified by:
isTerminated
in interfacecom.google.api.gax.core.BackgroundResource
-
shutdownNow
public void shutdownNow()
- Specified by:
shutdownNow
in interfacecom.google.api.gax.core.BackgroundResource
-
awaitTermination
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
- Specified by:
awaitTermination
in interfacecom.google.api.gax.core.BackgroundResource
- Throws:
InterruptedException
-
-