public static interface BatchEnableServicesResponse.EnableFailureOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and 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.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getServiceId()
The service id of a service that could not be enabled.
string service_id = 1;com.google.protobuf.ByteString getServiceIdBytes()
The service id of a service that could not be enabled.
string service_id = 1;String getErrorMessage()
An error message describing why the service could not be enabled.
string error_message = 2;com.google.protobuf.ByteString getErrorMessageBytes()
An error message describing why the service could not be enabled.
string error_message = 2;Copyright © 2024 Google LLC. All rights reserved.