well_known

package
v0.0.0-...-e3b3a0b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 5, 2024 License: MIT Imports: 12 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var File_well_known_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type Holder

type Holder struct {
	Empty       *emptypb.Empty          `protobuf:"bytes,1,opt,name=empty,proto3" json:"empty,omitempty"`
	Timestamp   *timestamppb.Timestamp  `protobuf:"bytes,2,opt,name=timestamp,proto3" json:"timestamp,omitempty"`
	Duration    *durationpb.Duration    `protobuf:"bytes,3,opt,name=duration,proto3" json:"duration,omitempty"`
	FieldMask   *fieldmaskpb.FieldMask  `protobuf:"bytes,4,opt,name=field_mask,json=fieldMask,proto3" json:"field_mask,omitempty"`
	BoolValue   *wrapperspb.BoolValue   `protobuf:"bytes,5,opt,name=bool_value,json=boolValue,proto3" json:"bool_value,omitempty"`
	Int32Value  *wrapperspb.Int32Value  `protobuf:"bytes,6,opt,name=int32_value,json=int32Value,proto3" json:"int32_value,omitempty"`
	Int64Value  *wrapperspb.Int64Value  `protobuf:"bytes,7,opt,name=int64_value,json=int64Value,proto3" json:"int64_value,omitempty"`
	Uint32Value *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=uint32_value,json=uint32Value,proto3" json:"uint32_value,omitempty"`
	Uint64Value *wrapperspb.UInt64Value `protobuf:"bytes,9,opt,name=uint64_value,json=uint64Value,proto3" json:"uint64_value,omitempty"`
	FloatValue  *wrapperspb.FloatValue  `protobuf:"bytes,10,opt,name=float_value,json=floatValue,proto3" json:"float_value,omitempty"`
	DoubleValue *wrapperspb.DoubleValue `protobuf:"bytes,11,opt,name=double_value,json=doubleValue,proto3" json:"double_value,omitempty"`
	StringValue *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=string_value,json=stringValue,proto3" json:"string_value,omitempty"`
	BytesValue  *wrapperspb.BytesValue  `protobuf:"bytes,13,opt,name=bytes_value,json=bytesValue,proto3" json:"bytes_value,omitempty"`
	Struct      *structpb.Struct        `protobuf:"bytes,14,opt,name=struct,proto3" json:"struct,omitempty"`
	ListValue   *structpb.ListValue     `protobuf:"bytes,15,opt,name=list_value,json=listValue,proto3" json:"list_value,omitempty"`
	Value       *structpb.Value         `protobuf:"bytes,16,opt,name=value,proto3" json:"value,omitempty"`
	Any         *anypb.Any              `protobuf:"bytes,17,opt,name=any,proto3" json:"any,omitempty"`
	// contains filtered or unexported fields
}

func (*Holder) Descriptor deprecated

func (*Holder) Descriptor() ([]byte, []int)

Deprecated: Use Holder.ProtoReflect.Descriptor instead.

func (*Holder) GetAny

func (x *Holder) GetAny() *anypb.Any

func (*Holder) GetBoolValue

func (x *Holder) GetBoolValue() *wrapperspb.BoolValue

func (*Holder) GetBytesValue

func (x *Holder) GetBytesValue() *wrapperspb.BytesValue

func (*Holder) GetDoubleValue

func (x *Holder) GetDoubleValue() *wrapperspb.DoubleValue

func (*Holder) GetDuration

func (x *Holder) GetDuration() *durationpb.Duration

func (*Holder) GetEmpty

func (x *Holder) GetEmpty() *emptypb.Empty

func (*Holder) GetFieldMask

func (x *Holder) GetFieldMask() *fieldmaskpb.FieldMask

func (*Holder) GetFloatValue

func (x *Holder) GetFloatValue() *wrapperspb.FloatValue

func (*Holder) GetInt32Value

func (x *Holder) GetInt32Value() *wrapperspb.Int32Value

func (*Holder) GetInt64Value

func (x *Holder) GetInt64Value() *wrapperspb.Int64Value

func (*Holder) GetListValue

func (x *Holder) GetListValue() *structpb.ListValue

func (*Holder) GetStringValue

func (x *Holder) GetStringValue() *wrapperspb.StringValue

func (*Holder) GetStruct

func (x *Holder) GetStruct() *structpb.Struct

func (*Holder) GetTimestamp

func (x *Holder) GetTimestamp() *timestamppb.Timestamp

