public static final class IamPolicyAnalysisState.Builder extends GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder> implements IamPolicyAnalysisStateOrBuilder
Represents the detailed state of an entity under analysis, such as a resource, an identity or an access.Protobuf type
google.cloud.asset.v1.IamPolicyAnalysisState
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapField, internalGetMutableMapField, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
mergeDelimitedFrom, mergeDelimitedFrom
mergeFrom
public static final Descriptors.Descriptor getDescriptor()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState.Builder clear()
clear
in interface Message.Builder
clear
in interface MessageLite.Builder
clear
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public Descriptors.Descriptor getDescriptorForType()
getDescriptorForType
in interface Message.Builder
getDescriptorForType
in interface MessageOrBuilder
getDescriptorForType
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState getDefaultInstanceForType()
getDefaultInstanceForType
in interface MessageLiteOrBuilder
getDefaultInstanceForType
in interface MessageOrBuilder
public IamPolicyAnalysisState build()
build
in interface Message.Builder
build
in interface MessageLite.Builder
public IamPolicyAnalysisState buildPartial()
buildPartial
in interface Message.Builder
buildPartial
in interface MessageLite.Builder
public IamPolicyAnalysisState.Builder clone()
clone
in interface Message.Builder
clone
in interface MessageLite.Builder
clone
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState.Builder setField(Descriptors.FieldDescriptor field, Object value)
setField
in interface Message.Builder
setField
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState.Builder clearField(Descriptors.FieldDescriptor field)
clearField
in interface Message.Builder
clearField
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState.Builder clearOneof(Descriptors.OneofDescriptor oneof)
clearOneof
in interface Message.Builder
clearOneof
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
setRepeatedField
in interface Message.Builder
setRepeatedField
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
addRepeatedField
in interface Message.Builder
addRepeatedField
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState.Builder mergeFrom(Message other)
mergeFrom
in interface Message.Builder
mergeFrom
in class AbstractMessage.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState.Builder mergeFrom(IamPolicyAnalysisState other)
public final boolean isInitialized()
isInitialized
in interface MessageLiteOrBuilder
isInitialized
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public IamPolicyAnalysisState.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) throws IOException
mergeFrom
in interface Message.Builder
mergeFrom
in interface MessageLite.Builder
mergeFrom
in class AbstractMessage.Builder<IamPolicyAnalysisState.Builder>
IOException
public int getCodeValue()
The Google standard error code that best describes the state. For example: - OK means the analysis on this entity has been successfully finished; - PERMISSION_DENIED means an access denied error is encountered; - DEADLINE_EXCEEDED means the analysis on this entity hasn't been started in time;
.google.rpc.Code code = 1;
getCodeValue
in interface IamPolicyAnalysisStateOrBuilder
public IamPolicyAnalysisState.Builder setCodeValue(int value)
The Google standard error code that best describes the state. For example: - OK means the analysis on this entity has been successfully finished; - PERMISSION_DENIED means an access denied error is encountered; - DEADLINE_EXCEEDED means the analysis on this entity hasn't been started in time;
.google.rpc.Code code = 1;
value
- The enum numeric value on the wire for code to set.public com.google.rpc.Code getCode()
The Google standard error code that best describes the state. For example: - OK means the analysis on this entity has been successfully finished; - PERMISSION_DENIED means an access denied error is encountered; - DEADLINE_EXCEEDED means the analysis on this entity hasn't been started in time;
.google.rpc.Code code = 1;
getCode
in interface IamPolicyAnalysisStateOrBuilder
public IamPolicyAnalysisState.Builder setCode(com.google.rpc.Code value)
The Google standard error code that best describes the state. For example: - OK means the analysis on this entity has been successfully finished; - PERMISSION_DENIED means an access denied error is encountered; - DEADLINE_EXCEEDED means the analysis on this entity hasn't been started in time;
.google.rpc.Code code = 1;
value
- The code to set.public IamPolicyAnalysisState.Builder clearCode()
The Google standard error code that best describes the state. For example: - OK means the analysis on this entity has been successfully finished; - PERMISSION_DENIED means an access denied error is encountered; - DEADLINE_EXCEEDED means the analysis on this entity hasn't been started in time;
.google.rpc.Code code = 1;
public String getCause()
The human-readable description of the cause of failure.
string cause = 2;
getCause
in interface IamPolicyAnalysisStateOrBuilder
public ByteString getCauseBytes()
The human-readable description of the cause of failure.
string cause = 2;
getCauseBytes
in interface IamPolicyAnalysisStateOrBuilder
public IamPolicyAnalysisState.Builder setCause(String value)
The human-readable description of the cause of failure.
string cause = 2;
value
- The cause to set.public IamPolicyAnalysisState.Builder clearCause()
The human-readable description of the cause of failure.
string cause = 2;
public IamPolicyAnalysisState.Builder setCauseBytes(ByteString value)
The human-readable description of the cause of failure.
string cause = 2;
value
- The bytes for cause to set.public final IamPolicyAnalysisState.Builder setUnknownFields(UnknownFieldSet unknownFields)
setUnknownFields
in interface Message.Builder
setUnknownFields
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
public final IamPolicyAnalysisState.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
mergeUnknownFields
in interface Message.Builder
mergeUnknownFields
in class GeneratedMessageV3.Builder<IamPolicyAnalysisState.Builder>
Copyright © 2022 Google LLC. All rights reserved.