Send feedback
Class BatchEnableServicesResponse.EnableFailure.Builder (2.12.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 2.12.0 keyboard_arrow_down
public static final class BatchEnableServicesResponse . EnableFailure . Builder extends GeneratedMessageV3 . Builder<BatchEnableServicesResponse . EnableFailure . Builder > implements BatchEnableServicesResponse . EnableFailureOrBuilder
Provides error messages for the failing services.
Protobuf type google.api.serviceusage.v1.BatchEnableServicesResponse.EnableFailure
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Returns
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public BatchEnableServicesResponse . EnableFailure . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
build()
public BatchEnableServicesResponse . EnableFailure build ()
Returns
buildPartial()
public BatchEnableServicesResponse . EnableFailure buildPartial ()
Returns
clear()
public BatchEnableServicesResponse . EnableFailure . Builder clear ()
Returns
Overrides
clearErrorMessage()
public BatchEnableServicesResponse . EnableFailure . Builder clearErrorMessage ()
An error message describing why the service could not be enabled.
string error_message = 2;
Returns
clearField(Descriptors.FieldDescriptor field)
public BatchEnableServicesResponse . EnableFailure . Builder clearField ( Descriptors . FieldDescriptor field )
Parameter
Returns
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public BatchEnableServicesResponse . EnableFailure . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Parameter
Returns
Overrides
clearServiceId()
public BatchEnableServicesResponse . EnableFailure . Builder clearServiceId ()
The service id of a service that could not be enabled.
string service_id = 1;
Returns
clone()
public BatchEnableServicesResponse . EnableFailure . Builder clone ()
Returns
Overrides
getDefaultInstanceForType()
public BatchEnableServicesResponse . EnableFailure getDefaultInstanceForType ()
Returns
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Returns
Overrides
getErrorMessage()
public 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 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 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 ByteString getServiceIdBytes ()
The service id of a service that could not be enabled.
string service_id = 1;
Returns
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Returns
Overrides
isInitialized()
public final boolean isInitialized ()
Returns
Overrides
mergeFrom(BatchEnableServicesResponse.EnableFailure other)
public BatchEnableServicesResponse . EnableFailure . Builder mergeFrom ( BatchEnableServicesResponse . EnableFailure other )
Parameter
Returns
public BatchEnableServicesResponse . EnableFailure . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Parameters
Returns
Overrides
Exceptions
mergeFrom(Message other)
public BatchEnableServicesResponse . EnableFailure . Builder mergeFrom ( Message other )
Parameter
Returns
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final BatchEnableServicesResponse . EnableFailure . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
setErrorMessage(String value)
public BatchEnableServicesResponse . EnableFailure . Builder setErrorMessage ( String value )
An error message describing why the service could not be enabled.
string error_message = 2;
Parameter
Name Description value
String
The errorMessage to set.
Returns
setErrorMessageBytes(ByteString value)
public BatchEnableServicesResponse . EnableFailure . Builder setErrorMessageBytes ( ByteString value )
An error message describing why the service could not be enabled.
string error_message = 2;
Parameter
Name Description value
ByteString
The bytes for errorMessage to set.
Returns
setField(Descriptors.FieldDescriptor field, Object value)
public BatchEnableServicesResponse . EnableFailure . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Parameters
Returns
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public BatchEnableServicesResponse . EnableFailure . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Parameters
Returns
Overrides
setServiceId(String value)
public BatchEnableServicesResponse . EnableFailure . Builder setServiceId ( String value )
The service id of a service that could not be enabled.
string service_id = 1;
Parameter
Name Description value
String
The serviceId to set.
Returns
setServiceIdBytes(ByteString value)
public BatchEnableServicesResponse . EnableFailure . Builder setServiceIdBytes ( ByteString value )
The service id of a service that could not be enabled.
string service_id = 1;
Parameter
Name Description value
ByteString
The bytes for serviceId to set.
Returns
setUnknownFields(UnknownFieldSet unknownFields)
public final BatchEnableServicesResponse . EnableFailure . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Parameter
Returns
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-27 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-27 UTC."],[],[]]