public static final class DenyRule.Builder extends GeneratedMessageV3.Builder<DenyRule.Builder> implements DenyRuleOrBuilder
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > DenyRule.BuilderImplements
DenyRuleOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()
Returns | |
---|---|
Type | Description |
Descriptor |
Methods
addAllDeniedPermissions(Iterable<String> arg0)
public DenyRule.Builder addAllDeniedPermissions(Iterable<String> arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
Iterable<String> |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addAllDeniedPrincipals(Iterable<String> arg0)
public DenyRule.Builder addAllDeniedPrincipals(Iterable<String> arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
Iterable<String> |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addAllExceptionPermissions(Iterable<String> arg0)
public DenyRule.Builder addAllExceptionPermissions(Iterable<String> arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
Iterable<String> |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addAllExceptionPrincipals(Iterable<String> arg0)
public DenyRule.Builder addAllExceptionPrincipals(Iterable<String> arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
Iterable<String> |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addDeniedPermissions(String arg0)
public DenyRule.Builder addDeniedPermissions(String arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
String |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addDeniedPermissionsBytes(ByteString arg0)
public DenyRule.Builder addDeniedPermissionsBytes(ByteString arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
ByteString |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addDeniedPrincipals(String arg0)
public DenyRule.Builder addDeniedPrincipals(String arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
String |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addDeniedPrincipalsBytes(ByteString arg0)
public DenyRule.Builder addDeniedPrincipalsBytes(ByteString arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
ByteString |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addExceptionPermissions(String arg0)
public DenyRule.Builder addExceptionPermissions(String arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
String |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addExceptionPermissionsBytes(ByteString arg0)
public DenyRule.Builder addExceptionPermissionsBytes(ByteString arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
ByteString |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addExceptionPrincipals(String arg0)
public DenyRule.Builder addExceptionPrincipals(String arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
String |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addExceptionPrincipalsBytes(ByteString arg0)
public DenyRule.Builder addExceptionPrincipalsBytes(ByteString arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
ByteString |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
addRepeatedField(Descriptors.FieldDescriptor arg0, Object arg1)
public DenyRule.Builder addRepeatedField(Descriptors.FieldDescriptor arg0, Object arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
FieldDescriptor |
arg1 |
Object |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
build()
public DenyRule build()
Returns | |
---|---|
Type | Description |
DenyRule |
buildPartial()
public DenyRule buildPartial()
Returns | |
---|---|
Type | Description |
DenyRule |
clear()
public DenyRule.Builder clear()
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
clearDenialCondition()
public DenyRule.Builder clearDenialCondition()
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
clearDeniedPermissions()
public DenyRule.Builder clearDeniedPermissions()
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
clearDeniedPrincipals()
public DenyRule.Builder clearDeniedPrincipals()
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
clearExceptionPermissions()
public DenyRule.Builder clearExceptionPermissions()
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
clearExceptionPrincipals()
public DenyRule.Builder clearExceptionPrincipals()
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
clearField(Descriptors.FieldDescriptor arg0)
public DenyRule.Builder clearField(Descriptors.FieldDescriptor arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
FieldDescriptor |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
clearOneof(Descriptors.OneofDescriptor arg0)
public DenyRule.Builder clearOneof(Descriptors.OneofDescriptor arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
OneofDescriptor |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
clone()
public DenyRule.Builder clone()
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
getDefaultInstanceForType()
public DenyRule getDefaultInstanceForType()
Returns | |
---|---|
Type | Description |
DenyRule |
getDenialCondition()
public Expr getDenialCondition()
Returns | |
---|---|
Type | Description |
com.google.type.Expr |
getDenialConditionBuilder()
public Expr.Builder getDenialConditionBuilder()
Returns | |
---|---|
Type | Description |
com.google.type.Expr.Builder |
getDenialConditionOrBuilder()
public ExprOrBuilder getDenialConditionOrBuilder()
Returns | |
---|---|
Type | Description |
com.google.type.ExprOrBuilder |
getDeniedPermissions(int arg0)
public String getDeniedPermissions(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
String |
getDeniedPermissionsBytes(int arg0)
public ByteString getDeniedPermissionsBytes(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
ByteString |
getDeniedPermissionsCount()
public int getDeniedPermissionsCount()
Returns | |
---|---|
Type | Description |
int |
getDeniedPermissionsList()
public ProtocolStringList getDeniedPermissionsList()
Returns | |
---|---|
Type | Description |
ProtocolStringList |
getDeniedPrincipals(int arg0)
public String getDeniedPrincipals(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
String |
getDeniedPrincipalsBytes(int arg0)
public ByteString getDeniedPrincipalsBytes(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
ByteString |
getDeniedPrincipalsCount()
public int getDeniedPrincipalsCount()
Returns | |
---|---|
Type | Description |
int |
getDeniedPrincipalsList()
public ProtocolStringList getDeniedPrincipalsList()
Returns | |
---|---|
Type | Description |
ProtocolStringList |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()
Returns | |
---|---|
Type | Description |
Descriptor |
getExceptionPermissions(int arg0)
public String getExceptionPermissions(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
String |
getExceptionPermissionsBytes(int arg0)
public ByteString getExceptionPermissionsBytes(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
ByteString |
getExceptionPermissionsCount()
public int getExceptionPermissionsCount()
Returns | |
---|---|
Type | Description |
int |
getExceptionPermissionsList()
public ProtocolStringList getExceptionPermissionsList()
Returns | |
---|---|
Type | Description |
ProtocolStringList |
getExceptionPrincipals(int arg0)
public String getExceptionPrincipals(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
String |
getExceptionPrincipalsBytes(int arg0)
public ByteString getExceptionPrincipalsBytes(int arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
int |
Returns | |
---|---|
Type | Description |
ByteString |
getExceptionPrincipalsCount()
public int getExceptionPrincipalsCount()
Returns | |
---|---|
Type | Description |
int |
getExceptionPrincipalsList()
public ProtocolStringList getExceptionPrincipalsList()
Returns | |
---|---|
Type | Description |
ProtocolStringList |
hasDenialCondition()
public boolean hasDenialCondition()
Returns | |
---|---|
Type | Description |
boolean |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
Returns | |
---|---|
Type | Description |
FieldAccessorTable |
isInitialized()
public final boolean isInitialized()
Returns | |
---|---|
Type | Description |
boolean |
mergeDenialCondition(Expr arg0)
public DenyRule.Builder mergeDenialCondition(Expr arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
com.google.type.Expr |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
mergeFrom(DenyRule arg0)
public DenyRule.Builder mergeFrom(DenyRule arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
DenyRule |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
mergeFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
public DenyRule.Builder mergeFrom(CodedInputStream arg0, ExtensionRegistryLite arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
CodedInputStream |
arg1 |
ExtensionRegistryLite |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
Exceptions | |
---|---|
Type | Description |
IOException |
mergeFrom(Message arg0)
public DenyRule.Builder mergeFrom(Message arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
Message |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
mergeUnknownFields(UnknownFieldSet arg0)
public final DenyRule.Builder mergeUnknownFields(UnknownFieldSet arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
setDenialCondition(Expr arg0)
public DenyRule.Builder setDenialCondition(Expr arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
com.google.type.Expr |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
setDenialCondition(Expr.Builder arg0)
public DenyRule.Builder setDenialCondition(Expr.Builder arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
com.google.type.Expr.Builder |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
setDeniedPermissions(int arg0, String arg1)
public DenyRule.Builder setDeniedPermissions(int arg0, String arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
int |
arg1 |
String |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
setDeniedPrincipals(int arg0, String arg1)
public DenyRule.Builder setDeniedPrincipals(int arg0, String arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
int |
arg1 |
String |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
setExceptionPermissions(int arg0, String arg1)
public DenyRule.Builder setExceptionPermissions(int arg0, String arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
int |
arg1 |
String |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
setExceptionPrincipals(int arg0, String arg1)
public DenyRule.Builder setExceptionPrincipals(int arg0, String arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
int |
arg1 |
String |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
setField(Descriptors.FieldDescriptor arg0, Object arg1)
public DenyRule.Builder setField(Descriptors.FieldDescriptor arg0, Object arg1)
Parameters | |
---|---|
Name | Description |
arg0 |
FieldDescriptor |
arg1 |
Object |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
setRepeatedField(Descriptors.FieldDescriptor arg0, int arg1, Object arg2)
public DenyRule.Builder setRepeatedField(Descriptors.FieldDescriptor arg0, int arg1, Object arg2)
Parameters | |
---|---|
Name | Description |
arg0 |
FieldDescriptor |
arg1 |
int |
arg2 |
Object |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |
setUnknownFields(UnknownFieldSet arg0)
public final DenyRule.Builder setUnknownFields(UnknownFieldSet arg0)
Parameter | |
---|---|
Name | Description |
arg0 |
UnknownFieldSet |
Returns | |
---|---|
Type | Description |
DenyRule.Builder |