Package com.google.api.serviceusage.v1
Interface BatchEnableServicesResponse.EnableFailureOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
BatchEnableServicesResponse.EnableFailure
,BatchEnableServicesResponse.EnableFailure.Builder
- Enclosing class:
- BatchEnableServicesResponse
public static interface BatchEnableServicesResponse.EnableFailureOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getErrorMessage()
An error message describing why the service could not be enabled.com.google.protobuf.ByteString
getErrorMessageBytes()
An error message describing why the service could not be enabled.String
getServiceId()
The service id of a service that could not be enabled.com.google.protobuf.ByteString
getServiceIdBytes()
The service id of a service that could not be enabled.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getServiceId
String getServiceId()
The service id of a service that could not be enabled.
string service_id = 1;
- Returns:
- The serviceId.
-
getServiceIdBytes
com.google.protobuf.ByteString getServiceIdBytes()
The service id of a service that could not be enabled.
string service_id = 1;
- Returns:
- The bytes for serviceId.
-
getErrorMessage
String getErrorMessage()
An error message describing why the service could not be enabled.
string error_message = 2;
- Returns:
- The errorMessage.
-
getErrorMessageBytes
com.google.protobuf.ByteString getErrorMessageBytes()
An error message describing why the service could not be enabled.
string error_message = 2;
- Returns:
- The bytes for errorMessage.
-
-