Documentation ¶
Index ¶
- Variables
- type FieldOptions
- func (*FieldOptions) Descriptor() ([]byte, []int)deprecated
- func (x *FieldOptions) GetDatabaseAutoDelete() bool
- func (x *FieldOptions) GetDatabaseId() bool
- func (x *FieldOptions) GetDatabaseIgnore() bool
- func (x *FieldOptions) GetDatabaseOptimizeSearch() bool
- func (x *FieldOptions) GetDatabaseOwnerReference() string
- func (x *FieldOptions) GetDatabaseReference() string
- func (x *FieldOptions) GetDatabaseReferenceDeep() bool
- func (x *FieldOptions) GetDatabaseReferenceFrom() bool
- func (x *FieldOptions) GetDatabaseReferenceFromArray() bool
- func (x *FieldOptions) GetDatabaseReferenceTo() bool
- func (x *FieldOptions) GetFuture() bool
- func (x *FieldOptions) GetUrlProtocols() string
- func (*FieldOptions) ProtoMessage()
- func (x *FieldOptions) ProtoReflect() protoreflect.Message
- func (x *FieldOptions) Reset()
- func (x *FieldOptions) String() string
- type MessageOptions
- func (*MessageOptions) Descriptor() ([]byte, []int)deprecated
- func (x *MessageOptions) GetDatabaseCustomId() bool
- func (x *MessageOptions) GetDatabaseModel() bool
- func (*MessageOptions) ProtoMessage()
- func (x *MessageOptions) ProtoReflect() protoreflect.Message
- func (x *MessageOptions) Reset()
- func (x *MessageOptions) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var (
// optional common.v21.FieldOptions field_options = 50000;
E_FieldOptions = &file_common_v21_ext_proto_extTypes[0]
)
Extension fields to descriptorpb.FieldOptions.
View Source
var (
// optional common.v21.MessageOptions message_options = 50000;
E_MessageOptions = &file_common_v21_ext_proto_extTypes[1]
)
Extension fields to descriptorpb.MessageOptions.
View Source
var File_common_v21_ext_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type FieldOptions ¶
type FieldOptions struct { // indcates that this field is planned for a future release of this api Future *bool `protobuf:"varint,1,opt,name=future,proto3,oneof" json:"future,omitempty"` DatabaseId *bool `protobuf:"varint,2,opt,name=database_id,json=databaseId,proto3,oneof" json:"database_id,omitempty"` DatabaseReferenceFrom *bool `` /* 133-byte string literal not displayed */ DatabaseReference *string `protobuf:"bytes,4,opt,name=database_reference,json=databaseReference,proto3,oneof" json:"database_reference,omitempty"` DatabaseOwnerReference *string `` /* 135-byte string literal not displayed */ DatabaseReferenceDeep *bool `` /* 133-byte string literal not displayed */ DatabaseReferenceFromArray *bool `` /* 150-byte string literal not displayed */ DatabaseReferenceTo *bool `` /* 127-byte string literal not displayed */ DatabaseIgnore *bool `protobuf:"varint,9,opt,name=database_ignore,json=databaseIgnore,proto3,oneof" json:"database_ignore,omitempty"` DatabaseOptimizeSearch *bool `` /* 137-byte string literal not displayed */ UrlProtocols *string `protobuf:"bytes,11,opt,name=url_protocols,json=urlProtocols,proto3,oneof" json:"url_protocols,omitempty"` DatabaseAutoDelete *bool `protobuf:"varint,12,opt,name=database_auto_delete,json=databaseAutoDelete,proto3,oneof" json:"database_auto_delete,omitempty"` // contains filtered or unexported fields }
func (*FieldOptions) Descriptor
deprecated
func (*FieldOptions) Descriptor() ([]byte, []int)
Deprecated: Use FieldOptions.ProtoReflect.Descriptor instead.
func (*FieldOptions) GetDatabaseAutoDelete ¶
func (x *FieldOptions) GetDatabaseAutoDelete() bool
func (*FieldOptions) GetDatabaseId ¶
func (x *FieldOptions) GetDatabaseId() bool
func (*FieldOptions) GetDatabaseIgnore ¶
func (x *FieldOptions) GetDatabaseIgnore() bool
func (*FieldOptions) GetDatabaseOptimizeSearch ¶
func (x *FieldOptions) GetDatabaseOptimizeSearch() bool
func (*FieldOptions) GetDatabaseOwnerReference ¶
func (x *FieldOptions) GetDatabaseOwnerReference() string
func (*FieldOptions) GetDatabaseReference ¶
func (x *FieldOptions) GetDatabaseReference() string
func (*FieldOptions) GetDatabaseReferenceDeep ¶
func (x *FieldOptions) GetDatabaseReferenceDeep() bool
func (*FieldOptions) GetDatabaseReferenceFrom ¶
func (x *FieldOptions) GetDatabaseReferenceFrom() bool
func (*FieldOptions) GetDatabaseReferenceFromArray ¶
func (x *FieldOptions) GetDatabaseReferenceFromArray() bool
func (*FieldOptions) GetDatabaseReferenceTo ¶
func (x *FieldOptions) GetDatabaseReferenceTo() bool
func (*FieldOptions) GetFuture ¶
func (x *FieldOptions) GetFuture() bool
func (*FieldOptions) GetUrlProtocols ¶
func (x *FieldOptions) GetUrlProtocols() string
func (*FieldOptions) ProtoMessage ¶
func (*FieldOptions) ProtoMessage()
func (*FieldOptions) ProtoReflect ¶
func (x *FieldOptions) ProtoReflect() protoreflect.Message
func (*FieldOptions) Reset ¶
func (x *FieldOptions) Reset()
func (*FieldOptions) String ¶
func (x *FieldOptions) String() string
type MessageOptions ¶
type MessageOptions struct { // indcates that this field is planned for a future release of this api DatabaseModel *bool `protobuf:"varint,1,opt,name=database_model,json=databaseModel,proto3,oneof" json:"database_model,omitempty"` DatabaseCustomId *bool `protobuf:"varint,7,opt,name=database_custom_id,json=databaseCustomId,proto3,oneof" json:"database_custom_id,omitempty"` // contains filtered or unexported fields }
func (*MessageOptions) Descriptor
deprecated
func (*MessageOptions) Descriptor() ([]byte, []int)
Deprecated: Use MessageOptions.ProtoReflect.Descriptor instead.
func (*MessageOptions) GetDatabaseCustomId ¶
func (x *MessageOptions) GetDatabaseCustomId() bool
func (*MessageOptions) GetDatabaseModel ¶
func (x *MessageOptions) GetDatabaseModel() bool
func (*MessageOptions) ProtoMessage ¶
func (*MessageOptions) ProtoMessage()
func (*MessageOptions) ProtoReflect ¶
func (x *MessageOptions) ProtoReflect() protoreflect.Message
func (*MessageOptions) Reset ¶
func (x *MessageOptions) Reset()
func (*MessageOptions) String ¶
func (x *MessageOptions) String() string
Click to show internal directories.
Click to hide internal directories.