objectsv1beta1

package
v1.36.11-2026020416421... Latest Latest
Warning

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

Go to latest
Published: unknown License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const Value_AnyValue_case case_Value_Value = 5
View Source
const Value_ArrayValue_case case_Value_Value = 10
View Source
const Value_BoolValue_case case_Value_Value = 2
View Source
const Value_BytesValue_case case_Value_Value = 8
View Source
const Value_DoubleValue_case case_Value_Value = 4
View Source
const Value_DurationValue_case case_Value_Value = 12
View Source
const Value_GeoPointValue_case case_Value_Value = 9
View Source
const Value_IntegerValue_case case_Value_Value = 3
View Source
const Value_MapValue_case case_Value_Value = 11
View Source
const Value_NullValue_case case_Value_Value = 1
View Source
const Value_StringValue_case case_Value_Value = 7
View Source
const Value_UnsignedIntegerValue_case case_Value_Value = 14
View Source
const Value_ValueTime_case case_Value_Value = 6
View Source
const Value_Value_not_set_case case_Value_Value = 0

Variables

View Source
var File_indykite_objects_v1beta1_struct_proto protoreflect.FileDescriptor

Functions

This section is empty.

Types

type ArrayValue

type ArrayValue struct {

	// Values in the array.
	Values []*Value `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

An array value.

func (*ArrayValue) GetValues

func (x *ArrayValue) GetValues() []*Value

func (*ArrayValue) ProtoMessage

func (*ArrayValue) ProtoMessage()

func (*ArrayValue) ProtoReflect

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

func (*ArrayValue) Reset

func (x *ArrayValue) Reset()

func (*ArrayValue) SetValues

func (x *ArrayValue) SetValues(v []*Value)

func (*ArrayValue) String

func (x *ArrayValue) String() string

type ArrayValue_builder

type ArrayValue_builder struct {

	// Values in the array.
	Values []*Value
	// contains filtered or unexported fields
}

func (ArrayValue_builder) Build

func (b0 ArrayValue_builder) Build() *ArrayValue

type MapValue

type MapValue struct {

	// The map's keys and values.
	Fields map[string]*Value `` /* 139-byte string literal not displayed */
	// contains filtered or unexported fields
}

A map value.

func (*MapValue) GetFields

func (x *MapValue) GetFields() map[string]*Value

func (*MapValue) ProtoMessage

func (*MapValue) ProtoMessage()

func (*MapValue) ProtoReflect

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

func (*MapValue) Reset

func (x *MapValue) Reset()

func (*MapValue) SetFields

func (x *MapValue) SetFields(v map[string]*Value)

func (*MapValue) String

func (x *MapValue) String() string

type MapValue_builder

type MapValue_builder struct {

	// The map's keys and values.
	Fields map[string]*Value
	// contains filtered or unexported fields
}

func (MapValue_builder) Build

func (b0 MapValue_builder) Build() *MapValue

type Value

type Value struct {

	// Must have a value set.
	//
	// Types that are valid to be assigned to Value:
	//
	//	*Value_NullValue
	//	*Value_BoolValue
	//	*Value_IntegerValue
	//	*Value_UnsignedIntegerValue
	//	*Value_DoubleValue
	//	*Value_AnyValue
	//	*Value_ValueTime
	//	*Value_DurationValue
	//	*Value_StringValue
	//	*Value_BytesValue
	//	*Value_GeoPointValue
	//	*Value_ArrayValue
	//	*Value_MapValue
	Value isValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

A message that can hold any of the supported value types.

func (*Value) ClearAnyValue

func (x *Value) ClearAnyValue()

func (*Value) ClearArrayValue

func (x *Value) ClearArrayValue()

func (*Value) ClearBoolValue

func (x *Value) ClearBoolValue()

func (*Value) ClearBytesValue

func (x *Value) ClearBytesValue()

func (*Value) ClearDoubleValue

func (x *Value) ClearDoubleValue()

func (*Value) ClearDurationValue

func (x *Value) ClearDurationValue()

func (*Value) ClearGeoPointValue

func (x *Value) ClearGeoPointValue()

func (*Value) ClearIntegerValue

func (x *Value) ClearIntegerValue()

func (*Value) ClearMapValue

func (x *Value) ClearMapValue()

func (*Value) ClearNullValue

func (x *Value) ClearNullValue()

func (*Value) ClearStringValue

func (x *Value) ClearStringValue()

func (*Value) ClearUnsignedIntegerValue

func (x *Value) ClearUnsignedIntegerValue()

func (*Value) ClearValue

func (x *Value) ClearValue()

func (*Value) ClearValueTime

func (x *Value) ClearValueTime()

func (*Value) GetAnyValue

func (x *Value) GetAnyValue() *anypb.Any

func (*Value) GetArrayValue

func (x *Value) GetArrayValue() *ArrayValue

func (*Value) GetBoolValue

func (x *Value) GetBoolValue() bool

func (*Value) GetBytesValue

func (x *Value) GetBytesValue() []byte

func (*Value) GetDoubleValue

func (x *Value) GetDoubleValue() float64

func (*Value) GetDurationValue

func (x *Value) GetDurationValue() *durationpb.Duration

func (*Value) GetGeoPointValue

func (x *Value) GetGeoPointValue() *latlng.LatLng

func (*Value) GetIntegerValue

func (x *Value) GetIntegerValue() int64

func (*Value) GetMapValue

func (x *Value) GetMapValue() *MapValue

func (*Value) GetNullValue

func (x *Value) GetNullValue() structpb.NullValue

func (*Value) GetStringValue

func (x *Value) GetStringValue() string

func (*Value) GetUnsignedIntegerValue

func (x *Value) GetUnsignedIntegerValue() uint64

func (*Value) GetValue

func (x *Value) GetValue() isValue_Value

func (*Value) GetValueTime

func (x *Value) GetValueTime() *timestamppb.Timestamp

func (*Value) HasAnyValue

func (x *Value) HasAnyValue() bool

func (*Value) HasArrayValue

func (x *Value) HasArrayValue() bool

func (*Value) HasBoolValue

func (x *Value) HasBoolValue() bool

func (*Value) HasBytesValue

func (x *Value) HasBytesValue() bool

func (*Value) HasDoubleValue

func (x *Value) HasDoubleValue() bool

func (*Value) HasDurationValue

func (x *Value) HasDurationValue() bool

func (*Value) HasGeoPointValue

func (x *Value) HasGeoPointValue() bool

func (*Value) HasIntegerValue

func (x *Value) HasIntegerValue() bool

func (*Value) HasMapValue

func (x *Value) HasMapValue() bool

func (*Value) HasNullValue

func (x *Value) HasNullValue() bool

func (*Value) HasStringValue

func (x *Value) HasStringValue() bool

func (*Value) HasUnsignedIntegerValue

func (x *Value) HasUnsignedIntegerValue() bool

func (*Value) HasValue

func (x *Value) HasValue() bool

func (*Value) HasValueTime

func (x *Value) HasValueTime() bool

func (*Value) ProtoMessage

func (*Value) ProtoMessage()

func (*Value) ProtoReflect

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

func (*Value) Reset

func (x *Value) Reset()

func (*Value) SetAnyValue

func (x *Value) SetAnyValue(v *anypb.Any)

func (*Value) SetArrayValue

func (x *Value) SetArrayValue(v *ArrayValue)

func (*Value) SetBoolValue

func (x *Value) SetBoolValue(v bool)

func (*Value) SetBytesValue

func (x *Value) SetBytesValue(v []byte)

func (*Value) SetDoubleValue

func (x *Value) SetDoubleValue(v float64)

func (*Value) SetDurationValue

func (x *Value) SetDurationValue(v *durationpb.Duration)

func (*Value) SetGeoPointValue

func (x *Value) SetGeoPointValue(v *latlng.LatLng)

func (*Value) SetIntegerValue

func (x *Value) SetIntegerValue(v int64)

func (*Value) SetMapValue

func (x *Value) SetMapValue(v *MapValue)

func (*Value) SetNullValue

func (x *Value) SetNullValue(v structpb.NullValue)

func (*Value) SetStringValue

func (x *Value) SetStringValue(v string)

func (*Value) SetUnsignedIntegerValue

func (x *Value) SetUnsignedIntegerValue(v uint64)

func (*Value) SetValueTime

func (x *Value) SetValueTime(v *timestamppb.Timestamp)

func (*Value) String

func (x *Value) String() string

func (*Value) WhichValue

func (x *Value) WhichValue() case_Value_Value

type Value_AnyValue

type Value_AnyValue struct {
	// An Any value.
	AnyValue *anypb.Any `protobuf:"bytes,5,opt,name=any_value,json=anyValue,proto3,oneof"`
}

type Value_ArrayValue

type Value_ArrayValue struct {
	// An array value.
	ArrayValue *ArrayValue `protobuf:"bytes,10,opt,name=array_value,json=arrayValue,proto3,oneof"`
}

type Value_BoolValue

type Value_BoolValue struct {
	// A boolean value.
	BoolValue bool `protobuf:"varint,2,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type Value_BytesValue

type Value_BytesValue struct {
	// A bytes value.
	BytesValue []byte `protobuf:"bytes,8,opt,name=bytes_value,json=bytesValue,proto3,oneof"`
}

type Value_DoubleValue

type Value_DoubleValue struct {
	// A double value.
	DoubleValue float64 `protobuf:"fixed64,4,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type Value_DurationValue

type Value_DurationValue struct {
	// A duration value.
	DurationValue *durationpb.Duration `protobuf:"bytes,12,opt,name=duration_value,json=durationValue,proto3,oneof"`
}

type Value_GeoPointValue

type Value_GeoPointValue struct {
	// A geo point value representing a point on the surface of Earth.
	GeoPointValue *latlng.LatLng `protobuf:"bytes,9,opt,name=geo_point_value,json=geoPointValue,proto3,oneof"`
}

type Value_IntegerValue

type Value_IntegerValue struct {
	// An integer value.
	IntegerValue int64 `protobuf:"varint,3,opt,name=integer_value,json=integerValue,proto3,oneof"`
}

type Value_MapValue

type Value_MapValue struct {
	// A map value.
	MapValue *MapValue `protobuf:"bytes,11,opt,name=map_value,json=mapValue,proto3,oneof"`
}

type Value_NullValue

type Value_NullValue struct {
	// A null value.
	NullValue structpb.NullValue `protobuf:"varint,1,opt,name=null_value,json=nullValue,proto3,enum=google.protobuf.NullValue,oneof"`
}

type Value_StringValue

type Value_StringValue struct {
	// A string value.
	StringValue string `protobuf:"bytes,7,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type Value_UnsignedIntegerValue

type Value_UnsignedIntegerValue struct {
	// An integer value.
	UnsignedIntegerValue uint64 `protobuf:"varint,14,opt,name=unsigned_integer_value,json=unsignedIntegerValue,proto3,oneof"`
}

type Value_ValueTime

type Value_ValueTime struct {
	// A timestamp value.
	ValueTime *timestamppb.Timestamp `protobuf:"bytes,6,opt,name=value_time,json=valueTime,proto3,oneof"`
}

type Value_builder

type Value_builder struct {

	// Fields of oneof Value:
	// A null value.
	NullValue *structpb.NullValue
	// A boolean value.
	BoolValue *bool
	// An integer value.
	IntegerValue *int64
	// An integer value.
	UnsignedIntegerValue *uint64
	// A double value.
	DoubleValue *float64
	// An Any value.
	AnyValue *anypb.Any
	// A timestamp value.
	ValueTime *timestamppb.Timestamp
	// A duration value.
	DurationValue *durationpb.Duration
	// A string value.
	StringValue *string
	// A bytes value.
	BytesValue []byte
	// A geo point value representing a point on the surface of Earth.
	GeoPointValue *latlng.LatLng
	// An array value.
	ArrayValue *ArrayValue
	// A map value.
	MapValue *MapValue
	// contains filtered or unexported fields
}

func (Value_builder) Build

func (b0 Value_builder) Build() *Value

Source Files

  • struct.pb.go

Jump to

Keyboard shortcuts

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