func (*Holder) GetUint32Value

func (x *Holder) GetUint32Value() *wrapperspb.UInt32Value

func (*Holder) GetUint64Value

func (x *Holder) GetUint64Value() *wrapperspb.UInt64Value

func (*Holder) GetValue

func (x *Holder) GetValue() *structpb.Value

func (*Holder) PathBuilder

func (x *Holder) PathBuilder() IHolderPathBuilder

PathBuilder returns the field path for Holder

func (*Holder) ProtoMessage

func (*Holder) ProtoMessage()

func (*Holder) ProtoReflect

func (x *Holder) ProtoReflect() protoreflect.Message

func (*Holder) Reset

func (x *Holder) Reset()

func (*Holder) String

func (x *Holder) String() string

type IHolderPathBuilder

IHolderPathBuilder is the interface for the field path of Holder

func NewHolderPathBuilder

func NewHolderPathBuilder(fieldPath string) IHolderPathBuilder

NewHolderPathBuilder creates a new holderPathBuilder

type IOneOfHolderPathBuilder

IOneOfHolderPathBuilder is the interface for the field path of OneOfHolder

func NewOneOfHolderPathBuilder

func NewOneOfHolderPathBuilder(fieldPath string) IOneOfHolderPathBuilder

NewOneOfHolderPathBuilder creates a new oneOfHolderPathBuilder

type OneOfHolder

type OneOfHolder struct {

	// Types that are assignable to Various:
	//
	//	*OneOfHolder_Empty
	//	*OneOfHolder_Timestamp
	//	*OneOfHolder_Duration
	//	*OneOfHolder_FieldMask
	//	*OneOfHolder_BoolValue
	//	*OneOfHolder_Int32Value
	//	*OneOfHolder_Int64Value
	//	*OneOfHolder_Uint32Value
	//	*OneOfHolder_Uint64Value
	//	*OneOfHolder_FloatValue
	//	*OneOfHolder_DoubleValue
	//	*OneOfHolder_StringValue
	//	*OneOfHolder_BytesValue
	//	*OneOfHolder_Struct
	//	*OneOfHolder_ListValue
	//	*OneOfHolder_Value
	//	*OneOfHolder_Any
	Various isOneOfHolder_Various `protobuf_oneof:"various"`
	// contains filtered or unexported fields
}

func (*OneOfHolder) Descriptor deprecated

func (*OneOfHolder) Descriptor() ([]byte, []int)

Deprecated: Use OneOfHolder.ProtoReflect.Descriptor instead.

func (*OneOfHolder) GetAny

func (x *OneOfHolder) GetAny() *anypb.Any

func (*OneOfHolder) GetBoolValue

func (x *OneOfHolder) GetBoolValue() *wrapperspb.BoolValue

func (*OneOfHolder) GetBytesValue

func (x *OneOfHolder) GetBytesValue() *wrapperspb.BytesValue

func (*OneOfHolder) GetDoubleValue

func (x *OneOfHolder) GetDoubleValue() *wrapperspb.DoubleValue

func (*OneOfHolder) GetDuration

func (x *OneOfHolder) GetDuration() *durationpb.Duration

func (*OneOfHolder) GetEmpty

func (x *OneOfHolder) GetEmpty() *emptypb.Empty

func (*OneOfHolder) GetFieldMask

func (x *OneOfHolder) GetFieldMask() *fieldmaskpb.FieldMask

func (*OneOfHolder) GetFloatValue

func (x *OneOfHolder) GetFloatValue() *wrapperspb.FloatValue

func (*OneOfHolder) GetInt32Value

func (x *OneOfHolder) GetInt32Value() *wrapperspb.Int32Value

func (*OneOfHolder) GetInt64Value

func (x *OneOfHolder) GetInt64Value() *wrapperspb.Int64Value

func (*OneOfHolder) GetListValue

func (x *OneOfHolder) GetListValue() *structpb.ListValue

func (*OneOfHolder) GetStringValue

func (x *OneOfHolder) GetStringValue() *wrapperspb.StringValue

func (*OneOfHolder) GetStruct

func (x *OneOfHolder) GetStruct() *structpb.Struct

func (*OneOfHolder) GetTimestamp

func (x *OneOfHolder) GetTimestamp() *timestamppb.Timestamp

func (*OneOfHolder) GetUint32Value

func (x *OneOfHolder) GetUint32Value() *wrapperspb.UInt32Value

