Package com.google.monitoring.v3
Class QueryErrorList.Builder
- java.lang.Object
-
- com.google.protobuf.AbstractMessageLite.Builder
-
- com.google.protobuf.AbstractMessage.Builder<BuilderT>
-
- com.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
- com.google.monitoring.v3.QueryErrorList.Builder
-
- All Implemented Interfaces:
QueryErrorListOrBuilder
,com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,Cloneable
- Enclosing class:
- QueryErrorList
public static final class QueryErrorList.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder> implements QueryErrorListOrBuilder
This is an error detail intended to be used with INVALID_ARGUMENT errors.
Protobuf typegoogle.monitoring.v3.QueryErrorList
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description QueryErrorList.Builder
addAllErrors(Iterable<? extends QueryError> values)
Errors in parsing the time series query language text.QueryErrorList.Builder
addErrors(int index, QueryError value)
Errors in parsing the time series query language text.QueryErrorList.Builder
addErrors(int index, QueryError.Builder builderForValue)
Errors in parsing the time series query language text.QueryErrorList.Builder
addErrors(QueryError value)
Errors in parsing the time series query language text.QueryErrorList.Builder
addErrors(QueryError.Builder builderForValue)
Errors in parsing the time series query language text.QueryError.Builder
addErrorsBuilder()
Errors in parsing the time series query language text.QueryError.Builder
addErrorsBuilder(int index)
Errors in parsing the time series query language text.QueryErrorList.Builder
addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
QueryErrorList
build()
QueryErrorList
buildPartial()
QueryErrorList.Builder
clear()
QueryErrorList.Builder
clearErrors()
Errors in parsing the time series query language text.QueryErrorList.Builder
clearErrorSummary()
A summary of all the errors.QueryErrorList.Builder
clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
QueryErrorList.Builder
clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
QueryErrorList.Builder
clone()
QueryErrorList
getDefaultInstanceForType()
static com.google.protobuf.Descriptors.Descriptor
getDescriptor()
com.google.protobuf.Descriptors.Descriptor
getDescriptorForType()
QueryError
getErrors(int index)
Errors in parsing the time series query language text.QueryError.Builder
getErrorsBuilder(int index)
Errors in parsing the time series query language text.List<QueryError.Builder>
getErrorsBuilderList()
Errors in parsing the time series query language text.int
getErrorsCount()
Errors in parsing the time series query language text.List<QueryError>
getErrorsList()
Errors in parsing the time series query language text.QueryErrorOrBuilder
getErrorsOrBuilder(int index)
Errors in parsing the time series query language text.List<? extends QueryErrorOrBuilder>
getErrorsOrBuilderList()
Errors in parsing the time series query language text.String
getErrorSummary()
A summary of all the errors.com.google.protobuf.ByteString
getErrorSummaryBytes()
A summary of all the errors.protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internalGetFieldAccessorTable()
boolean
isInitialized()
QueryErrorList.Builder
mergeFrom(QueryErrorList other)
QueryErrorList.Builder
mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
QueryErrorList.Builder
mergeFrom(com.google.protobuf.Message other)
QueryErrorList.Builder
mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
QueryErrorList.Builder
removeErrors(int index)
Errors in parsing the time series query language text.QueryErrorList.Builder
setErrors(int index, QueryError value)
Errors in parsing the time series query language text.QueryErrorList.Builder
setErrors(int index, QueryError.Builder builderForValue)
Errors in parsing the time series query language text.QueryErrorList.Builder
setErrorSummary(String value)
A summary of all the errors.QueryErrorList.Builder
setErrorSummaryBytes(com.google.protobuf.ByteString value)
A summary of all the errors.QueryErrorList.Builder
setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
QueryErrorList.Builder
setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
QueryErrorList.Builder
setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
-
Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
-
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
-
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
-
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
-
-
-
Method Detail
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
clear
public QueryErrorList.Builder clear()
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
getDefaultInstanceForType
public QueryErrorList getDefaultInstanceForType()
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
public QueryErrorList build()
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
public QueryErrorList buildPartial()
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
public QueryErrorList.Builder clone()
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
setField
public QueryErrorList.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
clearField
public QueryErrorList.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
- Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
clearOneof
public QueryErrorList.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
- Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
setRepeatedField
public QueryErrorList.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
- Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
addRepeatedField
public QueryErrorList.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
- Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
mergeFrom
public QueryErrorList.Builder mergeFrom(com.google.protobuf.Message other)
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<QueryErrorList.Builder>
-
mergeFrom
public QueryErrorList.Builder mergeFrom(QueryErrorList other)
-
isInitialized
public final boolean isInitialized()
- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
mergeFrom
public QueryErrorList.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<QueryErrorList.Builder>
- Throws:
IOException
-
getErrorsList
public List<QueryError> getErrorsList()
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
- Specified by:
getErrorsList
in interfaceQueryErrorListOrBuilder
-
getErrorsCount
public int getErrorsCount()
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
- Specified by:
getErrorsCount
in interfaceQueryErrorListOrBuilder
-
getErrors
public QueryError getErrors(int index)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
- Specified by:
getErrors
in interfaceQueryErrorListOrBuilder
-
setErrors
public QueryErrorList.Builder setErrors(int index, QueryError value)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
setErrors
public QueryErrorList.Builder setErrors(int index, QueryError.Builder builderForValue)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
addErrors
public QueryErrorList.Builder addErrors(QueryError value)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
addErrors
public QueryErrorList.Builder addErrors(int index, QueryError value)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
addErrors
public QueryErrorList.Builder addErrors(QueryError.Builder builderForValue)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
addErrors
public QueryErrorList.Builder addErrors(int index, QueryError.Builder builderForValue)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
addAllErrors
public QueryErrorList.Builder addAllErrors(Iterable<? extends QueryError> values)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
clearErrors
public QueryErrorList.Builder clearErrors()
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
removeErrors
public QueryErrorList.Builder removeErrors(int index)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
getErrorsBuilder
public QueryError.Builder getErrorsBuilder(int index)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
getErrorsOrBuilder
public QueryErrorOrBuilder getErrorsOrBuilder(int index)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
- Specified by:
getErrorsOrBuilder
in interfaceQueryErrorListOrBuilder
-
getErrorsOrBuilderList
public List<? extends QueryErrorOrBuilder> getErrorsOrBuilderList()
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
- Specified by:
getErrorsOrBuilderList
in interfaceQueryErrorListOrBuilder
-
addErrorsBuilder
public QueryError.Builder addErrorsBuilder()
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
addErrorsBuilder
public QueryError.Builder addErrorsBuilder(int index)
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
getErrorsBuilderList
public List<QueryError.Builder> getErrorsBuilderList()
Errors in parsing the time series query language text. The number of errors in the response may be limited.
repeated .google.monitoring.v3.QueryError errors = 1;
-
getErrorSummary
public String getErrorSummary()
A summary of all the errors.
string error_summary = 2;
- Specified by:
getErrorSummary
in interfaceQueryErrorListOrBuilder
- Returns:
- The errorSummary.
-
getErrorSummaryBytes
public com.google.protobuf.ByteString getErrorSummaryBytes()
A summary of all the errors.
string error_summary = 2;
- Specified by:
getErrorSummaryBytes
in interfaceQueryErrorListOrBuilder
- Returns:
- The bytes for errorSummary.
-
setErrorSummary
public QueryErrorList.Builder setErrorSummary(String value)
A summary of all the errors.
string error_summary = 2;
- Parameters:
value
- The errorSummary to set.- Returns:
- This builder for chaining.
-
clearErrorSummary
public QueryErrorList.Builder clearErrorSummary()
A summary of all the errors.
string error_summary = 2;
- Returns:
- This builder for chaining.
-
setErrorSummaryBytes
public QueryErrorList.Builder setErrorSummaryBytes(com.google.protobuf.ByteString value)
A summary of all the errors.
string error_summary = 2;
- Parameters:
value
- The bytes for errorSummary to set.- Returns:
- This builder for chaining.
-
setUnknownFields
public final QueryErrorList.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
mergeUnknownFields
public final QueryErrorList.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
- Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<QueryErrorList.Builder>
-
-