public interface GetServiceRolloutRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getRolloutId()
The id of the rollout resource.
|
com.google.protobuf.ByteString |
getRolloutIdBytes()
The id of the rollout resource.
|
java.lang.String |
getServiceName()
The name of the service.
|
com.google.protobuf.ByteString |
getServiceNameBytes()
The name of the service.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.lang.String getServiceName()
The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.
string service_name = 1;com.google.protobuf.ByteString getServiceNameBytes()
The name of the service. See the [overview](/service-management/overview) for naming requirements. For example: `example.googleapis.com`.
string service_name = 1;java.lang.String getRolloutId()
The id of the rollout resource.
string rollout_id = 2;com.google.protobuf.ByteString getRolloutIdBytes()
The id of the rollout resource.
string rollout_id = 2;