Interface GetServiceRolloutRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetServiceRolloutRequest
,GetServiceRolloutRequest.Builder
public interface GetServiceRolloutRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRolloutId()
Required.com.google.protobuf.ByteString
getRolloutIdBytes()
Required.String
getServiceName()
Required.com.google.protobuf.ByteString
getServiceNameBytes()
Required.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceName
String getServiceName()
Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The serviceName.
-
getServiceNameBytes
com.google.protobuf.ByteString getServiceNameBytes()
Required. The name of the service. See the [overview](https://cloud.google.com/service-management/overview) for naming requirements. For example: `example.googleapis.com`.
string service_name = 1 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for serviceName.
-
getRolloutId
String getRolloutId()
Required. The id of the rollout resource.
string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The rolloutId.
-
getRolloutIdBytes
com.google.protobuf.ByteString getRolloutIdBytes()
Required. The id of the rollout resource.
string rollout_id = 2 [(.google.api.field_behavior) = REQUIRED];
- Returns:
- The bytes for rolloutId.
-
-