Send feedback
Class Explanations.BindingExplanation.AnnotatedMembership.Builder (1.43.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 1.43.0 keyboard_arrow_down
public static final class Explanations . BindingExplanation . AnnotatedMembership . Builder extends GeneratedMessageV3 . Builder<Explanations . BindingExplanation . AnnotatedMembership . Builder > implements Explanations . BindingExplanation . AnnotatedMembershipOrBuilder
Details about whether the binding includes the principal.
Protobuf type
google.cloud.policytroubleshooter.v1.BindingExplanation.AnnotatedMembership
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 Explanations . BindingExplanation . AnnotatedMembership . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public Explanations . BindingExplanation . AnnotatedMembership build ()
buildPartial()
public Explanations . BindingExplanation . AnnotatedMembership buildPartial ()
clear()
public Explanations . BindingExplanation . AnnotatedMembership . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public Explanations . BindingExplanation . AnnotatedMembership . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearMembership()
public Explanations . BindingExplanation . AnnotatedMembership . Builder clearMembership ()
Indicates whether the binding includes the principal.
.google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;
clearOneof(Descriptors.OneofDescriptor oneof)
public Explanations . BindingExplanation . AnnotatedMembership . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearRelevance()
public Explanations . BindingExplanation . AnnotatedMembership . Builder clearRelevance ()
The relevance of the principal's status to the overall determination for
the binding.
.google.cloud.policytroubleshooter.v1.HeuristicRelevance relevance = 2;
clone()
public Explanations . BindingExplanation . AnnotatedMembership . Builder clone ()
Overrides
getDefaultInstanceForType()
public Explanations . BindingExplanation . AnnotatedMembership getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getMembership()
public Explanations . BindingExplanation . Membership getMembership ()
Indicates whether the binding includes the principal.
.google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;
getMembershipValue()
public int getMembershipValue ()
Indicates whether the binding includes the principal.
.google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;
Returns
Type
Description
int
The enum numeric value on the wire for membership.
getRelevance()
public Explanations . HeuristicRelevance getRelevance ()
The relevance of the principal's status to the overall determination for
the binding.
.google.cloud.policytroubleshooter.v1.HeuristicRelevance relevance = 2;
getRelevanceValue()
public int getRelevanceValue ()
The relevance of the principal's status to the overall determination for
the binding.
.google.cloud.policytroubleshooter.v1.HeuristicRelevance relevance = 2;
Returns
Type
Description
int
The enum numeric value on the wire for relevance.
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
public Explanations . BindingExplanation . AnnotatedMembership . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public Explanations . BindingExplanation . AnnotatedMembership . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeFrom(Explanations.BindingExplanation.AnnotatedMembership other)
public Explanations . BindingExplanation . AnnotatedMembership . Builder mergeFrom ( Explanations . BindingExplanation . AnnotatedMembership other )
mergeUnknownFields(UnknownFieldSet unknownFields)
public final Explanations . BindingExplanation . AnnotatedMembership . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
setField(Descriptors.FieldDescriptor field, Object value)
public Explanations . BindingExplanation . AnnotatedMembership . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setMembership(Explanations.BindingExplanation.Membership value)
public Explanations . BindingExplanation . AnnotatedMembership . Builder setMembership ( Explanations . BindingExplanation . Membership value )
Indicates whether the binding includes the principal.
.google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;
setMembershipValue(int value)
public Explanations . BindingExplanation . AnnotatedMembership . Builder setMembershipValue ( int value )
Indicates whether the binding includes the principal.
.google.cloud.policytroubleshooter.v1.BindingExplanation.Membership membership = 1;
Parameter
Name
Description
value
int
The enum numeric value on the wire for membership to set.
setRelevance(Explanations.HeuristicRelevance value)
public Explanations . BindingExplanation . AnnotatedMembership . Builder setRelevance ( Explanations . HeuristicRelevance value )
The relevance of the principal's status to the overall determination for
the binding.
.google.cloud.policytroubleshooter.v1.HeuristicRelevance relevance = 2;
setRelevanceValue(int value)
public Explanations . BindingExplanation . AnnotatedMembership . Builder setRelevanceValue ( int value )
The relevance of the principal's status to the overall determination for
the binding.
.google.cloud.policytroubleshooter.v1.HeuristicRelevance relevance = 2;
Parameter
Name
Description
value
int
The enum numeric value on the wire for relevance to set.
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public Explanations . BindingExplanation . AnnotatedMembership . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final Explanations . BindingExplanation . AnnotatedMembership . Builder setUnknownFields ( UnknownFieldSet unknownFields )
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-28 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-28 UTC."],[],[]]