Package | Description |
---|---|
com.google.api.services.servicemanagement | |
com.google.api.services.servicemanagement.model |
Modifier and Type | Method and Description |
---|---|
ServiceManagement.Services.Rollouts.Create |
ServiceManagement.Services.Rollouts.create(String serviceName,
Rollout content)
Creates a new service configuration rollout.
|
Constructor and Description |
---|
Create(String serviceName,
Rollout content)
Creates a new service configuration rollout.
|
Modifier and Type | Method and Description |
---|---|
Rollout |
Rollout.clone() |
Rollout |
Rollout.set(String fieldName,
Object value) |
Rollout |
Rollout.setCreatedBy(String createdBy)
The user who created the Rollout.
|
Rollout |
Rollout.setCreateTime(String createTime)
Creation time of the rollout.
|
Rollout |
Rollout.setDeleteServiceStrategy(DeleteServiceStrategy deleteServiceStrategy)
The strategy associated with a rollout to delete a `ManagedService`.
|
Rollout |
Rollout.setRolloutId(String rolloutId)
Optional.
|
Rollout |
Rollout.setServiceName(String serviceName)
The name of the service associated with this Rollout.
|
Rollout |
Rollout.setStatus(String status)
The status of this rollout.
|
Rollout |
Rollout.setTrafficPercentStrategy(TrafficPercentStrategy trafficPercentStrategy)
Google Service Control selects service configurations based on traffic percentage.
|
Modifier and Type | Method and Description |
---|---|
List<Rollout> |
ListServiceRolloutsResponse.getRollouts()
The list of rollout resources.
|
Modifier and Type | Method and Description |
---|---|
ListServiceRolloutsResponse |
ListServiceRolloutsResponse.setRollouts(List<Rollout> rollouts)
The list of rollout resources.
|
Copyright © 2011–2024 Google. All rights reserved.