Documentation
¶
Index ¶
- Variables
- type View1
- func (*View1) Descriptor() ([]byte, []int)deprecated
- func (x *View1) GetClusteredField() string
- func (x *View1) GetNestedField() *View1_Nested
- func (x *View1) GetRepeatedField() []string
- func (x *View1) GetTimestamp() *timestamppb.Timestamp
- func (mv *View1) InsertDTO() internal.InsertDTO
- func (mv *View1) Name() string
- func (mv *View1) Options() internal.MaterializedViewOptions
- func (*View1) ProtoMessage()
- func (x *View1) ProtoReflect() protoreflect.Message
- func (x *View1) Reset()
- func (x *View1) String() string
- type View1_Nested
- func (*View1_Nested) Descriptor() ([]byte, []int)deprecated
- func (x *View1_Nested) GetBoolField() bool
- func (x *View1_Nested) GetInt64Field() int64
- func (x *View1_Nested) GetStringField() string
- func (*View1_Nested) ProtoMessage()
- func (x *View1_Nested) ProtoReflect() protoreflect.Message
- func (x *View1_Nested) Reset()
- func (x *View1_Nested) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_example_example_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type View1 ¶
type View1 struct { Timestamp *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=timestamp,proto3" json:"timestamp,omitempty"` ClusteredField string `protobuf:"bytes,2,opt,name=clustered_field,json=clusteredField,proto3" json:"clustered_field,omitempty"` RepeatedField []string `protobuf:"bytes,3,rep,name=repeated_field,json=repeatedField,proto3" json:"repeated_field,omitempty"` NestedField *View1_Nested `protobuf:"bytes,4,opt,name=nested_field,json=nestedField,proto3" json:"nested_field,omitempty"` // contains filtered or unexported fields }
func (*View1) Descriptor
deprecated
func (*View1) GetClusteredField ¶
func (*View1) GetNestedField ¶
func (x *View1) GetNestedField() *View1_Nested
func (*View1) GetRepeatedField ¶
func (*View1) GetTimestamp ¶
func (x *View1) GetTimestamp() *timestamppb.Timestamp
func (*View1) Options ¶
func (mv *View1) Options() internal.MaterializedViewOptions
func (*View1) ProtoMessage ¶
func (*View1) ProtoMessage()
func (*View1) ProtoReflect ¶
func (x *View1) ProtoReflect() protoreflect.Message
type View1_Nested ¶
type View1_Nested struct { StringField string `protobuf:"bytes,1,opt,name=string_field,json=stringField,proto3" json:"string_field,omitempty"` Int64Field int64 `protobuf:"varint,2,opt,name=int64_field,json=int64Field,proto3" json:"int64_field,omitempty"` BoolField bool `protobuf:"varint,3,opt,name=bool_field,json=boolField,proto3" json:"bool_field,omitempty"` // contains filtered or unexported fields }
func (*View1_Nested) Descriptor
deprecated
func (*View1_Nested) Descriptor() ([]byte, []int)
Deprecated: Use View1_Nested.ProtoReflect.Descriptor instead.
func (*View1_Nested) GetBoolField ¶
func (x *View1_Nested) GetBoolField() bool
func (*View1_Nested) GetInt64Field ¶
func (x *View1_Nested) GetInt64Field() int64
func (*View1_Nested) GetStringField ¶
func (x *View1_Nested) GetStringField() string
func (*View1_Nested) ProtoMessage ¶
func (*View1_Nested) ProtoMessage()
func (*View1_Nested) ProtoReflect ¶
func (x *View1_Nested) ProtoReflect() protoreflect.Message
func (*View1_Nested) Reset ¶
func (x *View1_Nested) Reset()
func (*View1_Nested) String ¶
func (x *View1_Nested) String() string
Click to show internal directories.
Click to hide internal directories.