Interface BatchEnableServicesResponse.EnableFailureOrBuilder (2.3.1)

public static interface BatchEnableServicesResponse.EnableFailureOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getErrorMessage()

public abstract String getErrorMessage()

An error message describing why the service could not be enabled.

string error_message = 2;

Returns
TypeDescription
String

The errorMessage.

getErrorMessageBytes()

public abstract ByteString getErrorMessageBytes()

An error message describing why the service could not be enabled.

string error_message = 2;

Returns
TypeDescription
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
TypeDescription
String

The serviceId.

getServiceIdBytes()

public abstract ByteString getServiceIdBytes()

The service id of a service that could not be enabled.

string service_id = 1;

Returns
TypeDescription
ByteString

The bytes for serviceId.