public class ServiceManagement.Services.Rollouts extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceManagement.Services.Rollouts.Create |
class |
ServiceManagement.Services.Rollouts.Get |
class |
ServiceManagement.Services.Rollouts.List |
| Constructor and Description |
|---|
Rollouts() |
| Modifier and Type | Method and Description |
|---|---|
ServiceManagement.Services.Rollouts.Create |
create(String serviceName,
Rollout content)
Creates a new service configuration rollout.
|
ServiceManagement.Services.Rollouts.Get |
get(String serviceName,
String rolloutId)
Gets a service configuration rollout.
|
ServiceManagement.Services.Rollouts.List |
list(String serviceName)
Lists the history of the service configuration rollouts for a managed service, from the newest to
the oldest.
|
public ServiceManagement.Services.Rollouts.Create create(String serviceName, Rollout content) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.serviceName - Required. The name of the service. See the [overview](/service-management/overview)
for naming
requirements. For example: `example.googleapis.com`.content - the RolloutIOExceptionpublic ServiceManagement.Services.Rollouts.Get get(String serviceName, String rolloutId) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.serviceName - Required. The name of the service. See the [overview](/service-management/overview)
for naming
requirements. For example: `example.googleapis.com`.rolloutId - Required. The id of the rollout resource.IOExceptionpublic ServiceManagement.Services.Rollouts.List list(String serviceName) throws IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.serviceName - Required. The name of the service. See the [overview](/service-management/overview)
for naming
requirements. For example: `example.googleapis.com`.IOExceptionCopyright © 2011–2020 Google. All rights reserved.