Documentation ¶
Index ¶
- Variables
- type MessageWithWKT
- func (m *MessageWithWKT) CloneMessageVT() proto.Message
- func (m *MessageWithWKT) CloneVT() *MessageWithWKT
- func (*MessageWithWKT) Descriptor() ([]byte, []int)deprecated
- func (this *MessageWithWKT) EqualMessageVT(thatMsg proto.Message) bool
- func (this *MessageWithWKT) EqualVT(that *MessageWithWKT) bool
- func (x *MessageWithWKT) GetAny() *anypb.Any
- func (x *MessageWithWKT) GetBoolValue() *wrapperspb.BoolValue
- func (x *MessageWithWKT) GetBytesValue() *wrapperspb.BytesValue
- func (x *MessageWithWKT) GetDoubleValue() *wrapperspb.DoubleValue
- func (x *MessageWithWKT) GetDuration() *durationpb.Duration
- func (x *MessageWithWKT) GetEmpty() *emptypb.Empty
- func (x *MessageWithWKT) GetFieldMask() *fieldmaskpb.FieldMask
- func (x *MessageWithWKT) GetFloatValue() *wrapperspb.FloatValue
- func (x *MessageWithWKT) GetInt32Value() *wrapperspb.Int32Value
- func (x *MessageWithWKT) GetInt64Value() *wrapperspb.Int64Value
- func (x *MessageWithWKT) GetListvalueValue() *structpb.ListValue
- func (x *MessageWithWKT) GetNullValue() structpb.NullValue
- func (x *MessageWithWKT) GetStringValue() *wrapperspb.StringValue
- func (x *MessageWithWKT) GetStructValue() *structpb.Struct
- func (x *MessageWithWKT) GetTimestamp() *timestamppb.Timestamp
- func (x *MessageWithWKT) GetUint32Value() *wrapperspb.UInt32Value
- func (x *MessageWithWKT) GetUint64Value() *wrapperspb.UInt64Value
- func (x *MessageWithWKT) GetValueValue() *structpb.Value
- func (m *MessageWithWKT) MarshalToSizedBufferVT(dAtA []byte) (int, error)
- func (m *MessageWithWKT) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
- func (m *MessageWithWKT) MarshalToVT(dAtA []byte) (int, error)
- func (m *MessageWithWKT) MarshalToVTStrict(dAtA []byte) (int, error)
- func (m *MessageWithWKT) MarshalVT() (dAtA []byte, err error)
- func (m *MessageWithWKT) MarshalVTStrict() (dAtA []byte, err error)
- func (*MessageWithWKT) ProtoMessage()
- func (x *MessageWithWKT) ProtoReflect() protoreflect.Message
- func (x *MessageWithWKT) Reset()
- func (m *MessageWithWKT) SizeVT() (n int)
- func (x *MessageWithWKT) String() string
- func (m *MessageWithWKT) UnmarshalVT(dAtA []byte) error
- func (m *MessageWithWKT) UnmarshalVTUnsafe(dAtA []byte) error
Constants ¶
This section is empty.
Variables ¶
View Source
var File_wkt_wkt_proto protoreflect.FileDescriptor
Functions ¶
This section is empty.
Types ¶
type MessageWithWKT ¶
type MessageWithWKT struct { Any *anypb.Any `protobuf:"bytes,1,opt,name=any,proto3" json:"any,omitempty"` Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"` Empty *emptypb.Empty `protobuf:"bytes,3,opt,name=empty,proto3" json:"empty,omitempty"` FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,4,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"` Timestamp *timestamppb.Timestamp `protobuf:"bytes,5,opt,name=timestamp,proto3" json:"timestamp,omitempty"` DoubleValue *wrapperspb.DoubleValue `protobuf:"bytes,6,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"` FloatValue *wrapperspb.FloatValue `protobuf:"bytes,7,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"` Int64Value *wrapperspb.Int64Value `protobuf:"bytes,8,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"` Uint64Value *wrapperspb.UInt64Value `protobuf:"bytes,9,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"` Int32Value *wrapperspb.Int32Value `protobuf:"bytes,10,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"` Uint32Value *wrapperspb.UInt32Value `protobuf:"bytes,11,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"` BoolValue *wrapperspb.BoolValue `protobuf:"bytes,12,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"` StringValue *wrapperspb.StringValue `protobuf:"bytes,13,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"` BytesValue *wrapperspb.BytesValue `protobuf:"bytes,14,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"` StructValue *structpb.Struct `protobuf:"bytes,15,opt,name=struct_value,json=structValue,proto3" json:"struct_value,omitempty"` ValueValue *structpb.Value `protobuf:"bytes,16,opt,name=value_value,json=valueValue,proto3" json:"value_value,omitempty"` ListvalueValue *structpb.ListValue `protobuf:"bytes,17,opt,name=listvalue_value,json=listvalueValue,proto3" json:"listvalue_value,omitempty"` NullValue structpb.NullValue `protobuf:"varint,18,opt,name=null_value,json=nullValue,proto3,enum=google.protobuf.NullValue" json:"null_value,omitempty"` // contains filtered or unexported fields }
func (*MessageWithWKT) CloneMessageVT ¶
func (m *MessageWithWKT) CloneMessageVT() proto.Message
func (*MessageWithWKT) CloneVT ¶
func (m *MessageWithWKT) CloneVT() *MessageWithWKT
func (*MessageWithWKT) Descriptor
deprecated
func (*MessageWithWKT) Descriptor() ([]byte, []int)
Deprecated: Use MessageWithWKT.ProtoReflect.Descriptor instead.
func (*MessageWithWKT) EqualMessageVT ¶
func (this *MessageWithWKT) EqualMessageVT(thatMsg proto.Message) bool
func (*MessageWithWKT) EqualVT ¶
func (this *MessageWithWKT) EqualVT(that *MessageWithWKT) bool
func (*MessageWithWKT) GetAny ¶
func (x *MessageWithWKT) GetAny() *anypb.Any
func (*MessageWithWKT) GetBoolValue ¶
func (x *MessageWithWKT) GetBoolValue() *wrapperspb.BoolValue
func (*MessageWithWKT) GetBytesValue ¶
func (x *MessageWithWKT) GetBytesValue() *wrapperspb.BytesValue
func (*MessageWithWKT) GetDoubleValue ¶
func (x *MessageWithWKT) GetDoubleValue() *wrapperspb.DoubleValue
func (*MessageWithWKT) GetDuration ¶
func (x *MessageWithWKT) GetDuration() *durationpb.Duration
func (*MessageWithWKT) GetEmpty ¶
func (x *MessageWithWKT) GetEmpty() *emptypb.Empty
func (*MessageWithWKT) GetFieldMask ¶
func (x *MessageWithWKT) GetFieldMask() *fieldmaskpb.FieldMask
func (*MessageWithWKT) GetFloatValue ¶
func (x *MessageWithWKT) GetFloatValue() *wrapperspb.FloatValue
func (*MessageWithWKT) GetInt32Value ¶
func (x *MessageWithWKT) GetInt32Value() *wrapperspb.Int32Value
func (*MessageWithWKT) GetInt64Value ¶
func (x *MessageWithWKT) GetInt64Value() *wrapperspb.Int64Value
func (*MessageWithWKT) GetListvalueValue ¶
func (x *MessageWithWKT) GetListvalueValue() *structpb.ListValue
func (*MessageWithWKT) GetNullValue ¶
func (x *MessageWithWKT) GetNullValue() structpb.NullValue
func (*MessageWithWKT) GetStringValue ¶
func (x *MessageWithWKT) GetStringValue() *wrapperspb.StringValue
func (*MessageWithWKT) GetStructValue ¶
func (x *MessageWithWKT) GetStructValue() *structpb.Struct
func (*MessageWithWKT) GetTimestamp ¶
func (x *MessageWithWKT) GetTimestamp() *timestamppb.Timestamp
func (*MessageWithWKT) GetUint32Value ¶
func (x *MessageWithWKT) GetUint32Value() *wrapperspb.UInt32Value
func (*MessageWithWKT) GetUint64Value ¶
func (x *MessageWithWKT) GetUint64Value() *wrapperspb.UInt64Value
func (*MessageWithWKT) GetValueValue ¶
func (x *MessageWithWKT) GetValueValue() *structpb.Value
func (*MessageWithWKT) MarshalToSizedBufferVT ¶
func (m *MessageWithWKT) MarshalToSizedBufferVT(dAtA []byte) (int, error)
func (*MessageWithWKT) MarshalToSizedBufferVTStrict ¶
func (m *MessageWithWKT) MarshalToSizedBufferVTStrict(dAtA []byte) (int, error)
func (*MessageWithWKT) MarshalToVT ¶
func (m *MessageWithWKT) MarshalToVT(dAtA []byte) (int, error)
func (*MessageWithWKT) MarshalToVTStrict ¶
func (m *MessageWithWKT) MarshalToVTStrict(dAtA []byte) (int, error)
func (*MessageWithWKT) MarshalVT ¶
func (m *MessageWithWKT) MarshalVT() (dAtA []byte, err error)
func (*MessageWithWKT) MarshalVTStrict ¶
func (m *MessageWithWKT) MarshalVTStrict() (dAtA []byte, err error)
func (*MessageWithWKT) ProtoMessage ¶
func (*MessageWithWKT) ProtoMessage()
func (*MessageWithWKT) ProtoReflect ¶
func (x *MessageWithWKT) ProtoReflect() protoreflect.Message
func (*MessageWithWKT) Reset ¶
func (x *MessageWithWKT) Reset()
func (*MessageWithWKT) SizeVT ¶
func (m *MessageWithWKT) SizeVT() (n int)
func (*MessageWithWKT) String ¶
func (x *MessageWithWKT) String() string
func (*MessageWithWKT) UnmarshalVT ¶
func (m *MessageWithWKT) UnmarshalVT(dAtA []byte) error
func (*MessageWithWKT) UnmarshalVTUnsafe ¶
func (m *MessageWithWKT) UnmarshalVTUnsafe(dAtA []byte) error
Click to show internal directories.
Click to hide internal directories.