public interface GetServiceRolloutRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getRolloutId()
public abstract String getRolloutId()Required. The id of the rollout resource.
string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The rolloutId. |
getRolloutIdBytes()
public abstract ByteString getRolloutIdBytes()Required. The id of the rollout resource.
string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for rolloutId. |
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];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceName. |