-  A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  Z 

A

addAllArray(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
Items in 'array' must be unique.
repeated string array = 34;
addAllChildren(Iterable) - function in com.authzed.api.v1.Core.AlgebraicSubjectSet.Builder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
addAllConsumes(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A list of MIME types the operation can consume. This overrides the consumes
definition at the OpenAPI Object. An empty value MAY be used to clear the
global definition. Value MUST be as described under Mime Types.
repeated string consumes = 6;
addAllConsumes(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A list of MIME types the APIs can consume. This is global to all APIs but
can be overridden on specific API calls. Value MUST be as described under
Mime Types.
repeated string consumes = 6;
addAllEnum(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
Items in `enum` must be unique https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.5.1
repeated string enum = 46;
addAllExcludedSubjectIds(Iterable) - function in com.authzed.api.v1.PermissionService.LookupSubjectsResponse.Builder
excluded_subject_ids are the Object IDs of the subjects excluded. This list
will only contain object IDs if `subject_object_id` is a wildcard (`*`) and
will only be populated if exclusions exist from the wildcard.
repeated string excluded_subject_ids = 3;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.AnyRules.Builder
In specifies that this field's `type_url` must be equal to one of the
specified values.
repeated string in = 2;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.BytesRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated bytes in = 8;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.DoubleRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated double in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.EnumRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated int32 in = 3;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.Fixed32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated fixed32 in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.Fixed64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated fixed64 in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.FloatRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated float in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.Int32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated int32 in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.Int64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated int64 in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.SFixed32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated sfixed32 in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.SFixed64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated sfixed64 in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.SInt32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated sint32 in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.SInt64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated sint64 in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.StringRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated string in = 10;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.UInt32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated uint32 in = 6;
addAllIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.UInt64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated uint64 in = 6;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.AnyRules.Builder
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
repeated string not_in = 3;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.BytesRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated bytes not_in = 9;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.DoubleRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated double not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.EnumRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated int32 not_in = 4;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.Fixed32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated fixed32 not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.Fixed64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated fixed64 not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.FloatRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated float not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.Int32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated int32 not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.Int64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated int64 not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.SFixed32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated sfixed32 not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.SFixed64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated sfixed64 not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.SInt32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated sint32 not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.SInt64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated sint64 not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.StringRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated string not_in = 11;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.UInt32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated uint32 not_in = 7;
addAllNotIn(Iterable) - function in io.envoyproxy.pgv.validate.Validate.UInt64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated uint64 not_in = 7;
addAllOptionalObjectTypes(Iterable) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchRequest.Builder
repeated string optional_object_types = 1 [(.validate.rules) = { ... }
addAllOptionalPreconditions(Iterable) - function in com.authzed.api.v1.PermissionService.DeleteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addAllOptionalPreconditions(Iterable) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addAllProduces(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A list of MIME types the operation can produce. This overrides the produces
definition at the OpenAPI Object. An empty value MAY be used to clear the
global definition. Value MUST be as described under Mime Types.
repeated string produces = 7;
addAllProduces(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A list of MIME types the APIs can produce. This is global to all APIs but
can be overridden on specific API calls. Value MUST be as described under
Mime Types.
repeated string produces = 7;
addAllRequired(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
repeated string required = 26;
addAllSchemes(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
The transfer protocol for the operation. Values MUST be from the list:
"http", "https", "ws", "wss". The value overrides the OpenAPI Object
schemes definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 10;
addAllSchemes(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
The transfer protocol of the API. Values MUST be from the list: "http",
"https", "ws", "wss". If the schemes is not included, the default scheme to
be used is the one used to access the OpenAPI definition itself.
repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
addAllSchemesValue(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
The transfer protocol for the operation. Values MUST be from the list:
"http", "https", "ws", "wss". The value overrides the OpenAPI Object
schemes definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 10;
addAllSchemesValue(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
The transfer protocol of the API. Values MUST be from the list: "http",
"https", "ws", "wss". If the schemes is not included, the default scheme to
be used is the one used to access the OpenAPI definition itself.
repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
addAllScope(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.SecurityRequirement.SecurityRequirementValue.Builder
repeated string scope = 1;
addAllSecurity(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A declaration of which security schemes are applied for this operation. The
list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements). This
definition overrides any declared top-level security. To remove a top-level
security declaration, an empty array can be used.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addAllSecurity(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A declaration of which security schemes are applied for the API as a whole.
The list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements).
Individual operations can override this definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addAllSubjects(Iterable) - function in com.authzed.api.v1.Core.DirectSubjectSet.Builder
repeated .authzed.api.v1.SubjectReference subjects = 1;
addAllTags(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A list of tags for API documentation control. Tags can be used for logical
grouping of operations by resources or any other qualifier.
repeated string tags = 1;
addAllTraces(Iterable) - function in com.authzed.api.v1.Debug.CheckDebugTrace.SubProblems.Builder
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
addAllType(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35;
addAllTypeValue(Iterable) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35;
addAllUpdates(Iterable) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1 [(.validate.rules) = { ... }
addAllUpdates(Iterable) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchResponse.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
addArray(String) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
Items in 'array' must be unique.
repeated string array = 34;
addArrayBytes(ByteString) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
Items in 'array' must be unique.
repeated string array = 34;
addChildren(Core.PermissionRelationshipTree) - function in com.authzed.api.v1.Core.AlgebraicSubjectSet.Builder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
addChildren(Core.PermissionRelationshipTree.Builder) - function in com.authzed.api.v1.Core.AlgebraicSubjectSet.Builder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
addChildren(int,Core.PermissionRelationshipTree) - function in com.authzed.api.v1.Core.AlgebraicSubjectSet.Builder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
addChildren(int,Core.PermissionRelationshipTree.Builder) - function in com.authzed.api.v1.Core.AlgebraicSubjectSet.Builder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
addChildrenBuilder() - function in com.authzed.api.v1.Core.AlgebraicSubjectSet.Builder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
addChildrenBuilder(int) - function in com.authzed.api.v1.Core.AlgebraicSubjectSet.Builder
repeated .authzed.api.v1.PermissionRelationshipTree children = 2;
addConsumes(String) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A list of MIME types the operation can consume. This overrides the consumes
definition at the OpenAPI Object. An empty value MAY be used to clear the
global definition. Value MUST be as described under Mime Types.
repeated string consumes = 6;
addConsumes(String) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A list of MIME types the APIs can consume. This is global to all APIs but
can be overridden on specific API calls. Value MUST be as described under
Mime Types.
repeated string consumes = 6;
addConsumesBytes(ByteString) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A list of MIME types the operation can consume. This overrides the consumes
definition at the OpenAPI Object. An empty value MAY be used to clear the
global definition. Value MUST be as described under Mime Types.
repeated string consumes = 6;
addConsumesBytes(ByteString) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A list of MIME types the APIs can consume. This is global to all APIs but
can be overridden on specific API calls. Value MUST be as described under
Mime Types.
repeated string consumes = 6;
addEnum(String) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
Items in `enum` must be unique https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.5.1
repeated string enum = 46;
addEnumBytes(ByteString) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
Items in `enum` must be unique https://tools.ietf.org/html/draft-fge-json-schema-validation-00#section-5.5.1
repeated string enum = 46;
addExcludedSubjectIds(String) - function in com.authzed.api.v1.PermissionService.LookupSubjectsResponse.Builder
excluded_subject_ids are the Object IDs of the subjects excluded. This list
will only contain object IDs if `subject_object_id` is a wildcard (`*`) and
will only be populated if exclusions exist from the wildcard.
repeated string excluded_subject_ids = 3;
addExcludedSubjectIdsBytes(ByteString) - function in com.authzed.api.v1.PermissionService.LookupSubjectsResponse.Builder
excluded_subject_ids are the Object IDs of the subjects excluded. This list
will only contain object IDs if `subject_object_id` is a wildcard (`*`) and
will only be populated if exclusions exist from the wildcard.
repeated string excluded_subject_ids = 3;
addIn(String) - function in io.envoyproxy.pgv.validate.Validate.AnyRules.Builder
In specifies that this field's `type_url` must be equal to one of the
specified values.
repeated string in = 2;
addIn(ByteString) - function in io.envoyproxy.pgv.validate.Validate.BytesRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated bytes in = 8;
addIn(double) - function in io.envoyproxy.pgv.validate.Validate.DoubleRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated double in = 6;
addIn(Duration) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7;
addIn(Duration.Builder) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7;
addIn(int,Duration) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7;
addIn(int,Duration.Builder) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7;
addIn(int) - function in io.envoyproxy.pgv.validate.Validate.EnumRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated int32 in = 3;
addIn(int) - function in io.envoyproxy.pgv.validate.Validate.Fixed32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated fixed32 in = 6;
addIn(long) - function in io.envoyproxy.pgv.validate.Validate.Fixed64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated fixed64 in = 6;
addIn(float) - function in io.envoyproxy.pgv.validate.Validate.FloatRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated float in = 6;
addIn(int) - function in io.envoyproxy.pgv.validate.Validate.Int32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated int32 in = 6;
addIn(long) - function in io.envoyproxy.pgv.validate.Validate.Int64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated int64 in = 6;
addIn(int) - function in io.envoyproxy.pgv.validate.Validate.SFixed32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated sfixed32 in = 6;
addIn(long) - function in io.envoyproxy.pgv.validate.Validate.SFixed64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated sfixed64 in = 6;
addIn(int) - function in io.envoyproxy.pgv.validate.Validate.SInt32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated sint32 in = 6;
addIn(long) - function in io.envoyproxy.pgv.validate.Validate.SInt64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated sint64 in = 6;
addIn(String) - function in io.envoyproxy.pgv.validate.Validate.StringRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated string in = 10;
addIn(int) - function in io.envoyproxy.pgv.validate.Validate.UInt32Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated uint32 in = 6;
addIn(long) - function in io.envoyproxy.pgv.validate.Validate.UInt64Rules.Builder
In specifies that this field must be equal to one of the specified
values
repeated uint64 in = 6;
addInBuilder() - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7;
addInBuilder(int) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated .google.protobuf.Duration in = 7;
addInBytes(ByteString) - function in io.envoyproxy.pgv.validate.Validate.AnyRules.Builder
In specifies that this field's `type_url` must be equal to one of the
specified values.
repeated string in = 2;
addInBytes(ByteString) - function in io.envoyproxy.pgv.validate.Validate.StringRules.Builder
In specifies that this field must be equal to one of the specified
values
repeated string in = 10;
addNotIn(String) - function in io.envoyproxy.pgv.validate.Validate.AnyRules.Builder
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
repeated string not_in = 3;
addNotIn(ByteString) - function in io.envoyproxy.pgv.validate.Validate.BytesRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated bytes not_in = 9;
addNotIn(double) - function in io.envoyproxy.pgv.validate.Validate.DoubleRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated double not_in = 7;
addNotIn(Duration) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8;
addNotIn(Duration.Builder) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8;
addNotIn(int,Duration) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8;
addNotIn(int,Duration.Builder) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8;
addNotIn(int) - function in io.envoyproxy.pgv.validate.Validate.EnumRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated int32 not_in = 4;
addNotIn(int) - function in io.envoyproxy.pgv.validate.Validate.Fixed32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated fixed32 not_in = 7;
addNotIn(long) - function in io.envoyproxy.pgv.validate.Validate.Fixed64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated fixed64 not_in = 7;
addNotIn(float) - function in io.envoyproxy.pgv.validate.Validate.FloatRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated float not_in = 7;
addNotIn(int) - function in io.envoyproxy.pgv.validate.Validate.Int32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated int32 not_in = 7;
addNotIn(long) - function in io.envoyproxy.pgv.validate.Validate.Int64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated int64 not_in = 7;
addNotIn(int) - function in io.envoyproxy.pgv.validate.Validate.SFixed32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated sfixed32 not_in = 7;
addNotIn(long) - function in io.envoyproxy.pgv.validate.Validate.SFixed64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated sfixed64 not_in = 7;
addNotIn(int) - function in io.envoyproxy.pgv.validate.Validate.SInt32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated sint32 not_in = 7;
addNotIn(long) - function in io.envoyproxy.pgv.validate.Validate.SInt64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated sint64 not_in = 7;
addNotIn(String) - function in io.envoyproxy.pgv.validate.Validate.StringRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated string not_in = 11;
addNotIn(int) - function in io.envoyproxy.pgv.validate.Validate.UInt32Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated uint32 not_in = 7;
addNotIn(long) - function in io.envoyproxy.pgv.validate.Validate.UInt64Rules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated uint64 not_in = 7;
addNotInBuilder() - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8;
addNotInBuilder(int) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated .google.protobuf.Duration not_in = 8;
addNotInBytes(ByteString) - function in io.envoyproxy.pgv.validate.Validate.AnyRules.Builder
NotIn specifies that this field's `type_url` must not be equal to any of
the specified values.
repeated string not_in = 3;
addNotInBytes(ByteString) - function in io.envoyproxy.pgv.validate.Validate.StringRules.Builder
NotIn specifies that this field cannot be equal to one of the specified
values
repeated string not_in = 11;
addOptionalObjectTypes(String) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchRequest.Builder
repeated string optional_object_types = 1 [(.validate.rules) = { ... }
addOptionalObjectTypesBytes(ByteString) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchRequest.Builder
repeated string optional_object_types = 1 [(.validate.rules) = { ... }
addOptionalPreconditions(PermissionService.Precondition) - function in com.authzed.api.v1.PermissionService.DeleteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditions(PermissionService.Precondition.Builder) - function in com.authzed.api.v1.PermissionService.DeleteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditions(int,PermissionService.Precondition) - function in com.authzed.api.v1.PermissionService.DeleteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditions(int,PermissionService.Precondition.Builder) - function in com.authzed.api.v1.PermissionService.DeleteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditions(PermissionService.Precondition) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditions(PermissionService.Precondition.Builder) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditions(int,PermissionService.Precondition) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditions(int,PermissionService.Precondition.Builder) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditionsBuilder() - function in com.authzed.api.v1.PermissionService.DeleteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditionsBuilder(int) - function in com.authzed.api.v1.PermissionService.DeleteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditionsBuilder() - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addOptionalPreconditionsBuilder(int) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
To be bounded by configuration
repeated .authzed.api.v1.Precondition optional_preconditions = 2 [(.validate.rules) = { ... }
addProduces(String) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A list of MIME types the operation can produce. This overrides the produces
definition at the OpenAPI Object. An empty value MAY be used to clear the
global definition. Value MUST be as described under Mime Types.
repeated string produces = 7;
addProduces(String) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A list of MIME types the APIs can produce. This is global to all APIs but
can be overridden on specific API calls. Value MUST be as described under
Mime Types.
repeated string produces = 7;
addProducesBytes(ByteString) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A list of MIME types the operation can produce. This overrides the produces
definition at the OpenAPI Object. An empty value MAY be used to clear the
global definition. Value MUST be as described under Mime Types.
repeated string produces = 7;
addProducesBytes(ByteString) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A list of MIME types the APIs can produce. This is global to all APIs but
can be overridden on specific API calls. Value MUST be as described under
Mime Types.
repeated string produces = 7;
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Core.AlgebraicSubjectSet.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Core.DirectSubjectSet.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Core.ObjectReference.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Core.PermissionRelationshipTree.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Core.Relationship.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Core.RelationshipUpdate.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Core.SubjectReference.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Core.ZedToken.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Debug.CheckDebugTrace.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Debug.CheckDebugTrace.SubProblems.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.Debug.DebugInformation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.CheckPermissionRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.CheckPermissionResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.Consistency.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.DeleteRelationshipsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.DeleteRelationshipsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.ExpandPermissionTreeRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.ExpandPermissionTreeResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.LookupResourcesRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.LookupResourcesResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.LookupSubjectsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.LookupSubjectsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.Precondition.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.ReadRelationshipsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.ReadRelationshipsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.RelationshipFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.SubjectFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.SubjectFilter.RelationFilter.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.SchemaServiceOuterClass.ReadSchemaResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.SchemaServiceOuterClass.WriteSchemaRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.SchemaServiceOuterClass.WriteSchemaResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchRequest.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchResponse.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in com.google.protobuf.Message.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Contact.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.ExternalDocumentation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Header.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Info.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.FieldConfiguration.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.License.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Response.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Schema.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Scopes.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.SecurityDefinitions.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.SecurityRequirement.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.SecurityRequirement.SecurityRequirementValue.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.SecurityScheme.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Tag.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.AnyRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.BoolRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.BytesRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.DoubleRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.DurationRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.EnumRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.FieldRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.Fixed32Rules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.Fixed64Rules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.FloatRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.Int32Rules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.Int64Rules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.MapRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.MessageRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.RepeatedRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.SFixed32Rules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.SFixed64Rules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.SInt32Rules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.SInt64Rules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.StringRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.TimestampRules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.UInt32Rules.Builder
 
addRepeatedField(Descriptors.FieldDescriptor,Object) - function in io.envoyproxy.pgv.validate.Validate.UInt64Rules.Builder
 
addRequired(String) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
repeated string required = 26;
addRequiredBytes(ByteString) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
repeated string required = 26;
ADDRESS - enum entry in io.envoyproxy.pgv.validate.Validate.StringRules.WellKnownCase
 
addSchemes(Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
The transfer protocol for the operation. Values MUST be from the list:
"http", "https", "ws", "wss". The value overrides the OpenAPI Object
schemes definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 10;
addSchemes(Object) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
The transfer protocol of the API. Values MUST be from the list: "http",
"https", "ws", "wss". If the schemes is not included, the default scheme to
be used is the one used to access the OpenAPI definition itself.
repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
addSchemesValue(int) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
The transfer protocol for the operation. Values MUST be from the list:
"http", "https", "ws", "wss". The value overrides the OpenAPI Object
schemes definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 10;
addSchemesValue(int) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
The transfer protocol of the API. Values MUST be from the list: "http",
"https", "ws", "wss". If the schemes is not included, the default scheme to
be used is the one used to access the OpenAPI definition itself.
repeated .grpc.gateway.protoc_gen_openapiv2.options.Scheme schemes = 5;
addScope(String) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.SecurityRequirement.SecurityRequirementValue.Builder
repeated string scope = 1;
addScopeBytes(ByteString) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.SecurityRequirement.SecurityRequirementValue.Builder
repeated string scope = 1;
addSecurity(Openapiv2.SecurityRequirement) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A declaration of which security schemes are applied for this operation. The
list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements). This
definition overrides any declared top-level security. To remove a top-level
security declaration, an empty array can be used.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurity(Openapiv2.SecurityRequirement.Builder) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A declaration of which security schemes are applied for this operation. The
list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements). This
definition overrides any declared top-level security. To remove a top-level
security declaration, an empty array can be used.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurity(int,Openapiv2.SecurityRequirement) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A declaration of which security schemes are applied for this operation. The
list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements). This
definition overrides any declared top-level security. To remove a top-level
security declaration, an empty array can be used.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurity(int,Openapiv2.SecurityRequirement.Builder) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A declaration of which security schemes are applied for this operation. The
list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements). This
definition overrides any declared top-level security. To remove a top-level
security declaration, an empty array can be used.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurity(Openapiv2.SecurityRequirement) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A declaration of which security schemes are applied for the API as a whole.
The list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements).
Individual operations can override this definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurity(Openapiv2.SecurityRequirement.Builder) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A declaration of which security schemes are applied for the API as a whole.
The list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements).
Individual operations can override this definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurity(int,Openapiv2.SecurityRequirement) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A declaration of which security schemes are applied for the API as a whole.
The list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements).
Individual operations can override this definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurity(int,Openapiv2.SecurityRequirement.Builder) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A declaration of which security schemes are applied for the API as a whole.
The list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements).
Individual operations can override this definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurityBuilder() - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A declaration of which security schemes are applied for this operation. The
list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements). This
definition overrides any declared top-level security. To remove a top-level
security declaration, an empty array can be used.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurityBuilder(int) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A declaration of which security schemes are applied for this operation. The
list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements). This
definition overrides any declared top-level security. To remove a top-level
security declaration, an empty array can be used.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurityBuilder() - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A declaration of which security schemes are applied for the API as a whole.
The list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements).
Individual operations can override this definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSecurityBuilder(int) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Swagger.Builder
A declaration of which security schemes are applied for the API as a whole.
The list of values describes alternative security schemes that can be used
(that is, there is a logical OR between the security requirements).
Individual operations can override this definition.
repeated .grpc.gateway.protoc_gen_openapiv2.options.SecurityRequirement security = 12;
addSubjects(Core.SubjectReference) - function in com.authzed.api.v1.Core.DirectSubjectSet.Builder
repeated .authzed.api.v1.SubjectReference subjects = 1;
addSubjects(Core.SubjectReference.Builder) - function in com.authzed.api.v1.Core.DirectSubjectSet.Builder
repeated .authzed.api.v1.SubjectReference subjects = 1;
addSubjects(int,Core.SubjectReference) - function in com.authzed.api.v1.Core.DirectSubjectSet.Builder
repeated .authzed.api.v1.SubjectReference subjects = 1;
addSubjects(int,Core.SubjectReference.Builder) - function in com.authzed.api.v1.Core.DirectSubjectSet.Builder
repeated .authzed.api.v1.SubjectReference subjects = 1;
addSubjectsBuilder() - function in com.authzed.api.v1.Core.DirectSubjectSet.Builder
repeated .authzed.api.v1.SubjectReference subjects = 1;
addSubjectsBuilder(int) - function in com.authzed.api.v1.Core.DirectSubjectSet.Builder
repeated .authzed.api.v1.SubjectReference subjects = 1;
addTags(String) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A list of tags for API documentation control. Tags can be used for logical
grouping of operations by resources or any other qualifier.
repeated string tags = 1;
addTagsBytes(ByteString) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.Operation.Builder
A list of tags for API documentation control. Tags can be used for logical
grouping of operations by resources or any other qualifier.
repeated string tags = 1;
addTraces(Debug.CheckDebugTrace) - function in com.authzed.api.v1.Debug.CheckDebugTrace.SubProblems.Builder
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
addTraces(Debug.CheckDebugTrace.Builder) - function in com.authzed.api.v1.Debug.CheckDebugTrace.SubProblems.Builder
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
addTraces(int,Debug.CheckDebugTrace) - function in com.authzed.api.v1.Debug.CheckDebugTrace.SubProblems.Builder
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
addTraces(int,Debug.CheckDebugTrace.Builder) - function in com.authzed.api.v1.Debug.CheckDebugTrace.SubProblems.Builder
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
addTracesBuilder() - function in com.authzed.api.v1.Debug.CheckDebugTrace.SubProblems.Builder
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
addTracesBuilder(int) - function in com.authzed.api.v1.Debug.CheckDebugTrace.SubProblems.Builder
repeated .authzed.api.v1.CheckDebugTrace traces = 1;
addType(Openapiv2.JSONSchema.JSONSchemaSimpleTypes) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35;
addTypeValue(int) - function in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.Builder
repeated .grpc.gateway.protoc_gen_openapiv2.options.JSONSchema.JSONSchemaSimpleTypes type = 35;
addUpdates(Core.RelationshipUpdate) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1 [(.validate.rules) = { ... }
addUpdates(Core.RelationshipUpdate.Builder) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1 [(.validate.rules) = { ... }
addUpdates(int,Core.RelationshipUpdate) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1 [(.validate.rules) = { ... }
addUpdates(int,Core.RelationshipUpdate.Builder) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1 [(.validate.rules) = { ... }
addUpdates(Core.RelationshipUpdate) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchResponse.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
addUpdates(Core.RelationshipUpdate.Builder) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchResponse.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
addUpdates(int,Core.RelationshipUpdate) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchResponse.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
addUpdates(int,Core.RelationshipUpdate.Builder) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchResponse.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
addUpdatesBuilder() - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1 [(.validate.rules) = { ... }
addUpdatesBuilder(int) - function in com.authzed.api.v1.PermissionService.WriteRelationshipsRequest.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1 [(.validate.rules) = { ... }
addUpdatesBuilder() - function in com.authzed.api.v1.WatchServiceOuterClass.WatchResponse.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
addUpdatesBuilder(int) - function in com.authzed.api.v1.WatchServiceOuterClass.WatchResponse.Builder
repeated .authzed.api.v1.RelationshipUpdate updates = 1;
AlgebraicSubjectSetKt - class in com.authzed.api.v1
 
AlgebraicSubjectSetKt.Dsl - class in com.authzed.api.v1.AlgebraicSubjectSetKt
 
AlgebraicSubjectSetKt.Dsl.ChildrenProxy - class in com.authzed.api.v1.AlgebraicSubjectSetKt.Dsl
An uninstantiable, behaviorless type to represent the field in generics.
AlgebraicSubjectSetKt.Dsl.Companion - class in com.authzed.api.v1.AlgebraicSubjectSetKt.Dsl
 
AlgebraicSubjectSetKtKt - class in com.authzed.api.v1
 
Annotations - class in grpc.gateway.protoc_gen_openapiv2.options
 
ANY - enum entry in io.envoyproxy.pgv.validate.Validate.FieldRules.TypeCase
 
AnyRulesKt - class in io.envoyproxy.pgv.validate
 
AnyRulesKt.Dsl - class in io.envoyproxy.pgv.validate.AnyRulesKt
 
AnyRulesKt.Dsl.Companion - class in io.envoyproxy.pgv.validate.AnyRulesKt.Dsl
 
AnyRulesKt.Dsl.In_Proxy - class in io.envoyproxy.pgv.validate.AnyRulesKt.Dsl
An uninstantiable, behaviorless type to represent the field in generics.
AnyRulesKt.Dsl.NotInProxy - class in io.envoyproxy.pgv.validate.AnyRulesKt.Dsl
An uninstantiable, behaviorless type to represent the field in generics.
AnyRulesKtKt - class in io.envoyproxy.pgv.validate
 
ARRAY - enum entry in grpc.gateway.protoc_gen_openapiv2.options.Openapiv2.JSONSchema.JSONSchemaSimpleTypes

ARRAY = 1;

AT_EXACT_SNAPSHOT - enum entry in com.authzed.api.v1.PermissionService.Consistency.RequirementCase
 
AT_LEAST_AS_FRESH - enum entry in com.authzed.api.v1.PermissionService.Consistency.RequirementCase
 
-  A  B  C  D  E  F  G  H  I  J  L  M  N  O  P  R  S  T  U  V  W  Z