public static final class ConditionExplanation.EvaluationState.Builder extends GeneratedMessageV3.Builder<ConditionExplanation.EvaluationState.Builder> implements ConditionExplanation.EvaluationStateOrBuilder
Evaluated state of a condition expression.
Protobuf type
google.cloud.policytroubleshooter.iam.v3.ConditionExplanation.EvaluationState
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
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()
Methods
addAllErrors(Iterable<? extends Status> values)
public ConditionExplanation.EvaluationState.Builder addAllErrors(Iterable<? extends Status> values)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameter |
---|
Name | Description |
values | Iterable<? extends com.google.rpc.Status>
|
addErrors(Status value)
public ConditionExplanation.EvaluationState.Builder addErrors(Status value)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameter |
---|
Name | Description |
value | com.google.rpc.Status
|
addErrors(Status.Builder builderForValue)
public ConditionExplanation.EvaluationState.Builder addErrors(Status.Builder builderForValue)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameter |
---|
Name | Description |
builderForValue | com.google.rpc.Status.Builder
|
addErrors(int index, Status value)
public ConditionExplanation.EvaluationState.Builder addErrors(int index, Status value)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameters |
---|
Name | Description |
index | int
|
value | com.google.rpc.Status
|
addErrors(int index, Status.Builder builderForValue)
public ConditionExplanation.EvaluationState.Builder addErrors(int index, Status.Builder builderForValue)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameters |
---|
Name | Description |
index | int
|
builderForValue | com.google.rpc.Status.Builder
|
addErrorsBuilder()
public Status.Builder addErrorsBuilder()
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Returns |
---|
Type | Description |
com.google.rpc.Status.Builder | |
addErrorsBuilder(int index)
public Status.Builder addErrorsBuilder(int index)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
com.google.rpc.Status.Builder | |
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ConditionExplanation.EvaluationState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public ConditionExplanation.EvaluationState build()
buildPartial()
public ConditionExplanation.EvaluationState buildPartial()
clear()
public ConditionExplanation.EvaluationState.Builder clear()
Overrides
clearEnd()
public ConditionExplanation.EvaluationState.Builder clearEnd()
End position of an expression in the condition, by character,
end included, for example: the end position of the first part of
a==b || c==d
would be 4.
int32 end = 2;
clearErrors()
public ConditionExplanation.EvaluationState.Builder clearErrors()
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
clearField(Descriptors.FieldDescriptor field)
public ConditionExplanation.EvaluationState.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public ConditionExplanation.EvaluationState.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearStart()
public ConditionExplanation.EvaluationState.Builder clearStart()
Start position of an expression in the condition, by character.
int32 start = 1;
clearValue()
public ConditionExplanation.EvaluationState.Builder clearValue()
Value of this expression.
.google.protobuf.Value value = 3;
clone()
public ConditionExplanation.EvaluationState.Builder clone()
Overrides
getDefaultInstanceForType()
public ConditionExplanation.EvaluationState getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getEnd()
End position of an expression in the condition, by character,
end included, for example: the end position of the first part of
a==b || c==d
would be 4.
int32 end = 2;
Returns |
---|
Type | Description |
int | The end.
|
getErrors(int index)
public Status getErrors(int index)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
com.google.rpc.Status | |
getErrorsBuilder(int index)
public Status.Builder getErrorsBuilder(int index)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
com.google.rpc.Status.Builder | |
getErrorsBuilderList()
public List<Status.Builder> getErrorsBuilderList()
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Returns |
---|
Type | Description |
List<com.google.rpc.Status.Builder> | |
getErrorsCount()
public int getErrorsCount()
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Returns |
---|
Type | Description |
int | |
getErrorsList()
public List<Status> getErrorsList()
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Returns |
---|
Type | Description |
List<com.google.rpc.Status> | |
getErrorsOrBuilder(int index)
public StatusOrBuilder getErrorsOrBuilder(int index)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameter |
---|
Name | Description |
index | int
|
Returns |
---|
Type | Description |
com.google.rpc.StatusOrBuilder | |
getErrorsOrBuilderList()
public List<? extends StatusOrBuilder> getErrorsOrBuilderList()
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Returns |
---|
Type | Description |
List<? extends com.google.rpc.StatusOrBuilder> | |
getStart()
Start position of an expression in the condition, by character.
int32 start = 1;
Returns |
---|
Type | Description |
int | The start.
|
getValue()
Value of this expression.
.google.protobuf.Value value = 3;
Returns |
---|
Type | Description |
Value | The value.
|
getValueBuilder()
public Value.Builder getValueBuilder()
Value of this expression.
.google.protobuf.Value value = 3;
getValueOrBuilder()
public ValueOrBuilder getValueOrBuilder()
Value of this expression.
.google.protobuf.Value value = 3;
hasValue()
public boolean hasValue()
Value of this expression.
.google.protobuf.Value value = 3;
Returns |
---|
Type | Description |
boolean | Whether the value field is set.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(ConditionExplanation.EvaluationState other)
public ConditionExplanation.EvaluationState.Builder mergeFrom(ConditionExplanation.EvaluationState other)
public ConditionExplanation.EvaluationState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public ConditionExplanation.EvaluationState.Builder mergeFrom(Message other)
Parameter |
---|
Name | Description |
other | Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ConditionExplanation.EvaluationState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
mergeValue(Value value)
public ConditionExplanation.EvaluationState.Builder mergeValue(Value value)
Value of this expression.
.google.protobuf.Value value = 3;
Parameter |
---|
Name | Description |
value | Value
|
removeErrors(int index)
public ConditionExplanation.EvaluationState.Builder removeErrors(int index)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameter |
---|
Name | Description |
index | int
|
setEnd(int value)
public ConditionExplanation.EvaluationState.Builder setEnd(int value)
End position of an expression in the condition, by character,
end included, for example: the end position of the first part of
a==b || c==d
would be 4.
int32 end = 2;
Parameter |
---|
Name | Description |
value | int
The end to set.
|
setErrors(int index, Status value)
public ConditionExplanation.EvaluationState.Builder setErrors(int index, Status value)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameters |
---|
Name | Description |
index | int
|
value | com.google.rpc.Status
|
setErrors(int index, Status.Builder builderForValue)
public ConditionExplanation.EvaluationState.Builder setErrors(int index, Status.Builder builderForValue)
Any errors that prevented complete evaluation of the condition
expression.
repeated .google.rpc.Status errors = 4;
Parameters |
---|
Name | Description |
index | int
|
builderForValue | com.google.rpc.Status.Builder
|
setField(Descriptors.FieldDescriptor field, Object value)
public ConditionExplanation.EvaluationState.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ConditionExplanation.EvaluationState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setStart(int value)
public ConditionExplanation.EvaluationState.Builder setStart(int value)
Start position of an expression in the condition, by character.
int32 start = 1;
Parameter |
---|
Name | Description |
value | int
The start to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final ConditionExplanation.EvaluationState.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides
setValue(Value value)
public ConditionExplanation.EvaluationState.Builder setValue(Value value)
Value of this expression.
.google.protobuf.Value value = 3;
Parameter |
---|
Name | Description |
value | Value
|
setValue(Value.Builder builderForValue)
public ConditionExplanation.EvaluationState.Builder setValue(Value.Builder builderForValue)
Value of this expression.
.google.protobuf.Value value = 3;
Parameter |
---|
Name | Description |
builderForValue | Builder
|