public static interface BatchEnableServicesResponse.EnableFailureOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getErrorMessage()
public abstract String getErrorMessage()An error message describing why the service could not be enabled.
string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
String |
The errorMessage. |
getErrorMessageBytes()
public abstract ByteString getErrorMessageBytes()An error message describing why the service could not be enabled.
string error_message = 2;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for errorMessage. |
getServiceId()
public abstract String getServiceId()The service id of a service that could not be enabled.
string service_id = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The serviceId. |
getServiceIdBytes()
public abstract ByteString getServiceIdBytes()The service id of a service that could not be enabled.
string service_id = 1;
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for serviceId. |