public interface CreateServiceRolloutRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRollout()
public abstract Rollout getRollout() Required. The rollout resource. The service_name field is output only.
.google.api.servicemanagement.v1.Rollout rollout = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| Rollout | The rollout. |
getRolloutOrBuilder()
public abstract RolloutOrBuilder getRolloutOrBuilder() Required. The rollout resource. The service_name field is output only.
.google.api.servicemanagement.v1.Rollout rollout = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| RolloutOrBuilder |
getServiceName()
public abstract String getServiceName() Required. The name of the service. See the
overview for naming requirements. For
example: example.googleapis.com.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The serviceName. |
getServiceNameBytes()
public abstract ByteString getServiceNameBytes() Required. The name of the service. See the
overview for naming requirements. For
example: example.googleapis.com.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for serviceName. |
hasRollout()
public abstract boolean hasRollout() Required. The rollout resource. The service_name field is output only.
.google.api.servicemanagement.v1.Rollout rollout = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the rollout field is set. |