package infoblox.api

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message Field

collection_operators.proto:51

Field represents a single field for an object. It contains fields name and also may contain a group of sub-fields for cases when a fields represents some structure.

Used in: FieldSelection

message FieldSelection

collection_operators.proto:38

FieldSelection represents a group of fields for some object. Main use case for if is to store information about object fields that need to be ratained prior to sending object as a response

Used in: example.ListIntPointRequest, example.ReadAccountRequest, example.ReadIntPointRequest

message Filtering

collection_operators.proto:58

Filtering represents filtering expression. root could be either LogicalOperator or one of the supported conditions.

Used in: example.ListIntPointRequest

message LogicalOperator

collection_operators.proto:81

LogicalOperator represents binary logical operator, either AND or OR depending on type. left and right are respectively left and right operands of the operator, could be either LogicalOperator or one of the supported conditions. is_negative is set to true if the operator is negated.

Used in: Filtering

enum LogicalOperator.Type

collection_operators.proto:98

Used in: LogicalOperator

message NullCondition

collection_operators.proto:149

NullCondition represents a condition with a null literal, e.g. field == null. field_path is a reference to a value of a resource. is_negative is set to true if the condition is negated.

Used in: Filtering, LogicalOperator

message NumberArrayCondition

collection_operators.proto:171

NumberArrayCondition represents a condition with string arrays, e.g. field in [1, 5, 7] field_path is a reference to a value of a resource. is_negative is set to true if the condition is negated

Used in: Filtering, LogicalOperator

enum NumberArrayCondition.Type

collection_operators.proto:174

Used in: NumberArrayCondition

message NumberCondition

collection_operators.proto:132

NumberCondition represents a condition with a number literal, e.g. field > 3. field_path is a reference to a value of a resource. value is the number literal. type is a type of the condition. is_negative is set to true if the condition is negated.

Used in: Filtering, LogicalOperator

enum NumberCondition.Type

collection_operators.proto:135

Used in: NumberCondition

message PageInfo

collection_operators.proto:213

PageInfo represents both server-driven and client-driven pagination response. Server-driven pagination is a model in which the server returns some amount of data along with an token indicating there is more data and where subsequent queries can get the next page of data. Client-driven pagination is a model in which rows are addressable by offset and page size (limit).

Used in: example.ListIntPointResponse, example.ListSomethingResponse

message Pagination

collection_operators.proto:187

Pagination represents both server-driven and client-driven pagination request. Server-driven pagination is a model in which the server returns some amount of data along with an token indicating there is more data and where subsequent queries can get the next page of data. Client-driven pagination is a model in which rows are addressable by offset and page size (limit).

Used in: example.ListIntPointRequest

message Searching

collection_operators.proto:227

Searching represents search by.

message SortCriteria

collection_operators.proto:10

SortCriteria represents sort criteria

Used in: Sorting

enum SortCriteria.Order

collection_operators.proto:14

Order is a sort order.

Used in: SortCriteria

message Sorting

collection_operators.proto:24

Sorting represents list of sort criterias.

Used in: example.ListIntPointRequest

message StringArrayCondition

collection_operators.proto:157

StringArrayCondition represents a condition with string arrays, e.g. field in ['hello','world'] field_path is a reference to a value of a resource. is_negative is set to true if the condition is negated

Used in: Filtering, LogicalOperator

enum StringArrayCondition.Type

collection_operators.proto:160

Used in: StringArrayCondition

message StringCondition

collection_operators.proto:111

StringCondition represents a condition with a string literal, e.g. field == 'string'. field_path is a reference to a value of a resource. value is the string literal. type is a type of the condition. is_negative is set to true if the condition is negated.

Used in: Filtering, LogicalOperator

enum StringCondition.Type

collection_operators.proto:114

Used in: StringCondition