Documentation
¶
Index ¶
- Variables
- type BigQueryWellknownTypeTest
- func (*BigQueryWellknownTypeTest) Descriptor() ([]byte, []int)deprecated
- func (x *BigQueryWellknownTypeTest) GetJsonValue() *structpb.Value
- func (*BigQueryWellknownTypeTest) ProtoMessage()
- func (x *BigQueryWellknownTypeTest) ProtoReflect() protoreflect.Message
- func (x *BigQueryWellknownTypeTest) Reset()
- func (x *BigQueryWellknownTypeTest) String() string
- type CustomBigQuery
- func (*CustomBigQuery) Descriptor() ([]byte, []int)deprecated
- func (x *CustomBigQuery) GetInt32Field() int32
- func (x *CustomBigQuery) GetNestedReference() *NestedReference
- func (x *CustomBigQuery) GetStringField() string
- func (*CustomBigQuery) ProtoMessage()
- func (x *CustomBigQuery) ProtoReflect() protoreflect.Message
- func (x *CustomBigQuery) Reset()
- func (x *CustomBigQuery) String() string
- type CustomOptions
- func (*CustomOptions) Descriptor() ([]byte, []int)deprecated
- func (x *CustomOptions) GetInt32Field() []int32
- func (m *CustomOptions) GetKind() isCustomOptions_Kind
- func (x *CustomOptions) GetStringField() string
- func (*CustomOptions) ProtoMessage()
- func (x *CustomOptions) ProtoReflect() protoreflect.Message
- func (x *CustomOptions) Reset()
- func (x *CustomOptions) String() string
- type CustomOptions_StringField
- type NestedReference
- func (*NestedReference) Descriptor() ([]byte, []int)deprecated
- func (x *NestedReference) GetNestedMessage() *proto3.TestAllTypes_NestedMessage
- func (*NestedReference) ProtoMessage()
- func (x *NestedReference) ProtoReflect() protoreflect.Message
- func (x *NestedReference) Reset()
- func (x *NestedReference) String() string
Constants ¶
This section is empty.
Variables ¶
View Source
var File_buf_protoschema_test_v1_bq_wkt_test_proto protoreflect.FileDescriptor
View Source
var File_buf_protoschema_test_v1_test_cases_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type BigQueryWellknownTypeTest ¶
type BigQueryWellknownTypeTest struct { JsonValue *structpb.Value `protobuf:"bytes,1,opt,name=json_value,json=jsonValue" json:"json_value,omitempty"` // contains filtered or unexported fields }
func (*BigQueryWellknownTypeTest) Descriptor
deprecated
func (*BigQueryWellknownTypeTest) Descriptor() ([]byte, []int)
Deprecated: Use BigQueryWellknownTypeTest.ProtoReflect.Descriptor instead.
func (*BigQueryWellknownTypeTest) GetJsonValue ¶
func (x *BigQueryWellknownTypeTest) GetJsonValue() *structpb.Value
func (*BigQueryWellknownTypeTest) ProtoMessage ¶
func (*BigQueryWellknownTypeTest) ProtoMessage()
func (*BigQueryWellknownTypeTest) ProtoReflect ¶
func (x *BigQueryWellknownTypeTest) ProtoReflect() protoreflect.Message
func (*BigQueryWellknownTypeTest) Reset ¶
func (x *BigQueryWellknownTypeTest) Reset()
func (*BigQueryWellknownTypeTest) String ¶
func (x *BigQueryWellknownTypeTest) String() string
type CustomBigQuery ¶
type CustomBigQuery struct { Int32Field int32 `protobuf:"varint,1,opt,name=int32_field,json=int32Field,proto3" json:"int32_field,omitempty"` StringField string `protobuf:"bytes,2,opt,name=string_field,json=stringField,proto3" json:"string_field,omitempty"` NestedReference *NestedReference `protobuf:"bytes,3,opt,name=nested_reference,json=nestedReference,proto3" json:"nested_reference,omitempty"` // contains filtered or unexported fields }
func (*CustomBigQuery) Descriptor
deprecated
func (*CustomBigQuery) Descriptor() ([]byte, []int)
Deprecated: Use CustomBigQuery.ProtoReflect.Descriptor instead.
func (*CustomBigQuery) GetInt32Field ¶
func (x *CustomBigQuery) GetInt32Field() int32
func (*CustomBigQuery) GetNestedReference ¶
func (x *CustomBigQuery) GetNestedReference() *NestedReference
func (*CustomBigQuery) GetStringField ¶
func (x *CustomBigQuery) GetStringField() string
func (*CustomBigQuery) ProtoMessage ¶
func (*CustomBigQuery) ProtoMessage()
func (*CustomBigQuery) ProtoReflect ¶
func (x *CustomBigQuery) ProtoReflect() protoreflect.Message
func (*CustomBigQuery) Reset ¶
func (x *CustomBigQuery) Reset()
func (*CustomBigQuery) String ¶
func (x *CustomBigQuery) String() string
type CustomOptions ¶
type CustomOptions struct { Int32Field []int32 `protobuf:"varint,1,rep,packed,name=int32_field,json=int32Field,proto3" json:"int32_field,omitempty"` // Types that are assignable to Kind: // // *CustomOptions_StringField Kind isCustomOptions_Kind `protobuf_oneof:"kind"` // contains filtered or unexported fields }
func (*CustomOptions) Descriptor
deprecated
func (*CustomOptions) Descriptor() ([]byte, []int)
Deprecated: Use CustomOptions.ProtoReflect.Descriptor instead.
func (*CustomOptions) GetInt32Field ¶
func (x *CustomOptions) GetInt32Field() []int32
func (*CustomOptions) GetKind ¶
func (m *CustomOptions) GetKind() isCustomOptions_Kind
func (*CustomOptions) GetStringField ¶
func (x *CustomOptions) GetStringField() string
func (*CustomOptions) ProtoMessage ¶
func (*CustomOptions) ProtoMessage()
func (*CustomOptions) ProtoReflect ¶
func (x *CustomOptions) ProtoReflect() protoreflect.Message
func (*CustomOptions) Reset ¶
func (x *CustomOptions) Reset()
func (*CustomOptions) String ¶
func (x *CustomOptions) String() string
type CustomOptions_StringField ¶
type CustomOptions_StringField struct {
StringField string `protobuf:"bytes,2,opt,name=string_field,json=stringField,proto3,oneof"`
}
type NestedReference ¶
type NestedReference struct { NestedMessage *proto3.TestAllTypes_NestedMessage `protobuf:"bytes,1,opt,name=nested_message,json=nestedMessage,proto3" json:"nested_message,omitempty"` // contains filtered or unexported fields }
func (*NestedReference) Descriptor
deprecated
func (*NestedReference) Descriptor() ([]byte, []int)
Deprecated: Use NestedReference.ProtoReflect.Descriptor instead.
func (*NestedReference) GetNestedMessage ¶
func (x *NestedReference) GetNestedMessage() *proto3.TestAllTypes_NestedMessage
func (*NestedReference) ProtoMessage ¶
func (*NestedReference) ProtoMessage()
func (*NestedReference) ProtoReflect ¶
func (x *NestedReference) ProtoReflect() protoreflect.Message
func (*NestedReference) Reset ¶
func (x *NestedReference) Reset()
func (*NestedReference) String ¶
func (x *NestedReference) String() string
Click to show internal directories.
Click to hide internal directories.