func (*OneOfHolder) GetUint64Value

func (x *OneOfHolder) GetUint64Value() *wrapperspb.UInt64Value

func (*OneOfHolder) GetValue

func (x *OneOfHolder) GetValue() *structpb.Value

func (*OneOfHolder) GetVarious

func (m *OneOfHolder) GetVarious() isOneOfHolder_Various

func (*OneOfHolder) PathBuilder

func (x *OneOfHolder) PathBuilder() IOneOfHolderPathBuilder

PathBuilder returns the field path for OneOfHolder

func (*OneOfHolder) ProtoMessage

func (*OneOfHolder) ProtoMessage()

func (*OneOfHolder) ProtoReflect

func (x *OneOfHolder) ProtoReflect() protoreflect.Message

func (*OneOfHolder) Reset

func (x *OneOfHolder) Reset()

func (*OneOfHolder) String

func (x *OneOfHolder) String() string

type OneOfHolder_Any

type OneOfHolder_Any struct {
	Any *anypb.Any `protobuf:"bytes,17,opt,name=any,proto3,oneof"`
}

type OneOfHolder_BoolValue

type OneOfHolder_BoolValue struct {
	BoolValue *wrapperspb.BoolValue `protobuf:"bytes,5,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type OneOfHolder_BytesValue

type OneOfHolder_BytesValue struct {
	BytesValue *wrapperspb.BytesValue `protobuf:"bytes,13,opt,name=bytes_value,json=bytesValue,proto3,oneof"`
}

type OneOfHolder_DoubleValue

type OneOfHolder_DoubleValue struct {
	DoubleValue *wrapperspb.DoubleValue `protobuf:"bytes,11,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type OneOfHolder_Duration

type OneOfHolder_Duration struct {
	Duration *durationpb.Duration `protobuf:"bytes,3,opt,name=duration,proto3,oneof"`
}

type OneOfHolder_Empty

type OneOfHolder_Empty struct {
	Empty *emptypb.Empty `protobuf:"bytes,1,opt,name=empty,proto3,oneof"`
}

type OneOfHolder_FieldMask

type OneOfHolder_FieldMask struct {
	FieldMask *fieldmaskpb.FieldMask `protobuf:"bytes,4,opt,name=field_mask,json=fieldMask,proto3,oneof"`
}

type OneOfHolder_FloatValue

type OneOfHolder_FloatValue struct {
	FloatValue *wrapperspb.FloatValue `protobuf:"bytes,10,opt,name=float_value,json=floatValue,proto3,oneof"`
}

type OneOfHolder_Int32Value

type OneOfHolder_Int32Value struct {
	Int32Value *wrapperspb.Int32Value `protobuf:"bytes,6,opt,name=int32_value,json=int32Value,proto3,oneof"`
}

type OneOfHolder_Int64Value

type OneOfHolder_Int64Value struct {
	Int64Value *wrapperspb.Int64Value `protobuf:"bytes,7,opt,name=int64_value,json=int64Value,proto3,oneof"`
}

type OneOfHolder_ListValue

type OneOfHolder_ListValue struct {
	ListValue *structpb.ListValue `protobuf:"bytes,15,opt,name=list_value,json=listValue,proto3,oneof"`
}

type OneOfHolder_StringValue

type OneOfHolder_StringValue struct {
	StringValue *wrapperspb.StringValue `protobuf:"bytes,12,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type OneOfHolder_Struct

type OneOfHolder_Struct struct {
	Struct *structpb.Struct `protobuf:"bytes,14,opt,name=struct,proto3,oneof"`
}

type OneOfHolder_Timestamp

type OneOfHolder_Timestamp struct {
	Timestamp *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=timestamp,proto3,oneof"`
}

type OneOfHolder_Uint32Value

type OneOfHolder_Uint32Value struct {
	Uint32Value *wrapperspb.UInt32Value `protobuf:"bytes,8,opt,name=uint32_value,json=uint32Value,proto3,oneof"`
}

type OneOfHolder_Uint64Value

type OneOfHolder_Uint64Value struct {
	Uint64Value *wrapperspb.UInt64Value `protobuf:"bytes,9,opt,name=uint64_value,json=uint64Value,proto3,oneof"`
}

type OneOfHolder_Value

type OneOfHolder_Value struct {
	Value *structpb.Value `protobuf:"bytes,16,opt,name=value,proto3,oneof"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL