Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.addAllRules(Iterable<? extends Auth.AuthAction.Rule> values)
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.addRules(Auth.AuthAction.Rule.Builder builderForValue)
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.addRules(Auth.AuthAction.Rule value)
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.addRules(int index,
Auth.AuthAction.Rule.Builder builderForValue)
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.addRules(int index,
Auth.AuthAction.Rule value)
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.clear() |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.clearRules()
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.clone() |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.Rule.Builder.getAndRuleBuilder()
.envoy.api.v2.auth.AuthAction.AndRule and_rule = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.mergeFrom(Auth.AuthAction.AndRule other) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.mergeFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.mergeFrom(com.google.protobuf.Message other) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
static Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.newBuilder() |
static Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.newBuilder(Auth.AuthAction.AndRule prototype) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.newBuilderForType() |
protected Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.removeRules(int index)
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field,
Object value) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field,
int index,
Object value) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.setRules(int index,
Auth.AuthAction.Rule.Builder builderForValue)
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.setRules(int index,
Auth.AuthAction.Rule value)
repeated .envoy.api.v2.auth.AuthAction.Rule rules = 1;
|
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) |
Auth.AuthAction.AndRule.Builder |
Auth.AuthAction.AndRule.toBuilder() |