public static final class IamPolicyAnalysisResult.Edge.Builder extends GeneratedMessageV3.Builder<IamPolicyAnalysisResult.Edge.Builder> implements IamPolicyAnalysisResult.EdgeOrBuilder
A directional edge.
Protobuf type google.cloud.asset.v1.IamPolicyAnalysisResult.Edge
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
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public IamPolicyAnalysisResult.Edge.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)
Overrides
build()
public IamPolicyAnalysisResult.Edge build()
buildPartial()
public IamPolicyAnalysisResult.Edge buildPartial()
clear()
public IamPolicyAnalysisResult.Edge.Builder clear()
Overrides
clearField(Descriptors.FieldDescriptor field)
public IamPolicyAnalysisResult.Edge.Builder clearField(Descriptors.FieldDescriptor field)
Overrides
clearOneof(Descriptors.OneofDescriptor oneof)
public IamPolicyAnalysisResult.Edge.Builder clearOneof(Descriptors.OneofDescriptor oneof)
Overrides
clearSourceNode()
public IamPolicyAnalysisResult.Edge.Builder clearSourceNode()
The source node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string source_node = 1;
clearTargetNode()
public IamPolicyAnalysisResult.Edge.Builder clearTargetNode()
The target node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string target_node = 2;
clone()
public IamPolicyAnalysisResult.Edge.Builder clone()
Overrides
getDefaultInstanceForType()
public IamPolicyAnalysisResult.Edge getDefaultInstanceForType()
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Overrides
getSourceNode()
public String getSourceNode()
The source node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string source_node = 1;
Returns |
Type |
Description |
String |
The sourceNode.
|
getSourceNodeBytes()
public ByteString getSourceNodeBytes()
The source node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string source_node = 1;
Returns |
Type |
Description |
ByteString |
The bytes for sourceNode.
|
getTargetNode()
public String getTargetNode()
The target node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string target_node = 2;
Returns |
Type |
Description |
String |
The targetNode.
|
getTargetNodeBytes()
public ByteString getTargetNodeBytes()
The target node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string target_node = 2;
Returns |
Type |
Description |
ByteString |
The bytes for targetNode.
|
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Overrides
isInitialized()
public final boolean isInitialized()
Overrides
mergeFrom(IamPolicyAnalysisResult.Edge other)
public IamPolicyAnalysisResult.Edge.Builder mergeFrom(IamPolicyAnalysisResult.Edge other)
public IamPolicyAnalysisResult.Edge.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
Overrides
mergeFrom(Message other)
public IamPolicyAnalysisResult.Edge.Builder mergeFrom(Message other)
Parameter |
Name |
Description |
other |
Message
|
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final IamPolicyAnalysisResult.Edge.Builder mergeUnknownFields(UnknownFieldSet unknownFields)
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public IamPolicyAnalysisResult.Edge.Builder setField(Descriptors.FieldDescriptor field, Object value)
Overrides
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public IamPolicyAnalysisResult.Edge.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
Overrides
setSourceNode(String value)
public IamPolicyAnalysisResult.Edge.Builder setSourceNode(String value)
The source node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string source_node = 1;
Parameter |
Name |
Description |
value |
String
The sourceNode to set.
|
setSourceNodeBytes(ByteString value)
public IamPolicyAnalysisResult.Edge.Builder setSourceNodeBytes(ByteString value)
The source node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string source_node = 1;
Parameter |
Name |
Description |
value |
ByteString
The bytes for sourceNode to set.
|
setTargetNode(String value)
public IamPolicyAnalysisResult.Edge.Builder setTargetNode(String value)
The target node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string target_node = 2;
Parameter |
Name |
Description |
value |
String
The targetNode to set.
|
setTargetNodeBytes(ByteString value)
public IamPolicyAnalysisResult.Edge.Builder setTargetNodeBytes(ByteString value)
The target node of the edge. For example, it could be a full resource
name for a resource node or an email of an identity.
string target_node = 2;
Parameter |
Name |
Description |
value |
ByteString
The bytes for targetNode to set.
|
setUnknownFields(UnknownFieldSet unknownFields)
public final IamPolicyAnalysisResult.Edge.Builder setUnknownFields(UnknownFieldSet unknownFields)
Overrides