Versions in this module Expand all Collapse all v0 v0.5.2 Nov 27, 2022 Changes in this version + var File_api_proto protoreflect.FileDescriptor + var File_field_proto protoreflect.FileDescriptor + var File_index_proto protoreflect.FileDescriptor + var File_lookup_proto protoreflect.FileDescriptor + var File_segment_proto protoreflect.FileDescriptor + var GeoType_name = map[int32]string + var GeoType_value = map[string]int32 + var IndexService_ServiceDesc = grpc.ServiceDesc + var ScalarType_name = map[int32]string + var ScalarType_value = map[string]int32 + var SegmentService_ServiceDesc = grpc.ServiceDesc + var Status_name = map[int32]string + var Status_value = map[string]int32 + func RegisterIndexServiceServer(s grpc.ServiceRegistrar, srv IndexServiceServer) + func RegisterSegmentServiceServer(s grpc.ServiceRegistrar, srv SegmentServiceServer) + type AddIndexRequest struct + Index *IndexDefinition + func (*AddIndexRequest) Descriptor() ([]byte, []int) + func (*AddIndexRequest) ProtoMessage() + func (m *AddIndexRequest) Validate() error + func (m *AddIndexRequest) ValidateAll() error + func (x *AddIndexRequest) GetIndex() *IndexDefinition + func (x *AddIndexRequest) ProtoReflect() protoreflect.Message + func (x *AddIndexRequest) Reset() + func (x *AddIndexRequest) String() string + type AddIndexRequestMultiError []error + func (m AddIndexRequestMultiError) AllErrors() []error + func (m AddIndexRequestMultiError) Error() string + type AddIndexRequestValidationError struct + func (e AddIndexRequestValidationError) Cause() error + func (e AddIndexRequestValidationError) Error() string + func (e AddIndexRequestValidationError) ErrorName() string + func (e AddIndexRequestValidationError) Field() string + func (e AddIndexRequestValidationError) Key() bool + func (e AddIndexRequestValidationError) Reason() string + type AddIndexResponse struct + Ok bool + func (*AddIndexResponse) Descriptor() ([]byte, []int) + func (*AddIndexResponse) ProtoMessage() + func (m *AddIndexResponse) Validate() error + func (m *AddIndexResponse) ValidateAll() error + func (x *AddIndexResponse) GetOk() bool + func (x *AddIndexResponse) ProtoReflect() protoreflect.Message + func (x *AddIndexResponse) Reset() + func (x *AddIndexResponse) String() string + type AddIndexResponseMultiError []error + func (m AddIndexResponseMultiError) AllErrors() []error + func (m AddIndexResponseMultiError) Error() string + type AddIndexResponseValidationError struct + func (e AddIndexResponseValidationError) Cause() error + func (e AddIndexResponseValidationError) Error() string + func (e AddIndexResponseValidationError) ErrorName() string + func (e AddIndexResponseValidationError) Field() string + func (e AddIndexResponseValidationError) Key() bool + func (e AddIndexResponseValidationError) Reason() string + type DeleteIndexRequest struct + Name string + func (*DeleteIndexRequest) Descriptor() ([]byte, []int) + func (*DeleteIndexRequest) ProtoMessage() + func (m *DeleteIndexRequest) Validate() error + func (m *DeleteIndexRequest) ValidateAll() error + func (x *DeleteIndexRequest) GetName() string + func (x *DeleteIndexRequest) ProtoReflect() protoreflect.Message + func (x *DeleteIndexRequest) Reset() + func (x *DeleteIndexRequest) String() string + type DeleteIndexRequestMultiError []error + func (m DeleteIndexRequestMultiError) AllErrors() []error + func (m DeleteIndexRequestMultiError) Error() string + type DeleteIndexRequestValidationError struct + func (e DeleteIndexRequestValidationError) Cause() error + func (e DeleteIndexRequestValidationError) Error() string + func (e DeleteIndexRequestValidationError) ErrorName() string + func (e DeleteIndexRequestValidationError) Field() string + func (e DeleteIndexRequestValidationError) Key() bool + func (e DeleteIndexRequestValidationError) Reason() string + type DeleteIndexResponse struct + Index *IndexDefinition + func (*DeleteIndexResponse) Descriptor() ([]byte, []int) + func (*DeleteIndexResponse) ProtoMessage() + func (m *DeleteIndexResponse) Validate() error + func (m *DeleteIndexResponse) ValidateAll() error + func (x *DeleteIndexResponse) GetIndex() *IndexDefinition + func (x *DeleteIndexResponse) ProtoReflect() protoreflect.Message + func (x *DeleteIndexResponse) Reset() + func (x *DeleteIndexResponse) String() string + type DeleteIndexResponseMultiError []error + func (m DeleteIndexResponseMultiError) AllErrors() []error + func (m DeleteIndexResponseMultiError) Error() string + type DeleteIndexResponseValidationError struct + func (e DeleteIndexResponseValidationError) Cause() error + func (e DeleteIndexResponseValidationError) Error() string + func (e DeleteIndexResponseValidationError) ErrorName() string + func (e DeleteIndexResponseValidationError) Field() string + func (e DeleteIndexResponseValidationError) Key() bool + func (e DeleteIndexResponseValidationError) Reason() string + type DeleteSegmentRequest struct + Index string + Key *SegmentField + func (*DeleteSegmentRequest) Descriptor() ([]byte, []int) + func (*DeleteSegmentRequest) ProtoMessage() + func (m *DeleteSegmentRequest) Validate() error + func (m *DeleteSegmentRequest) ValidateAll() error + func (x *DeleteSegmentRequest) GetIndex() string + func (x *DeleteSegmentRequest) GetKey() *SegmentField + func (x *DeleteSegmentRequest) ProtoReflect() protoreflect.Message + func (x *DeleteSegmentRequest) Reset() + func (x *DeleteSegmentRequest) String() string + type DeleteSegmentRequestMultiError []error + func (m DeleteSegmentRequestMultiError) AllErrors() []error + func (m DeleteSegmentRequestMultiError) Error() string + type DeleteSegmentRequestValidationError struct + func (e DeleteSegmentRequestValidationError) Cause() error + func (e DeleteSegmentRequestValidationError) Error() string + func (e DeleteSegmentRequestValidationError) ErrorName() string + func (e DeleteSegmentRequestValidationError) Field() string + func (e DeleteSegmentRequestValidationError) Key() bool + func (e DeleteSegmentRequestValidationError) Reason() string + type DeleteSegmentResponse struct + func (*DeleteSegmentResponse) Descriptor() ([]byte, []int) + func (*DeleteSegmentResponse) ProtoMessage() + func (m *DeleteSegmentResponse) Validate() error + func (m *DeleteSegmentResponse) ValidateAll() error + func (x *DeleteSegmentResponse) ProtoReflect() protoreflect.Message + func (x *DeleteSegmentResponse) Reset() + func (x *DeleteSegmentResponse) String() string + type DeleteSegmentResponseMultiError []error + func (m DeleteSegmentResponseMultiError) AllErrors() []error + func (m DeleteSegmentResponseMultiError) Error() string + type DeleteSegmentResponseValidationError struct + func (e DeleteSegmentResponseValidationError) Cause() error + func (e DeleteSegmentResponseValidationError) Error() string + func (e DeleteSegmentResponseValidationError) ErrorName() string + func (e DeleteSegmentResponseValidationError) Field() string + func (e DeleteSegmentResponseValidationError) Key() bool + func (e DeleteSegmentResponseValidationError) Reason() string + type DescribeIndexRequest struct + Name string + func (*DescribeIndexRequest) Descriptor() ([]byte, []int) + func (*DescribeIndexRequest) ProtoMessage() + func (m *DescribeIndexRequest) Validate() error + func (m *DescribeIndexRequest) ValidateAll() error + func (x *DescribeIndexRequest) GetName() string + func (x *DescribeIndexRequest) ProtoReflect() protoreflect.Message + func (x *DescribeIndexRequest) Reset() + func (x *DescribeIndexRequest) String() string + type DescribeIndexRequestMultiError []error + func (m DescribeIndexRequestMultiError) AllErrors() []error + func (m DescribeIndexRequestMultiError) Error() string + type DescribeIndexRequestValidationError struct + func (e DescribeIndexRequestValidationError) Cause() error + func (e DescribeIndexRequestValidationError) Error() string + func (e DescribeIndexRequestValidationError) ErrorName() string + func (e DescribeIndexRequestValidationError) Field() string + func (e DescribeIndexRequestValidationError) Key() bool + func (e DescribeIndexRequestValidationError) Reason() string + type DescribeIndexResponse struct + Index *IndexDefinition + func (*DescribeIndexResponse) Descriptor() ([]byte, []int) + func (*DescribeIndexResponse) ProtoMessage() + func (m *DescribeIndexResponse) Validate() error + func (m *DescribeIndexResponse) ValidateAll() error + func (x *DescribeIndexResponse) GetIndex() *IndexDefinition + func (x *DescribeIndexResponse) ProtoReflect() protoreflect.Message + func (x *DescribeIndexResponse) Reset() + func (x *DescribeIndexResponse) String() string + type DescribeIndexResponseMultiError []error + func (m DescribeIndexResponseMultiError) AllErrors() []error + func (m DescribeIndexResponseMultiError) Error() string + type DescribeIndexResponseValidationError struct + func (e DescribeIndexResponseValidationError) Cause() error + func (e DescribeIndexResponseValidationError) Error() string + func (e DescribeIndexResponseValidationError) ErrorName() string + func (e DescribeIndexResponseValidationError) Field() string + func (e DescribeIndexResponseValidationError) Key() bool + func (e DescribeIndexResponseValidationError) Reason() string + type FieldDefinition struct + DataType isFieldDefinition_DataType + Fields []*FieldDefinition + IsPrimary bool + Name string + Repeated bool + func (*FieldDefinition) Descriptor() ([]byte, []int) + func (*FieldDefinition) ProtoMessage() + func (m *FieldDefinition) GetDataType() isFieldDefinition_DataType + func (m *FieldDefinition) Validate() error + func (m *FieldDefinition) ValidateAll() error + func (x *FieldDefinition) GetFields() []*FieldDefinition + func (x *FieldDefinition) GetGeo() GeoType + func (x *FieldDefinition) GetIsPrimary() bool + func (x *FieldDefinition) GetName() string + func (x *FieldDefinition) GetRepeated() bool + func (x *FieldDefinition) GetScalar() ScalarType + func (x *FieldDefinition) ProtoReflect() protoreflect.Message + func (x *FieldDefinition) Reset() + func (x *FieldDefinition) String() string + type FieldDefinitionMultiError []error + func (m FieldDefinitionMultiError) AllErrors() []error + func (m FieldDefinitionMultiError) Error() string + type FieldDefinitionValidationError struct + func (e FieldDefinitionValidationError) Cause() error + func (e FieldDefinitionValidationError) Error() string + func (e FieldDefinitionValidationError) ErrorName() string + func (e FieldDefinitionValidationError) Field() string + func (e FieldDefinitionValidationError) Key() bool + func (e FieldDefinitionValidationError) Reason() string + type FieldDefinition_Geo struct + Geo GeoType + type FieldDefinition_Scalar struct + Scalar ScalarType + type GeoType int32 + const GeoType_DATA_TYPE_GEO + const GeoType_DATA_TYPE_GEO_POINT + const GeoType_DATA_TYPE_GEO_RECT + const GeoType_DATA_TYPE_RANGE + const GeoType_DATA_TYPE_RANGE_FLOAT + const GeoType_DATA_TYPE_RANGE_INT + func (GeoType) Descriptor() protoreflect.EnumDescriptor + func (GeoType) EnumDescriptor() ([]byte, []int) + func (GeoType) Type() protoreflect.EnumType + func (x GeoType) Enum() *GeoType + func (x GeoType) Number() protoreflect.EnumNumber + func (x GeoType) String() string + type GetSegmentRequest struct + Index string + Key *SegmentField + func (*GetSegmentRequest) Descriptor() ([]byte, []int) + func (*GetSegmentRequest) ProtoMessage() + func (m *GetSegmentRequest) Validate() error + func (m *GetSegmentRequest) ValidateAll() error + func (x *GetSegmentRequest) GetIndex() string + func (x *GetSegmentRequest) GetKey() *SegmentField + func (x *GetSegmentRequest) ProtoReflect() protoreflect.Message + func (x *GetSegmentRequest) Reset() + func (x *GetSegmentRequest) String() string + type GetSegmentRequestMultiError []error + func (m GetSegmentRequestMultiError) AllErrors() []error + func (m GetSegmentRequestMultiError) Error() string + type GetSegmentRequestValidationError struct + func (e GetSegmentRequestValidationError) Cause() error + func (e GetSegmentRequestValidationError) Error() string + func (e GetSegmentRequestValidationError) ErrorName() string + func (e GetSegmentRequestValidationError) Field() string + func (e GetSegmentRequestValidationError) Key() bool + func (e GetSegmentRequestValidationError) Reason() string + type GetSegmentResponse struct + Segment *Segment + func (*GetSegmentResponse) Descriptor() ([]byte, []int) + func (*GetSegmentResponse) ProtoMessage() + func (m *GetSegmentResponse) Validate() error + func (m *GetSegmentResponse) ValidateAll() error + func (x *GetSegmentResponse) GetSegment() *Segment + func (x *GetSegmentResponse) ProtoReflect() protoreflect.Message + func (x *GetSegmentResponse) Reset() + func (x *GetSegmentResponse) String() string + type GetSegmentResponseMultiError []error + func (m GetSegmentResponseMultiError) AllErrors() []error + func (m GetSegmentResponseMultiError) Error() string + type GetSegmentResponseValidationError struct + func (e GetSegmentResponseValidationError) Cause() error + func (e GetSegmentResponseValidationError) Error() string + func (e GetSegmentResponseValidationError) ErrorName() string + func (e GetSegmentResponseValidationError) Field() string + func (e GetSegmentResponseValidationError) Key() bool + func (e GetSegmentResponseValidationError) Reason() string + type IndexDefinition struct + Created *timestamppb.Timestamp + Fields []*FieldDefinition + Name string + Status Status + Updated *timestamppb.Timestamp + func (*IndexDefinition) Descriptor() ([]byte, []int) + func (*IndexDefinition) ProtoMessage() + func (m *IndexDefinition) Validate() error + func (m *IndexDefinition) ValidateAll() error + func (x *IndexDefinition) GetCreated() *timestamppb.Timestamp + func (x *IndexDefinition) GetFields() []*FieldDefinition + func (x *IndexDefinition) GetName() string + func (x *IndexDefinition) GetStatus() Status + func (x *IndexDefinition) GetUpdated() *timestamppb.Timestamp + func (x *IndexDefinition) ProtoReflect() protoreflect.Message + func (x *IndexDefinition) Reset() + func (x *IndexDefinition) String() string + type IndexDefinitionMultiError []error + func (m IndexDefinitionMultiError) AllErrors() []error + func (m IndexDefinitionMultiError) Error() string + type IndexDefinitionValidationError struct + func (e IndexDefinitionValidationError) Cause() error + func (e IndexDefinitionValidationError) Error() string + func (e IndexDefinitionValidationError) ErrorName() string + func (e IndexDefinitionValidationError) Field() string + func (e IndexDefinitionValidationError) Key() bool + func (e IndexDefinitionValidationError) Reason() string + type IndexServiceClient interface + AddIndex func(ctx context.Context, in *AddIndexRequest, opts ...grpc.CallOption) (*AddIndexResponse, error) + DeleteIndex func(ctx context.Context, in *DeleteIndexRequest, opts ...grpc.CallOption) (*DeleteIndexResponse, error) + DescribeIndex func(ctx context.Context, in *DescribeIndexRequest, opts ...grpc.CallOption) (*DescribeIndexResponse, error) + ListIndexes func(ctx context.Context, in *ListIndexesRequest, opts ...grpc.CallOption) (*ListIndexesResponse, error) + func NewIndexServiceClient(cc grpc.ClientConnInterface) IndexServiceClient + type IndexServiceServer interface + AddIndex func(context.Context, *AddIndexRequest) (*AddIndexResponse, error) + DeleteIndex func(context.Context, *DeleteIndexRequest) (*DeleteIndexResponse, error) + DescribeIndex func(context.Context, *DescribeIndexRequest) (*DescribeIndexResponse, error) + ListIndexes func(context.Context, *ListIndexesRequest) (*ListIndexesResponse, error) + type ListIndexesRequest struct + CreatedAfter *timestamppb.Timestamp + CreatedBefore *timestamppb.Timestamp + Pattern string + UpdatedAfter *timestamppb.Timestamp + UpdatedBefore *timestamppb.Timestamp + func (*ListIndexesRequest) Descriptor() ([]byte, []int) + func (*ListIndexesRequest) ProtoMessage() + func (m *ListIndexesRequest) Validate() error + func (m *ListIndexesRequest) ValidateAll() error + func (x *ListIndexesRequest) GetCreatedAfter() *timestamppb.Timestamp + func (x *ListIndexesRequest) GetCreatedBefore() *timestamppb.Timestamp + func (x *ListIndexesRequest) GetPattern() string + func (x *ListIndexesRequest) GetUpdatedAfter() *timestamppb.Timestamp + func (x *ListIndexesRequest) GetUpdatedBefore() *timestamppb.Timestamp + func (x *ListIndexesRequest) ProtoReflect() protoreflect.Message + func (x *ListIndexesRequest) Reset() + func (x *ListIndexesRequest) String() string + type ListIndexesRequestMultiError []error + func (m ListIndexesRequestMultiError) AllErrors() []error + func (m ListIndexesRequestMultiError) Error() string + type ListIndexesRequestValidationError struct + func (e ListIndexesRequestValidationError) Cause() error + func (e ListIndexesRequestValidationError) Error() string + func (e ListIndexesRequestValidationError) ErrorName() string + func (e ListIndexesRequestValidationError) Field() string + func (e ListIndexesRequestValidationError) Key() bool + func (e ListIndexesRequestValidationError) Reason() string + type ListIndexesResponse struct + Results []*DescribeIndexResponse + func (*ListIndexesResponse) Descriptor() ([]byte, []int) + func (*ListIndexesResponse) ProtoMessage() + func (m *ListIndexesResponse) Validate() error + func (m *ListIndexesResponse) ValidateAll() error + func (x *ListIndexesResponse) GetResults() []*DescribeIndexResponse + func (x *ListIndexesResponse) ProtoReflect() protoreflect.Message + func (x *ListIndexesResponse) Reset() + func (x *ListIndexesResponse) String() string + type ListIndexesResponseMultiError []error + func (m ListIndexesResponseMultiError) AllErrors() []error + func (m ListIndexesResponseMultiError) Error() string + type ListIndexesResponseValidationError struct + func (e ListIndexesResponseValidationError) Cause() error + func (e ListIndexesResponseValidationError) Error() string + func (e ListIndexesResponseValidationError) ErrorName() string + func (e ListIndexesResponseValidationError) Field() string + func (e ListIndexesResponseValidationError) Key() bool + func (e ListIndexesResponseValidationError) Reason() string + type Lookup struct + Fields []*LookupField + func (*Lookup) Descriptor() ([]byte, []int) + func (*Lookup) ProtoMessage() + func (m *Lookup) Validate() error + func (m *Lookup) ValidateAll() error + func (x *Lookup) GetFields() []*LookupField + func (x *Lookup) ProtoReflect() protoreflect.Message + func (x *Lookup) Reset() + func (x *Lookup) String() string + type LookupField struct + Name string + Value isLookupField_Value + func (*LookupField) Descriptor() ([]byte, []int) + func (*LookupField) ProtoMessage() + func (m *LookupField) GetValue() isLookupField_Value + func (m *LookupField) Validate() error + func (m *LookupField) ValidateAll() error + func (x *LookupField) GetBoolValue() *SegmentFieldBool + func (x *LookupField) GetFloatValue() *SegmentFieldFloat + func (x *LookupField) GetGeoPointValue() *SegmentFieldGeoPoint + func (x *LookupField) GetGeoRectValue() *SegmentFieldGeoRect + func (x *LookupField) GetIntValue() *SegmentFieldInt + func (x *LookupField) GetName() string + func (x *LookupField) GetRangeFloatValue() *SegmentFieldRangeFloat + func (x *LookupField) GetRangeIntValue() *SegmentFieldRangeInt + func (x *LookupField) GetRepeatedBoolValue() *SegmentFieldRepeatedBool + func (x *LookupField) GetRepeatedFloatValue() *SegmentFieldRepeatedFloat + func (x *LookupField) GetRepeatedGeoPointValue() *SegmentFieldRepeatedGeoPoint + func (x *LookupField) GetRepeatedGeoRectValue() *SegmentFieldRepeatedGeoRect + func (x *LookupField) GetRepeatedIntValue() *SegmentFieldRepeatedInt + func (x *LookupField) GetRepeatedRangeFloatValue() *SegmentFieldRepeatedRangeFloat + func (x *LookupField) GetRepeatedRangeIntValue() *SegmentFieldRepeatedRangeInt + func (x *LookupField) GetRepeatedStringValue() *SegmentFieldRepeatedString + func (x *LookupField) GetRepeatedUintValue() *SegmentFieldRepeatedUInt + func (x *LookupField) GetStringValue() *SegmentFieldString + func (x *LookupField) GetUintValue() *SegmentFieldUInt + func (x *LookupField) ProtoReflect() protoreflect.Message + func (x *LookupField) Reset() + func (x *LookupField) String() string + type LookupFieldMultiError []error + func (m LookupFieldMultiError) AllErrors() []error + func (m LookupFieldMultiError) Error() string + type LookupFieldValidationError struct + func (e LookupFieldValidationError) Cause() error + func (e LookupFieldValidationError) Error() string + func (e LookupFieldValidationError) ErrorName() string + func (e LookupFieldValidationError) Field() string + func (e LookupFieldValidationError) Key() bool + func (e LookupFieldValidationError) Reason() string + type LookupField_BoolValue struct + BoolValue *SegmentFieldBool + type LookupField_FloatValue struct + FloatValue *SegmentFieldFloat + type LookupField_GeoPointValue struct + GeoPointValue *SegmentFieldGeoPoint + type LookupField_GeoRectValue struct + GeoRectValue *SegmentFieldGeoRect + type LookupField_IntValue struct + IntValue *SegmentFieldInt + type LookupField_RangeFloatValue struct + RangeFloatValue *SegmentFieldRangeFloat + type LookupField_RangeIntValue struct + RangeIntValue *SegmentFieldRangeInt + type LookupField_RepeatedBoolValue struct + RepeatedBoolValue *SegmentFieldRepeatedBool + type LookupField_RepeatedFloatValue struct + RepeatedFloatValue *SegmentFieldRepeatedFloat + type LookupField_RepeatedGeoPointValue struct + RepeatedGeoPointValue *SegmentFieldRepeatedGeoPoint + type LookupField_RepeatedGeoRectValue struct + RepeatedGeoRectValue *SegmentFieldRepeatedGeoRect + type LookupField_RepeatedIntValue struct + RepeatedIntValue *SegmentFieldRepeatedInt + type LookupField_RepeatedRangeFloatValue struct + RepeatedRangeFloatValue *SegmentFieldRepeatedRangeFloat + type LookupField_RepeatedRangeIntValue struct + RepeatedRangeIntValue *SegmentFieldRepeatedRangeInt + type LookupField_RepeatedStringValue struct + RepeatedStringValue *SegmentFieldRepeatedString + type LookupField_RepeatedUintValue struct + RepeatedUintValue *SegmentFieldRepeatedUInt + type LookupField_StringValue struct + StringValue *SegmentFieldString + type LookupField_UintValue struct + UintValue *SegmentFieldUInt + type LookupMultiError []error + func (m LookupMultiError) AllErrors() []error + func (m LookupMultiError) Error() string + type LookupSegmentKeyRequest struct + Index string + Lookup *Lookup + func (*LookupSegmentKeyRequest) Descriptor() ([]byte, []int) + func (*LookupSegmentKeyRequest) ProtoMessage() + func (m *LookupSegmentKeyRequest) Validate() error + func (m *LookupSegmentKeyRequest) ValidateAll() error + func (x *LookupSegmentKeyRequest) GetIndex() string + func (x *LookupSegmentKeyRequest) GetLookup() *Lookup + func (x *LookupSegmentKeyRequest) ProtoReflect() protoreflect.Message + func (x *LookupSegmentKeyRequest) Reset() + func (x *LookupSegmentKeyRequest) String() string + type LookupSegmentKeyRequestMultiError []error + func (m LookupSegmentKeyRequestMultiError) AllErrors() []error + func (m LookupSegmentKeyRequestMultiError) Error() string + type LookupSegmentKeyRequestValidationError struct + func (e LookupSegmentKeyRequestValidationError) Cause() error + func (e LookupSegmentKeyRequestValidationError) Error() string + func (e LookupSegmentKeyRequestValidationError) ErrorName() string + func (e LookupSegmentKeyRequestValidationError) Field() string + func (e LookupSegmentKeyRequestValidationError) Key() bool + func (e LookupSegmentKeyRequestValidationError) Reason() string + type LookupSegmentKeyResponse struct + Results []*SegmentField + func (*LookupSegmentKeyResponse) Descriptor() ([]byte, []int) + func (*LookupSegmentKeyResponse) ProtoMessage() + func (m *LookupSegmentKeyResponse) Validate() error + func (m *LookupSegmentKeyResponse) ValidateAll() error + func (x *LookupSegmentKeyResponse) GetResults() []*SegmentField + func (x *LookupSegmentKeyResponse) ProtoReflect() protoreflect.Message + func (x *LookupSegmentKeyResponse) Reset() + func (x *LookupSegmentKeyResponse) String() string + type LookupSegmentKeyResponseMultiError []error + func (m LookupSegmentKeyResponseMultiError) AllErrors() []error + func (m LookupSegmentKeyResponseMultiError) Error() string + type LookupSegmentKeyResponseValidationError struct + func (e LookupSegmentKeyResponseValidationError) Cause() error + func (e LookupSegmentKeyResponseValidationError) Error() string + func (e LookupSegmentKeyResponseValidationError) ErrorName() string + func (e LookupSegmentKeyResponseValidationError) Field() string + func (e LookupSegmentKeyResponseValidationError) Key() bool + func (e LookupSegmentKeyResponseValidationError) Reason() string + type LookupSegmentRequest struct + Index string + Lookup *Lookup + func (*LookupSegmentRequest) Descriptor() ([]byte, []int) + func (*LookupSegmentRequest) ProtoMessage() + func (m *LookupSegmentRequest) Validate() error + func (m *LookupSegmentRequest) ValidateAll() error + func (x *LookupSegmentRequest) GetIndex() string + func (x *LookupSegmentRequest) GetLookup() *Lookup + func (x *LookupSegmentRequest) ProtoReflect() protoreflect.Message + func (x *LookupSegmentRequest) Reset() + func (x *LookupSegmentRequest) String() string + type LookupSegmentRequestMultiError []error + func (m LookupSegmentRequestMultiError) AllErrors() []error + func (m LookupSegmentRequestMultiError) Error() string + type LookupSegmentRequestValidationError struct + func (e LookupSegmentRequestValidationError) Cause() error + func (e LookupSegmentRequestValidationError) Error() string + func (e LookupSegmentRequestValidationError) ErrorName() string + func (e LookupSegmentRequestValidationError) Field() string + func (e LookupSegmentRequestValidationError) Key() bool + func (e LookupSegmentRequestValidationError) Reason() string + type LookupSegmentResponse struct + Results []*Segment + func (*LookupSegmentResponse) Descriptor() ([]byte, []int) + func (*LookupSegmentResponse) ProtoMessage() + func (m *LookupSegmentResponse) Validate() error + func (m *LookupSegmentResponse) ValidateAll() error + func (x *LookupSegmentResponse) GetResults() []*Segment + func (x *LookupSegmentResponse) ProtoReflect() protoreflect.Message + func (x *LookupSegmentResponse) Reset() + func (x *LookupSegmentResponse) String() string + type LookupSegmentResponseMultiError []error + func (m LookupSegmentResponseMultiError) AllErrors() []error + func (m LookupSegmentResponseMultiError) Error() string + type LookupSegmentResponseValidationError struct + func (e LookupSegmentResponseValidationError) Cause() error + func (e LookupSegmentResponseValidationError) Error() string + func (e LookupSegmentResponseValidationError) ErrorName() string + func (e LookupSegmentResponseValidationError) Field() string + func (e LookupSegmentResponseValidationError) Key() bool + func (e LookupSegmentResponseValidationError) Reason() string + type LookupValidationError struct + func (e LookupValidationError) Cause() error + func (e LookupValidationError) Error() string + func (e LookupValidationError) ErrorName() string + func (e LookupValidationError) Field() string + func (e LookupValidationError) Key() bool + func (e LookupValidationError) Reason() string + type PutSegmentRequest struct + Index string + Segment *Segment + func (*PutSegmentRequest) Descriptor() ([]byte, []int) + func (*PutSegmentRequest) ProtoMessage() + func (m *PutSegmentRequest) Validate() error + func (m *PutSegmentRequest) ValidateAll() error + func (x *PutSegmentRequest) GetIndex() string + func (x *PutSegmentRequest) GetSegment() *Segment + func (x *PutSegmentRequest) ProtoReflect() protoreflect.Message + func (x *PutSegmentRequest) Reset() + func (x *PutSegmentRequest) String() string + type PutSegmentRequestMultiError []error + func (m PutSegmentRequestMultiError) AllErrors() []error + func (m PutSegmentRequestMultiError) Error() string + type PutSegmentRequestValidationError struct + func (e PutSegmentRequestValidationError) Cause() error + func (e PutSegmentRequestValidationError) Error() string + func (e PutSegmentRequestValidationError) ErrorName() string + func (e PutSegmentRequestValidationError) Field() string + func (e PutSegmentRequestValidationError) Key() bool + func (e PutSegmentRequestValidationError) Reason() string + type PutSegmentResponse struct + func (*PutSegmentResponse) Descriptor() ([]byte, []int) + func (*PutSegmentResponse) ProtoMessage() + func (m *PutSegmentResponse) Validate() error + func (m *PutSegmentResponse) ValidateAll() error + func (x *PutSegmentResponse) ProtoReflect() protoreflect.Message + func (x *PutSegmentResponse) Reset() + func (x *PutSegmentResponse) String() string + type PutSegmentResponseMultiError []error + func (m PutSegmentResponseMultiError) AllErrors() []error + func (m PutSegmentResponseMultiError) Error() string + type PutSegmentResponseValidationError struct + func (e PutSegmentResponseValidationError) Cause() error + func (e PutSegmentResponseValidationError) Error() string + func (e PutSegmentResponseValidationError) ErrorName() string + func (e PutSegmentResponseValidationError) Field() string + func (e PutSegmentResponseValidationError) Key() bool + func (e PutSegmentResponseValidationError) Reason() string + type ScalarType int32 + const ScalarType_DATA_TYPE_BLOB + const ScalarType_DATA_TYPE_BOOL + const ScalarType_DATA_TYPE_FLOAT + const ScalarType_DATA_TYPE_FLOAT32 + const ScalarType_DATA_TYPE_FLOAT64 + const ScalarType_DATA_TYPE_INT + const ScalarType_DATA_TYPE_INT16 + const ScalarType_DATA_TYPE_INT32 + const ScalarType_DATA_TYPE_INT64 + const ScalarType_DATA_TYPE_INT8 + const ScalarType_DATA_TYPE_STRING + const ScalarType_DATA_TYPE_UINT + const ScalarType_DATA_TYPE_UINT16 + const ScalarType_DATA_TYPE_UINT32 + const ScalarType_DATA_TYPE_UINT64 + const ScalarType_DATA_TYPE_UINT8 + const ScalarType_DATA_TYPE_UNDEFINED + func (ScalarType) Descriptor() protoreflect.EnumDescriptor + func (ScalarType) EnumDescriptor() ([]byte, []int) + func (ScalarType) Type() protoreflect.EnumType + func (x ScalarType) Enum() *ScalarType + func (x ScalarType) Number() protoreflect.EnumNumber + func (x ScalarType) String() string + type Segment struct + Fields []*SegmentField + func (*Segment) Descriptor() ([]byte, []int) + func (*Segment) ProtoMessage() + func (m *Segment) Validate() error + func (m *Segment) ValidateAll() error + func (x *Segment) GetFields() []*SegmentField + func (x *Segment) ProtoReflect() protoreflect.Message + func (x *Segment) Reset() + func (x *Segment) String() string + type SegmentField struct + Name string + Value isSegmentField_Value + func (*SegmentField) Descriptor() ([]byte, []int) + func (*SegmentField) ProtoMessage() + func (m *SegmentField) GetValue() isSegmentField_Value + func (m *SegmentField) Validate() error + func (m *SegmentField) ValidateAll() error + func (x *SegmentField) GetBlobValue() *SegmentFieldBlob + func (x *SegmentField) GetBoolValue() *SegmentFieldBool + func (x *SegmentField) GetFloatValue() *SegmentFieldFloat + func (x *SegmentField) GetGeoPointValue() *SegmentFieldGeoPoint + func (x *SegmentField) GetGeoRectValue() *SegmentFieldGeoRect + func (x *SegmentField) GetIntValue() *SegmentFieldInt + func (x *SegmentField) GetName() string + func (x *SegmentField) GetRangeFloatValue() *SegmentFieldRangeFloat + func (x *SegmentField) GetRangeIntValue() *SegmentFieldRangeInt + func (x *SegmentField) GetRepeatedBlobValue() *SegmentFieldRepeatedBlob + func (x *SegmentField) GetRepeatedBoolValue() *SegmentFieldRepeatedBool + func (x *SegmentField) GetRepeatedFloatValue() *SegmentFieldRepeatedFloat + func (x *SegmentField) GetRepeatedGeoPointValue() *SegmentFieldRepeatedGeoPoint + func (x *SegmentField) GetRepeatedGeoRectValue() *SegmentFieldRepeatedGeoRect + func (x *SegmentField) GetRepeatedIntValue() *SegmentFieldRepeatedInt + func (x *SegmentField) GetRepeatedRangeFloatValue() *SegmentFieldRepeatedRangeFloat + func (x *SegmentField) GetRepeatedRangeIntValue() *SegmentFieldRepeatedRangeInt + func (x *SegmentField) GetRepeatedStringValue() *SegmentFieldRepeatedString + func (x *SegmentField) GetRepeatedUintValue() *SegmentFieldRepeatedUInt + func (x *SegmentField) GetStringValue() *SegmentFieldString + func (x *SegmentField) GetUintValue() *SegmentFieldUInt + func (x *SegmentField) ProtoReflect() protoreflect.Message + func (x *SegmentField) Reset() + func (x *SegmentField) String() string + type SegmentFieldBlob struct + Value string + func (*SegmentFieldBlob) Descriptor() ([]byte, []int) + func (*SegmentFieldBlob) ProtoMessage() + func (m *SegmentFieldBlob) Validate() error + func (m *SegmentFieldBlob) ValidateAll() error + func (x *SegmentFieldBlob) GetValue() string + func (x *SegmentFieldBlob) ProtoReflect() protoreflect.Message + func (x *SegmentFieldBlob) Reset() + func (x *SegmentFieldBlob) String() string + type SegmentFieldBlobMultiError []error + func (m SegmentFieldBlobMultiError) AllErrors() []error + func (m SegmentFieldBlobMultiError) Error() string + type SegmentFieldBlobValidationError struct + func (e SegmentFieldBlobValidationError) Cause() error + func (e SegmentFieldBlobValidationError) Error() string + func (e SegmentFieldBlobValidationError) ErrorName() string + func (e SegmentFieldBlobValidationError) Field() string + func (e SegmentFieldBlobValidationError) Key() bool + func (e SegmentFieldBlobValidationError) Reason() string + type SegmentFieldBool struct + Value bool + func (*SegmentFieldBool) Descriptor() ([]byte, []int) + func (*SegmentFieldBool) ProtoMessage() + func (m *SegmentFieldBool) Validate() error + func (m *SegmentFieldBool) ValidateAll() error + func (x *SegmentFieldBool) GetValue() bool + func (x *SegmentFieldBool) ProtoReflect() protoreflect.Message + func (x *SegmentFieldBool) Reset() + func (x *SegmentFieldBool) String() string + type SegmentFieldBoolMultiError []error + func (m SegmentFieldBoolMultiError) AllErrors() []error + func (m SegmentFieldBoolMultiError) Error() string + type SegmentFieldBoolValidationError struct + func (e SegmentFieldBoolValidationError) Cause() error + func (e SegmentFieldBoolValidationError) Error() string + func (e SegmentFieldBoolValidationError) ErrorName() string + func (e SegmentFieldBoolValidationError) Field() string + func (e SegmentFieldBoolValidationError) Key() bool + func (e SegmentFieldBoolValidationError) Reason() string + type SegmentFieldFloat struct + Value float64 + func (*SegmentFieldFloat) Descriptor() ([]byte, []int) + func (*SegmentFieldFloat) ProtoMessage() + func (m *SegmentFieldFloat) Validate() error + func (m *SegmentFieldFloat) ValidateAll() error + func (x *SegmentFieldFloat) GetValue() float64 + func (x *SegmentFieldFloat) ProtoReflect() protoreflect.Message + func (x *SegmentFieldFloat) Reset() + func (x *SegmentFieldFloat) String() string + type SegmentFieldFloatMultiError []error + func (m SegmentFieldFloatMultiError) AllErrors() []error + func (m SegmentFieldFloatMultiError) Error() string + type SegmentFieldFloatValidationError struct + func (e SegmentFieldFloatValidationError) Cause() error + func (e SegmentFieldFloatValidationError) Error() string + func (e SegmentFieldFloatValidationError) ErrorName() string + func (e SegmentFieldFloatValidationError) Field() string + func (e SegmentFieldFloatValidationError) Key() bool + func (e SegmentFieldFloatValidationError) Reason() string + type SegmentFieldGeoPoint struct + X float64 + Y float64 + func (*SegmentFieldGeoPoint) Descriptor() ([]byte, []int) + func (*SegmentFieldGeoPoint) ProtoMessage() + func (m *SegmentFieldGeoPoint) Validate() error + func (m *SegmentFieldGeoPoint) ValidateAll() error + func (x *SegmentFieldGeoPoint) GetX() float64 + func (x *SegmentFieldGeoPoint) GetY() float64 + func (x *SegmentFieldGeoPoint) ProtoReflect() protoreflect.Message + func (x *SegmentFieldGeoPoint) Reset() + func (x *SegmentFieldGeoPoint) String() string + type SegmentFieldGeoPointMultiError []error + func (m SegmentFieldGeoPointMultiError) AllErrors() []error + func (m SegmentFieldGeoPointMultiError) Error() string + type SegmentFieldGeoPointValidationError struct + func (e SegmentFieldGeoPointValidationError) Cause() error + func (e SegmentFieldGeoPointValidationError) Error() string + func (e SegmentFieldGeoPointValidationError) ErrorName() string + func (e SegmentFieldGeoPointValidationError) Field() string + func (e SegmentFieldGeoPointValidationError) Key() bool + func (e SegmentFieldGeoPointValidationError) Reason() string + type SegmentFieldGeoRect struct + BottomRight *SegmentFieldGeoPoint + TopLeft *SegmentFieldGeoPoint + func (*SegmentFieldGeoRect) Descriptor() ([]byte, []int) + func (*SegmentFieldGeoRect) ProtoMessage() + func (m *SegmentFieldGeoRect) Validate() error + func (m *SegmentFieldGeoRect) ValidateAll() error + func (x *SegmentFieldGeoRect) GetBottomRight() *SegmentFieldGeoPoint + func (x *SegmentFieldGeoRect) GetTopLeft() *SegmentFieldGeoPoint + func (x *SegmentFieldGeoRect) ProtoReflect() protoreflect.Message + func (x *SegmentFieldGeoRect) Reset() + func (x *SegmentFieldGeoRect) String() string + type SegmentFieldGeoRectMultiError []error + func (m SegmentFieldGeoRectMultiError) AllErrors() []error + func (m SegmentFieldGeoRectMultiError) Error() string + type SegmentFieldGeoRectValidationError struct + func (e SegmentFieldGeoRectValidationError) Cause() error + func (e SegmentFieldGeoRectValidationError) Error() string + func (e SegmentFieldGeoRectValidationError) ErrorName() string + func (e SegmentFieldGeoRectValidationError) Field() string + func (e SegmentFieldGeoRectValidationError) Key() bool + func (e SegmentFieldGeoRectValidationError) Reason() string + type SegmentFieldInt struct + Value int64 + func (*SegmentFieldInt) Descriptor() ([]byte, []int) + func (*SegmentFieldInt) ProtoMessage() + func (m *SegmentFieldInt) Validate() error + func (m *SegmentFieldInt) ValidateAll() error + func (x *SegmentFieldInt) GetValue() int64 + func (x *SegmentFieldInt) ProtoReflect() protoreflect.Message + func (x *SegmentFieldInt) Reset() + func (x *SegmentFieldInt) String() string + type SegmentFieldIntMultiError []error + func (m SegmentFieldIntMultiError) AllErrors() []error + func (m SegmentFieldIntMultiError) Error() string + type SegmentFieldIntValidationError struct + func (e SegmentFieldIntValidationError) Cause() error + func (e SegmentFieldIntValidationError) Error() string + func (e SegmentFieldIntValidationError) ErrorName() string + func (e SegmentFieldIntValidationError) Field() string + func (e SegmentFieldIntValidationError) Key() bool + func (e SegmentFieldIntValidationError) Reason() string + type SegmentFieldMultiError []error + func (m SegmentFieldMultiError) AllErrors() []error + func (m SegmentFieldMultiError) Error() string + type SegmentFieldRangeFloat struct + Max float64 + Min float64 + func (*SegmentFieldRangeFloat) Descriptor() ([]byte, []int) + func (*SegmentFieldRangeFloat) ProtoMessage() + func (m *SegmentFieldRangeFloat) Validate() error + func (m *SegmentFieldRangeFloat) ValidateAll() error + func (x *SegmentFieldRangeFloat) GetMax() float64 + func (x *SegmentFieldRangeFloat) GetMin() float64 + func (x *SegmentFieldRangeFloat) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRangeFloat) Reset() + func (x *SegmentFieldRangeFloat) String() string + type SegmentFieldRangeFloatMultiError []error + func (m SegmentFieldRangeFloatMultiError) AllErrors() []error + func (m SegmentFieldRangeFloatMultiError) Error() string + type SegmentFieldRangeFloatValidationError struct + func (e SegmentFieldRangeFloatValidationError) Cause() error + func (e SegmentFieldRangeFloatValidationError) Error() string + func (e SegmentFieldRangeFloatValidationError) ErrorName() string + func (e SegmentFieldRangeFloatValidationError) Field() string + func (e SegmentFieldRangeFloatValidationError) Key() bool + func (e SegmentFieldRangeFloatValidationError) Reason() string + type SegmentFieldRangeInt struct + Max int64 + Min int64 + func (*SegmentFieldRangeInt) Descriptor() ([]byte, []int) + func (*SegmentFieldRangeInt) ProtoMessage() + func (m *SegmentFieldRangeInt) Validate() error + func (m *SegmentFieldRangeInt) ValidateAll() error + func (x *SegmentFieldRangeInt) GetMax() int64 + func (x *SegmentFieldRangeInt) GetMin() int64 + func (x *SegmentFieldRangeInt) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRangeInt) Reset() + func (x *SegmentFieldRangeInt) String() string + type SegmentFieldRangeIntMultiError []error + func (m SegmentFieldRangeIntMultiError) AllErrors() []error + func (m SegmentFieldRangeIntMultiError) Error() string + type SegmentFieldRangeIntValidationError struct + func (e SegmentFieldRangeIntValidationError) Cause() error + func (e SegmentFieldRangeIntValidationError) Error() string + func (e SegmentFieldRangeIntValidationError) ErrorName() string + func (e SegmentFieldRangeIntValidationError) Field() string + func (e SegmentFieldRangeIntValidationError) Key() bool + func (e SegmentFieldRangeIntValidationError) Reason() string + type SegmentFieldRepeatedBlob struct + Value []string + func (*SegmentFieldRepeatedBlob) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedBlob) ProtoMessage() + func (m *SegmentFieldRepeatedBlob) Validate() error + func (m *SegmentFieldRepeatedBlob) ValidateAll() error + func (x *SegmentFieldRepeatedBlob) GetValue() []string + func (x *SegmentFieldRepeatedBlob) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedBlob) Reset() + func (x *SegmentFieldRepeatedBlob) String() string + type SegmentFieldRepeatedBlobMultiError []error + func (m SegmentFieldRepeatedBlobMultiError) AllErrors() []error + func (m SegmentFieldRepeatedBlobMultiError) Error() string + type SegmentFieldRepeatedBlobValidationError struct + func (e SegmentFieldRepeatedBlobValidationError) Cause() error + func (e SegmentFieldRepeatedBlobValidationError) Error() string + func (e SegmentFieldRepeatedBlobValidationError) ErrorName() string + func (e SegmentFieldRepeatedBlobValidationError) Field() string + func (e SegmentFieldRepeatedBlobValidationError) Key() bool + func (e SegmentFieldRepeatedBlobValidationError) Reason() string + type SegmentFieldRepeatedBool struct + Value []bool + func (*SegmentFieldRepeatedBool) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedBool) ProtoMessage() + func (m *SegmentFieldRepeatedBool) Validate() error + func (m *SegmentFieldRepeatedBool) ValidateAll() error + func (x *SegmentFieldRepeatedBool) GetValue() []bool + func (x *SegmentFieldRepeatedBool) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedBool) Reset() + func (x *SegmentFieldRepeatedBool) String() string + type SegmentFieldRepeatedBoolMultiError []error + func (m SegmentFieldRepeatedBoolMultiError) AllErrors() []error + func (m SegmentFieldRepeatedBoolMultiError) Error() string + type SegmentFieldRepeatedBoolValidationError struct + func (e SegmentFieldRepeatedBoolValidationError) Cause() error + func (e SegmentFieldRepeatedBoolValidationError) Error() string + func (e SegmentFieldRepeatedBoolValidationError) ErrorName() string + func (e SegmentFieldRepeatedBoolValidationError) Field() string + func (e SegmentFieldRepeatedBoolValidationError) Key() bool + func (e SegmentFieldRepeatedBoolValidationError) Reason() string + type SegmentFieldRepeatedFloat struct + Value []float64 + func (*SegmentFieldRepeatedFloat) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedFloat) ProtoMessage() + func (m *SegmentFieldRepeatedFloat) Validate() error + func (m *SegmentFieldRepeatedFloat) ValidateAll() error + func (x *SegmentFieldRepeatedFloat) GetValue() []float64 + func (x *SegmentFieldRepeatedFloat) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedFloat) Reset() + func (x *SegmentFieldRepeatedFloat) String() string + type SegmentFieldRepeatedFloatMultiError []error + func (m SegmentFieldRepeatedFloatMultiError) AllErrors() []error + func (m SegmentFieldRepeatedFloatMultiError) Error() string + type SegmentFieldRepeatedFloatValidationError struct + func (e SegmentFieldRepeatedFloatValidationError) Cause() error + func (e SegmentFieldRepeatedFloatValidationError) Error() string + func (e SegmentFieldRepeatedFloatValidationError) ErrorName() string + func (e SegmentFieldRepeatedFloatValidationError) Field() string + func (e SegmentFieldRepeatedFloatValidationError) Key() bool + func (e SegmentFieldRepeatedFloatValidationError) Reason() string + type SegmentFieldRepeatedGeoPoint struct + Value []*SegmentFieldGeoPoint + func (*SegmentFieldRepeatedGeoPoint) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedGeoPoint) ProtoMessage() + func (m *SegmentFieldRepeatedGeoPoint) Validate() error + func (m *SegmentFieldRepeatedGeoPoint) ValidateAll() error + func (x *SegmentFieldRepeatedGeoPoint) GetValue() []*SegmentFieldGeoPoint + func (x *SegmentFieldRepeatedGeoPoint) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedGeoPoint) Reset() + func (x *SegmentFieldRepeatedGeoPoint) String() string + type SegmentFieldRepeatedGeoPointMultiError []error + func (m SegmentFieldRepeatedGeoPointMultiError) AllErrors() []error + func (m SegmentFieldRepeatedGeoPointMultiError) Error() string + type SegmentFieldRepeatedGeoPointValidationError struct + func (e SegmentFieldRepeatedGeoPointValidationError) Cause() error + func (e SegmentFieldRepeatedGeoPointValidationError) Error() string + func (e SegmentFieldRepeatedGeoPointValidationError) ErrorName() string + func (e SegmentFieldRepeatedGeoPointValidationError) Field() string + func (e SegmentFieldRepeatedGeoPointValidationError) Key() bool + func (e SegmentFieldRepeatedGeoPointValidationError) Reason() string + type SegmentFieldRepeatedGeoRect struct + Value []*SegmentFieldGeoRect + func (*SegmentFieldRepeatedGeoRect) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedGeoRect) ProtoMessage() + func (m *SegmentFieldRepeatedGeoRect) Validate() error + func (m *SegmentFieldRepeatedGeoRect) ValidateAll() error + func (x *SegmentFieldRepeatedGeoRect) GetValue() []*SegmentFieldGeoRect + func (x *SegmentFieldRepeatedGeoRect) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedGeoRect) Reset() + func (x *SegmentFieldRepeatedGeoRect) String() string + type SegmentFieldRepeatedGeoRectMultiError []error + func (m SegmentFieldRepeatedGeoRectMultiError) AllErrors() []error + func (m SegmentFieldRepeatedGeoRectMultiError) Error() string + type SegmentFieldRepeatedGeoRectValidationError struct + func (e SegmentFieldRepeatedGeoRectValidationError) Cause() error + func (e SegmentFieldRepeatedGeoRectValidationError) Error() string + func (e SegmentFieldRepeatedGeoRectValidationError) ErrorName() string + func (e SegmentFieldRepeatedGeoRectValidationError) Field() string + func (e SegmentFieldRepeatedGeoRectValidationError) Key() bool + func (e SegmentFieldRepeatedGeoRectValidationError) Reason() string + type SegmentFieldRepeatedInt struct + Value []int64 + func (*SegmentFieldRepeatedInt) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedInt) ProtoMessage() + func (m *SegmentFieldRepeatedInt) Validate() error + func (m *SegmentFieldRepeatedInt) ValidateAll() error + func (x *SegmentFieldRepeatedInt) GetValue() []int64 + func (x *SegmentFieldRepeatedInt) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedInt) Reset() + func (x *SegmentFieldRepeatedInt) String() string + type SegmentFieldRepeatedIntMultiError []error + func (m SegmentFieldRepeatedIntMultiError) AllErrors() []error + func (m SegmentFieldRepeatedIntMultiError) Error() string + type SegmentFieldRepeatedIntValidationError struct + func (e SegmentFieldRepeatedIntValidationError) Cause() error + func (e SegmentFieldRepeatedIntValidationError) Error() string + func (e SegmentFieldRepeatedIntValidationError) ErrorName() string + func (e SegmentFieldRepeatedIntValidationError) Field() string + func (e SegmentFieldRepeatedIntValidationError) Key() bool + func (e SegmentFieldRepeatedIntValidationError) Reason() string + type SegmentFieldRepeatedRangeFloat struct + Value []*SegmentFieldRangeFloat + func (*SegmentFieldRepeatedRangeFloat) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedRangeFloat) ProtoMessage() + func (m *SegmentFieldRepeatedRangeFloat) Validate() error + func (m *SegmentFieldRepeatedRangeFloat) ValidateAll() error + func (x *SegmentFieldRepeatedRangeFloat) GetValue() []*SegmentFieldRangeFloat + func (x *SegmentFieldRepeatedRangeFloat) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedRangeFloat) Reset() + func (x *SegmentFieldRepeatedRangeFloat) String() string + type SegmentFieldRepeatedRangeFloatMultiError []error + func (m SegmentFieldRepeatedRangeFloatMultiError) AllErrors() []error + func (m SegmentFieldRepeatedRangeFloatMultiError) Error() string + type SegmentFieldRepeatedRangeFloatValidationError struct + func (e SegmentFieldRepeatedRangeFloatValidationError) Cause() error + func (e SegmentFieldRepeatedRangeFloatValidationError) Error() string + func (e SegmentFieldRepeatedRangeFloatValidationError) ErrorName() string + func (e SegmentFieldRepeatedRangeFloatValidationError) Field() string + func (e SegmentFieldRepeatedRangeFloatValidationError) Key() bool + func (e SegmentFieldRepeatedRangeFloatValidationError) Reason() string + type SegmentFieldRepeatedRangeInt struct + Value []*SegmentFieldRangeInt + func (*SegmentFieldRepeatedRangeInt) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedRangeInt) ProtoMessage() + func (m *SegmentFieldRepeatedRangeInt) Validate() error + func (m *SegmentFieldRepeatedRangeInt) ValidateAll() error + func (x *SegmentFieldRepeatedRangeInt) GetValue() []*SegmentFieldRangeInt + func (x *SegmentFieldRepeatedRangeInt) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedRangeInt) Reset() + func (x *SegmentFieldRepeatedRangeInt) String() string + type SegmentFieldRepeatedRangeIntMultiError []error + func (m SegmentFieldRepeatedRangeIntMultiError) AllErrors() []error + func (m SegmentFieldRepeatedRangeIntMultiError) Error() string + type SegmentFieldRepeatedRangeIntValidationError struct + func (e SegmentFieldRepeatedRangeIntValidationError) Cause() error + func (e SegmentFieldRepeatedRangeIntValidationError) Error() string + func (e SegmentFieldRepeatedRangeIntValidationError) ErrorName() string + func (e SegmentFieldRepeatedRangeIntValidationError) Field() string + func (e SegmentFieldRepeatedRangeIntValidationError) Key() bool + func (e SegmentFieldRepeatedRangeIntValidationError) Reason() string + type SegmentFieldRepeatedString struct + Value []string + func (*SegmentFieldRepeatedString) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedString) ProtoMessage() + func (m *SegmentFieldRepeatedString) Validate() error + func (m *SegmentFieldRepeatedString) ValidateAll() error + func (x *SegmentFieldRepeatedString) GetValue() []string + func (x *SegmentFieldRepeatedString) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedString) Reset() + func (x *SegmentFieldRepeatedString) String() string + type SegmentFieldRepeatedStringMultiError []error + func (m SegmentFieldRepeatedStringMultiError) AllErrors() []error + func (m SegmentFieldRepeatedStringMultiError) Error() string + type SegmentFieldRepeatedStringValidationError struct + func (e SegmentFieldRepeatedStringValidationError) Cause() error + func (e SegmentFieldRepeatedStringValidationError) Error() string + func (e SegmentFieldRepeatedStringValidationError) ErrorName() string + func (e SegmentFieldRepeatedStringValidationError) Field() string + func (e SegmentFieldRepeatedStringValidationError) Key() bool + func (e SegmentFieldRepeatedStringValidationError) Reason() string + type SegmentFieldRepeatedUInt struct + Value []uint64 + func (*SegmentFieldRepeatedUInt) Descriptor() ([]byte, []int) + func (*SegmentFieldRepeatedUInt) ProtoMessage() + func (m *SegmentFieldRepeatedUInt) Validate() error + func (m *SegmentFieldRepeatedUInt) ValidateAll() error + func (x *SegmentFieldRepeatedUInt) GetValue() []uint64 + func (x *SegmentFieldRepeatedUInt) ProtoReflect() protoreflect.Message + func (x *SegmentFieldRepeatedUInt) Reset() + func (x *SegmentFieldRepeatedUInt) String() string + type SegmentFieldRepeatedUIntMultiError []error + func (m SegmentFieldRepeatedUIntMultiError) AllErrors() []error + func (m SegmentFieldRepeatedUIntMultiError) Error() string + type SegmentFieldRepeatedUIntValidationError struct + func (e SegmentFieldRepeatedUIntValidationError) Cause() error + func (e SegmentFieldRepeatedUIntValidationError) Error() string + func (e SegmentFieldRepeatedUIntValidationError) ErrorName() string + func (e SegmentFieldRepeatedUIntValidationError) Field() string + func (e SegmentFieldRepeatedUIntValidationError) Key() bool + func (e SegmentFieldRepeatedUIntValidationError) Reason() string + type SegmentFieldString struct + Value string + func (*SegmentFieldString) Descriptor() ([]byte, []int) + func (*SegmentFieldString) ProtoMessage() + func (m *SegmentFieldString) Validate() error + func (m *SegmentFieldString) ValidateAll() error + func (x *SegmentFieldString) GetValue() string + func (x *SegmentFieldString) ProtoReflect() protoreflect.Message + func (x *SegmentFieldString) Reset() + func (x *SegmentFieldString) String() string + type SegmentFieldStringMultiError []error + func (m SegmentFieldStringMultiError) AllErrors() []error + func (m SegmentFieldStringMultiError) Error() string + type SegmentFieldStringValidationError struct + func (e SegmentFieldStringValidationError) Cause() error + func (e SegmentFieldStringValidationError) Error() string + func (e SegmentFieldStringValidationError) ErrorName() string + func (e SegmentFieldStringValidationError) Field() string + func (e SegmentFieldStringValidationError) Key() bool + func (e SegmentFieldStringValidationError) Reason() string + type SegmentFieldUInt struct + Value uint64 + func (*SegmentFieldUInt) Descriptor() ([]byte, []int) + func (*SegmentFieldUInt) ProtoMessage() + func (m *SegmentFieldUInt) Validate() error + func (m *SegmentFieldUInt) ValidateAll() error + func (x *SegmentFieldUInt) GetValue() uint64 + func (x *SegmentFieldUInt) ProtoReflect() protoreflect.Message + func (x *SegmentFieldUInt) Reset() + func (x *SegmentFieldUInt) String() string + type SegmentFieldUIntMultiError []error + func (m SegmentFieldUIntMultiError) AllErrors() []error + func (m SegmentFieldUIntMultiError) Error() string + type SegmentFieldUIntValidationError struct + func (e SegmentFieldUIntValidationError) Cause() error + func (e SegmentFieldUIntValidationError) Error() string + func (e SegmentFieldUIntValidationError) ErrorName() string + func (e SegmentFieldUIntValidationError) Field() string + func (e SegmentFieldUIntValidationError) Key() bool + func (e SegmentFieldUIntValidationError) Reason() string + type SegmentFieldValidationError struct + func (e SegmentFieldValidationError) Cause() error + func (e SegmentFieldValidationError) Error() string + func (e SegmentFieldValidationError) ErrorName() string + func (e SegmentFieldValidationError) Field() string + func (e SegmentFieldValidationError) Key() bool + func (e SegmentFieldValidationError) Reason() string + type SegmentField_BlobValue struct + BlobValue *SegmentFieldBlob + type SegmentField_BoolValue struct + BoolValue *SegmentFieldBool + type SegmentField_FloatValue struct + FloatValue *SegmentFieldFloat + type SegmentField_GeoPointValue struct + GeoPointValue *SegmentFieldGeoPoint + type SegmentField_GeoRectValue struct + GeoRectValue *SegmentFieldGeoRect + type SegmentField_IntValue struct + IntValue *SegmentFieldInt + type SegmentField_RangeFloatValue struct + RangeFloatValue *SegmentFieldRangeFloat + type SegmentField_RangeIntValue struct + RangeIntValue *SegmentFieldRangeInt + type SegmentField_RepeatedBlobValue struct + RepeatedBlobValue *SegmentFieldRepeatedBlob + type SegmentField_RepeatedBoolValue struct + RepeatedBoolValue *SegmentFieldRepeatedBool + type SegmentField_RepeatedFloatValue struct + RepeatedFloatValue *SegmentFieldRepeatedFloat + type SegmentField_RepeatedGeoPointValue struct + RepeatedGeoPointValue *SegmentFieldRepeatedGeoPoint + type SegmentField_RepeatedGeoRectValue struct + RepeatedGeoRectValue *SegmentFieldRepeatedGeoRect + type SegmentField_RepeatedIntValue struct + RepeatedIntValue *SegmentFieldRepeatedInt + type SegmentField_RepeatedRangeFloatValue struct + RepeatedRangeFloatValue *SegmentFieldRepeatedRangeFloat + type SegmentField_RepeatedRangeIntValue struct + RepeatedRangeIntValue *SegmentFieldRepeatedRangeInt + type SegmentField_RepeatedStringValue struct + RepeatedStringValue *SegmentFieldRepeatedString + type SegmentField_RepeatedUintValue struct + RepeatedUintValue *SegmentFieldRepeatedUInt + type SegmentField_StringValue struct + StringValue *SegmentFieldString + type SegmentField_UintValue struct + UintValue *SegmentFieldUInt + type SegmentMultiError []error + func (m SegmentMultiError) AllErrors() []error + func (m SegmentMultiError) Error() string + type SegmentServiceClient interface + DeleteSegment func(ctx context.Context, in *DeleteSegmentRequest, opts ...grpc.CallOption) (*DeleteSegmentResponse, error) + GetSegment func(ctx context.Context, in *GetSegmentRequest, opts ...grpc.CallOption) (*GetSegmentResponse, error) + LookupSegment func(ctx context.Context, in *LookupSegmentRequest, opts ...grpc.CallOption) (*LookupSegmentResponse, error) + LookupSegmentKey func(ctx context.Context, in *LookupSegmentKeyRequest, opts ...grpc.CallOption) (*LookupSegmentKeyResponse, error) + PutSegment func(ctx context.Context, in *PutSegmentRequest, opts ...grpc.CallOption) (*PutSegmentResponse, error) + func NewSegmentServiceClient(cc grpc.ClientConnInterface) SegmentServiceClient + type SegmentServiceServer interface + DeleteSegment func(context.Context, *DeleteSegmentRequest) (*DeleteSegmentResponse, error) + GetSegment func(context.Context, *GetSegmentRequest) (*GetSegmentResponse, error) + LookupSegment func(context.Context, *LookupSegmentRequest) (*LookupSegmentResponse, error) + LookupSegmentKey func(context.Context, *LookupSegmentKeyRequest) (*LookupSegmentKeyResponse, error) + PutSegment func(context.Context, *PutSegmentRequest) (*PutSegmentResponse, error) + type SegmentValidationError struct + func (e SegmentValidationError) Cause() error + func (e SegmentValidationError) Error() string + func (e SegmentValidationError) ErrorName() string + func (e SegmentValidationError) Field() string + func (e SegmentValidationError) Key() bool + func (e SegmentValidationError) Reason() string + type Status int32 + const Status_INDEX_STATUS_ACTIVE + const Status_INDEX_STATUS_CREATING + const Status_INDEX_STATUS_DELETING + const Status_INDEX_STATUS_UNKNOWN + const Status_INDEX_STATUS_UPDATING + func (Status) Descriptor() protoreflect.EnumDescriptor + func (Status) EnumDescriptor() ([]byte, []int) + func (Status) Type() protoreflect.EnumType + func (x Status) Enum() *Status + func (x Status) Number() protoreflect.EnumNumber + func (x Status) String() string + type UnimplementedIndexServiceServer struct + func (UnimplementedIndexServiceServer) AddIndex(context.Context, *AddIndexRequest) (*AddIndexResponse, error) + func (UnimplementedIndexServiceServer) DeleteIndex(context.Context, *DeleteIndexRequest) (*DeleteIndexResponse, error) + func (UnimplementedIndexServiceServer) DescribeIndex(context.Context, *DescribeIndexRequest) (*DescribeIndexResponse, error) + func (UnimplementedIndexServiceServer) ListIndexes(context.Context, *ListIndexesRequest) (*ListIndexesResponse, error) + type UnimplementedSegmentServiceServer struct + func (UnimplementedSegmentServiceServer) DeleteSegment(context.Context, *DeleteSegmentRequest) (*DeleteSegmentResponse, error) + func (UnimplementedSegmentServiceServer) GetSegment(context.Context, *GetSegmentRequest) (*GetSegmentResponse, error) + func (UnimplementedSegmentServiceServer) LookupSegment(context.Context, *LookupSegmentRequest) (*LookupSegmentResponse, error) + func (UnimplementedSegmentServiceServer) LookupSegmentKey(context.Context, *LookupSegmentKeyRequest) (*LookupSegmentKeyResponse, error) + func (UnimplementedSegmentServiceServer) PutSegment(context.Context, *PutSegmentRequest) (*PutSegmentResponse, error) + type UnsafeIndexServiceServer interface + type UnsafeSegmentServiceServer interface