public class ServiceManagement.Services.Rollouts
extends java.lang.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(java.lang.String serviceName,
Rollout content)
Creates a new service configuration rollout.
|
ServiceManagement.Services.Rollouts.Get |
get(java.lang.String serviceName,
java.lang.String rolloutId)
Gets a service configuration rollout.
|
ServiceManagement.Services.Rollouts.List |
list(java.lang.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(java.lang.String serviceName, Rollout content) throws java.io.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 Rolloutjava.io.IOExceptionpublic ServiceManagement.Services.Rollouts.Get get(java.lang.String serviceName, java.lang.String rolloutId) throws java.io.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.java.io.IOExceptionpublic ServiceManagement.Services.Rollouts.List list(java.lang.String serviceName) throws java.io.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`.java.io.IOException