defmodule Zitadel.Instance.V1.State do
use Protobuf, enum: true, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.EnumDescriptorProto{
__unknown_fields__: [],
name: "State",
options: nil,
reserved_name: [],
reserved_range: [],
value: [
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "STATE_UNSPECIFIED",
number: 0,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "STATE_CREATING",
number: 1,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "STATE_RUNNING",
number: 2,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "STATE_STOPPING",
number: 3,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "STATE_STOPPED",
number: 4,
options: nil
}
]
}
end
field(:STATE_UNSPECIFIED, 0)
field(:STATE_CREATING, 1)
field(:STATE_RUNNING, 2)
field(:STATE_STOPPING, 3)
field(:STATE_STOPPED, 4)
end
defmodule Zitadel.Instance.V1.FieldName do
use Protobuf, enum: true, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.EnumDescriptorProto{
__unknown_fields__: [],
name: "FieldName",
options: nil,
reserved_name: [],
reserved_range: [],
value: [
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "FIELD_NAME_UNSPECIFIED",
number: 0,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "FIELD_NAME_ID",
number: 1,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "FIELD_NAME_NAME",
number: 2,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "FIELD_NAME_CREATION_DATE",
number: 3,
options: nil
}
]
}
end
field(:FIELD_NAME_UNSPECIFIED, 0)
field(:FIELD_NAME_ID, 1)
field(:FIELD_NAME_NAME, 2)
field(:FIELD_NAME_CREATION_DATE, 3)
end
defmodule Zitadel.Instance.V1.DomainFieldName do
use Protobuf, enum: true, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.EnumDescriptorProto{
__unknown_fields__: [],
name: "DomainFieldName",
options: nil,
reserved_name: [],
reserved_range: [],
value: [
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "DOMAIN_FIELD_NAME_UNSPECIFIED",
number: 0,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "DOMAIN_FIELD_NAME_DOMAIN",
number: 1,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "DOMAIN_FIELD_NAME_PRIMARY",
number: 2,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "DOMAIN_FIELD_NAME_GENERATED",
number: 3,
options: nil
},
%Google.Protobuf.EnumValueDescriptorProto{
__unknown_fields__: [],
name: "DOMAIN_FIELD_NAME_CREATION_DATE",
number: 4,
options: nil
}
]
}
end
field(:DOMAIN_FIELD_NAME_UNSPECIFIED, 0)
field(:DOMAIN_FIELD_NAME_DOMAIN, 1)
field(:DOMAIN_FIELD_NAME_PRIMARY, 2)
field(:DOMAIN_FIELD_NAME_GENERATED, 3)
field(:DOMAIN_FIELD_NAME_CREATION_DATE, 4)
end
defmodule Zitadel.Instance.V1.Instance do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "id",
label: :LABEL_OPTIONAL,
name: "id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "state",
label: :LABEL_OPTIONAL,
name: "state",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 29, 99, 117, 114, 114, 101, 110, 116, 32, 115, 116, 97, 116, 101, 32, 111,
102, 32, 116, 104, 101, 32, 105, 110, 115, 116, 97, 110, 99, 101>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.instance.v1.State"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\t\"ZITADEL\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "version",
label: :LABEL_OPTIONAL,
name: "version",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\a\"1.0.0\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "domains",
label: :LABEL_REPEATED,
name: "domains",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.instance.v1.Domain"
}
],
name: "Instance",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:details, 2, type: Zitadel.V1.ObjectDetails)
field(:state, 3, type: Zitadel.Instance.V1.State, enum: true, deprecated: false)
field(:name, 4, type: :string, deprecated: false)
field(:version, 5, type: :string, deprecated: false)
field(:domains, 6, repeated: true, type: Zitadel.Instance.V1.Domain)
end
defmodule Zitadel.Instance.V1.InstanceDetail do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "id",
label: :LABEL_OPTIONAL,
name: "id",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<74, 19, 34, 54, 57, 54, 50, 57, 48, 50, 51, 57, 48, 54, 52, 56, 56, 51, 51, 52,
34>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 2,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "state",
label: :LABEL_OPTIONAL,
name: "state",
number: 3,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 29, 99, 117, 114, 114, 101, 110, 116, 32, 115, 116, 97, 116, 101, 32, 111,
102, 32, 116, 104, 101, 32, 105, 110, 115, 116, 97, 110, 99, 101>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.instance.v1.State"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "name",
label: :LABEL_OPTIONAL,
name: "name",
number: 4,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\t\"ZITADEL\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "version",
label: :LABEL_OPTIONAL,
name: "version",
number: 5,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\a\"1.0.0\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "domains",
label: :LABEL_REPEATED,
name: "domains",
number: 6,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.instance.v1.Domain"
}
],
name: "InstanceDetail",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:id, 1, type: :string, deprecated: false)
field(:details, 2, type: Zitadel.V1.ObjectDetails)
field(:state, 3, type: Zitadel.Instance.V1.State, enum: true, deprecated: false)
field(:name, 4, type: :string, deprecated: false)
field(:version, 5, type: :string, deprecated: false)
field(:domains, 6, repeated: true, type: Zitadel.Instance.V1.Domain)
end
defmodule Zitadel.Instance.V1.Query do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "idQuery",
label: :LABEL_OPTIONAL,
name: "id_query",
number: 1,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.instance.v1.IdsQuery"
}
],
name: "Query",
nested_type: [],
oneof_decl: [
%Google.Protobuf.OneofDescriptorProto{
__unknown_fields__: [],
name: "query",
options: %Google.Protobuf.OneofOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 0, 1}],
uninterpreted_option: []
}
}
],
options: nil,
reserved_name: [],
reserved_range: []
}
end
oneof(:query, 0)
field(:id_query, 1, type: Zitadel.Instance.V1.IdsQuery, json_name: "idQuery", oneof: 0)
end
defmodule Zitadel.Instance.V1.IdsQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "ids",
label: :LABEL_REPEATED,
name: "ids",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 16, 52, 56, 50, 48, 56, 52, 48, 57, 51, 56, 52, 48, 50, 52, 50, 57>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
}
],
name: "IdsQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:ids, 1, repeated: true, type: :string, deprecated: false)
end
defmodule Zitadel.Instance.V1.Domain do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "details",
label: :LABEL_OPTIONAL,
name: "details",
number: 1,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.v1.ObjectDetails"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "domain",
label: :LABEL_OPTIONAL,
name: "domain",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1042, 2, "J\r\"zitadel.com\""}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "primary",
label: :LABEL_OPTIONAL,
name: "primary",
number: 3,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "generated",
label: :LABEL_OPTIONAL,
name: "generated",
number: 4,
oneof_index: nil,
options: nil,
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "Domain",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:details, 1, type: Zitadel.V1.ObjectDetails)
field(:domain, 2, type: :string, deprecated: false)
field(:primary, 3, type: :bool)
field(:generated, 4, type: :bool)
end
defmodule Zitadel.Instance.V1.DomainSearchQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "domainQuery",
label: :LABEL_OPTIONAL,
name: "domain_query",
number: 1,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.instance.v1.DomainQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "generatedQuery",
label: :LABEL_OPTIONAL,
name: "generated_query",
number: 2,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.instance.v1.DomainGeneratedQuery"
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "primaryQuery",
label: :LABEL_OPTIONAL,
name: "primary_query",
number: 3,
oneof_index: 0,
options: nil,
proto3_optional: nil,
type: :TYPE_MESSAGE,
type_name: ".zitadel.instance.v1.DomainPrimaryQuery"
}
],
name: "DomainSearchQuery",
nested_type: [],
oneof_decl: [
%Google.Protobuf.OneofDescriptorProto{
__unknown_fields__: [],
name: "query",
options: %Google.Protobuf.OneofOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 0, 1}],
uninterpreted_option: []
}
}
],
options: nil,
reserved_name: [],
reserved_range: []
}
end
oneof(:query, 0)
field(:domain_query, 1,
type: Zitadel.Instance.V1.DomainQuery,
json_name: "domainQuery",
oneof: 0
)
field(:generated_query, 2,
type: Zitadel.Instance.V1.DomainGeneratedQuery,
json_name: "generatedQuery",
oneof: 0
)
field(:primary_query, 3,
type: Zitadel.Instance.V1.DomainPrimaryQuery,
json_name: "primaryQuery",
oneof: 0
)
end
defmodule Zitadel.Instance.V1.DomainQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "domain",
label: :LABEL_OPTIONAL,
name: "domain",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [{1071, 2, <<114, 3, 24, 200, 1>>}, {1042, 2, "2\vzitadel.com"}],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_STRING,
type_name: nil
},
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "method",
label: :LABEL_OPTIONAL,
name: "method",
number: 2,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1071, 2, <<130, 1, 2, 16, 1>>},
{1042, 2, "2*defines which text equality method is used"}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_ENUM,
type_name: ".zitadel.v1.TextQueryMethod"
}
],
name: "DomainQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:domain, 1, type: :string, deprecated: false)
field(:method, 2, type: Zitadel.V1.TextQueryMethod, enum: true, deprecated: false)
end
defmodule Zitadel.Instance.V1.DomainGeneratedQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "generated",
label: :LABEL_OPTIONAL,
name: "generated",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 17, 103, 101, 110, 101, 114, 97, 116, 101, 100, 32, 100, 111, 109, 97, 105,
110, 115>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "DomainGeneratedQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:generated, 1, type: :bool, deprecated: false)
end
defmodule Zitadel.Instance.V1.DomainPrimaryQuery do
use Protobuf, protoc_gen_elixir_version: "0.10.0", syntax: :proto3
def descriptor do
# credo:disable-for-next-line
%Google.Protobuf.DescriptorProto{
__unknown_fields__: [],
enum_type: [],
extension: [],
extension_range: [],
field: [
%Google.Protobuf.FieldDescriptorProto{
__unknown_fields__: [],
default_value: nil,
extendee: nil,
json_name: "primary",
label: :LABEL_OPTIONAL,
name: "primary",
number: 1,
oneof_index: nil,
options: %Google.Protobuf.FieldOptions{
__pb_extensions__: %{},
__unknown_fields__: [
{1042, 2,
<<50, 15, 112, 114, 105, 109, 97, 114, 121, 32, 100, 111, 109, 97, 105, 110, 115>>}
],
ctype: :STRING,
deprecated: false,
jstype: :JS_NORMAL,
lazy: false,
packed: nil,
uninterpreted_option: [],
weak: false
},
proto3_optional: nil,
type: :TYPE_BOOL,
type_name: nil
}
],
name: "DomainPrimaryQuery",
nested_type: [],
oneof_decl: [],
options: nil,
reserved_name: [],
reserved_range: []
}
end
field(:primary, 1, type: :bool, deprecated: false)
end