proto

package
v1.38.1 Latest Latest
Warning

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

Go to latest
Published: Aug 2, 2022 License: Apache-2.0 Imports: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	Default_McfGraph_Type = McfType_INSTANCE_MCF
)

Default values for McfGraph fields.

Variables

View Source
var (
	PropertyDirection_name = map[int32]string{
		0: "DIRECTION_UNKNOWN",
		1: "DIRECTION_IN",
		2: "DIRECTION_OUT",
	}
	PropertyDirection_value = map[string]int32{
		"DIRECTION_UNKNOWN": 0,
		"DIRECTION_IN":      1,
		"DIRECTION_OUT":     2,
	}
)

Enum value maps for PropertyDirection.

View Source
var (
	Log_Level_name = map[int32]string{
		0: "LEVEL_UNSPECIFIED",
		1: "LEVEL_INFO",
		2: "LEVEL_WARNING",
		3: "LEVEL_ERROR",
		4: "LEVEL_FATAL",
	}
	Log_Level_value = map[string]int32{
		"LEVEL_UNSPECIFIED": 0,
		"LEVEL_INFO":        1,
		"LEVEL_WARNING":     2,
		"LEVEL_ERROR":       3,
		"LEVEL_FATAL":       4,
	}
)

Enum value maps for Log_Level.

View Source
var (
	McfType_name = map[int32]string{
		0: "UNKNOWN_MCF_TYPE",
		1: "INSTANCE_MCF",
		2: "TEMPLATE_MCF",
	}
	McfType_value = map[string]int32{
		"UNKNOWN_MCF_TYPE": 0,
		"INSTANCE_MCF":     1,
		"TEMPLATE_MCF":     2,
	}
)

Enum value maps for McfType.

View Source
var (
	ValueType_name = map[int32]string{
		0: "UNKNOWN_VALUE_TYPE",
		1: "TEXT",
		2: "NUMBER",
		3: "UNRESOLVED_REF",
		4: "RESOLVED_REF",
		5: "COMPLEX_VALUE",
		6: "TABLE_COLUMN",
		7: "TABLE_ENTITY",
	}
	ValueType_value = map[string]int32{
		"UNKNOWN_VALUE_TYPE": 0,
		"TEXT":               1,
		"NUMBER":             2,
		"UNRESOLVED_REF":     3,
		"RESOLVED_REF":       4,
		"COMPLEX_VALUE":      5,
		"TABLE_COLUMN":       6,
		"TABLE_ENTITY":       7,
	}
)

Enum value maps for ValueType.

View Source
var File_common_proto protoreflect.FileDescriptor
View Source
var File_debug_proto protoreflect.FileDescriptor
View Source
var File_entity_proto protoreflect.FileDescriptor
View Source
var File_internal_proto protoreflect.FileDescriptor
View Source
var File_mixer_proto protoreflect.FileDescriptor
View Source
var File_place_proto protoreflect.FileDescriptor
View Source
var File_query_proto protoreflect.FileDescriptor
View Source
var File_recon_proto protoreflect.FileDescriptor
View Source
var File_stat_var_proto protoreflect.FileDescriptor
View Source
var File_translate_proto protoreflect.FileDescriptor
View Source
var File_v1_info_proto protoreflect.FileDescriptor
View Source
var File_v1_observations_proto protoreflect.FileDescriptor
View Source
var File_v1_page_proto protoreflect.FileDescriptor
View Source
var File_v1_pagination_proto protoreflect.FileDescriptor
View Source
var File_v1_properties_proto protoreflect.FileDescriptor
View Source
var File_v1_property_values_proto protoreflect.FileDescriptor
View Source
var File_v1_triples_proto protoreflect.FileDescriptor
View Source
var File_v1_variable_proto protoreflect.FileDescriptor
View Source
var File_v1_variables_proto protoreflect.FileDescriptor
View Source
var Mixer_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "datacommons.Mixer",
	HandlerType: (*MixerServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Query",
			Handler:    _Mixer_Query_Handler,
		},
		{
			MethodName: "GetPropertyLabels",
			Handler:    _Mixer_GetPropertyLabels_Handler,
		},
		{
			MethodName: "GetPropertyValues",
			Handler:    _Mixer_GetPropertyValues_Handler,
		},
		{
			MethodName: "GetTriples",
			Handler:    _Mixer_GetTriples_Handler,
		},
		{
			MethodName: "GetPlacesIn",
			Handler:    _Mixer_GetPlacesIn_Handler,
		},
		{
			MethodName: "GetStats",
			Handler:    _Mixer_GetStats_Handler,
		},
		{
			MethodName: "GetStatSetSeries",
			Handler:    _Mixer_GetStatSetSeries_Handler,
		},
		{
			MethodName: "GetStatValue",
			Handler:    _Mixer_GetStatValue_Handler,
		},
		{
			MethodName: "GetStatSeries",
			Handler:    _Mixer_GetStatSeries_Handler,
		},
		{
			MethodName: "GetStatAll",
			Handler:    _Mixer_GetStatAll_Handler,
		},
		{
			MethodName: "GetStatSetWithinPlace",
			Handler:    _Mixer_GetStatSetWithinPlace_Handler,
		},
		{
			MethodName: "GetStatSetWithinPlaceAll",
			Handler:    _Mixer_GetStatSetWithinPlaceAll_Handler,
		},
		{
			MethodName: "GetStatSet",
			Handler:    _Mixer_GetStatSet_Handler,
		},
		{
			MethodName: "GetStatSetSeriesWithinPlace",
			Handler:    _Mixer_GetStatSetSeriesWithinPlace_Handler,
		},
		{
			MethodName: "GetLocationsRankings",
			Handler:    _Mixer_GetLocationsRankings_Handler,
		},
		{
			MethodName: "GetRelatedLocations",
			Handler:    _Mixer_GetRelatedLocations_Handler,
		},
		{
			MethodName: "GetPlacePageData",
			Handler:    _Mixer_GetPlacePageData_Handler,
		},
		{
			MethodName: "GetBioPageData",
			Handler:    _Mixer_GetBioPageData_Handler,
		},
		{
			MethodName: "Translate",
			Handler:    _Mixer_Translate_Handler,
		},
		{
			MethodName: "Search",
			Handler:    _Mixer_Search_Handler,
		},
		{
			MethodName: "GetVersion",
			Handler:    _Mixer_GetVersion_Handler,
		},
		{
			MethodName: "GetPlaceStatsVar",
			Handler:    _Mixer_GetPlaceStatsVar_Handler,
		},
		{
			MethodName: "GetPlaceStatVars",
			Handler:    _Mixer_GetPlaceStatVars_Handler,
		},
		{
			MethodName: "GetPlaceMetadata",
			Handler:    _Mixer_GetPlaceMetadata_Handler,
		},
		{
			MethodName: "GetPlaceStatVarsUnionV1",
			Handler:    _Mixer_GetPlaceStatVarsUnionV1_Handler,
		},
		{
			MethodName: "GetPlaceStatDateWithinPlace",
			Handler:    _Mixer_GetPlaceStatDateWithinPlace_Handler,
		},
		{
			MethodName: "GetStatDateWithinPlace",
			Handler:    _Mixer_GetStatDateWithinPlace_Handler,
		},
		{
			MethodName: "GetStatVarGroup",
			Handler:    _Mixer_GetStatVarGroup_Handler,
		},
		{
			MethodName: "GetStatVarGroupNode",
			Handler:    _Mixer_GetStatVarGroupNode_Handler,
		},
		{
			MethodName: "GetStatVarPath",
			Handler:    _Mixer_GetStatVarPath_Handler,
		},
		{
			MethodName: "SearchStatVar",
			Handler:    _Mixer_SearchStatVar_Handler,
		},
		{
			MethodName: "GetStatVarSummary",
			Handler:    _Mixer_GetStatVarSummary_Handler,
		},
		{
			MethodName: "GetStatVarMatch",
			Handler:    _Mixer_GetStatVarMatch_Handler,
		},
		{
			MethodName: "Properties",
			Handler:    _Mixer_Properties_Handler,
		},
		{
			MethodName: "BulkProperties",
			Handler:    _Mixer_BulkProperties_Handler,
		},
		{
			MethodName: "PropertyValues",
			Handler:    _Mixer_PropertyValues_Handler,
		},
		{
			MethodName: "LinkedPropertyValues",
			Handler:    _Mixer_LinkedPropertyValues_Handler,
		},
		{
			MethodName: "BulkPropertyValues",
			Handler:    _Mixer_BulkPropertyValues_Handler,
		},
		{
			MethodName: "BulkLinkedPropertyValues",
			Handler:    _Mixer_BulkLinkedPropertyValues_Handler,
		},
		{
			MethodName: "Triples",
			Handler:    _Mixer_Triples_Handler,
		},
		{
			MethodName: "BulkTriples",
			Handler:    _Mixer_BulkTriples_Handler,
		},
		{
			MethodName: "Variables",
			Handler:    _Mixer_Variables_Handler,
		},
		{
			MethodName: "BulkVariables",
			Handler:    _Mixer_BulkVariables_Handler,
		},
		{
			MethodName: "PlaceInfo",
			Handler:    _Mixer_PlaceInfo_Handler,
		},
		{
			MethodName: "BulkPlaceInfo",
			Handler:    _Mixer_BulkPlaceInfo_Handler,
		},
		{
			MethodName: "VariableInfo",
			Handler:    _Mixer_VariableInfo_Handler,
		},
		{
			MethodName: "VariableGroupInfo",
			Handler:    _Mixer_VariableGroupInfo_Handler,
		},
		{
			MethodName: "BulkVariableInfo",
			Handler:    _Mixer_BulkVariableInfo_Handler,
		},
		{
			MethodName: "ObservationsPoint",
			Handler:    _Mixer_ObservationsPoint_Handler,
		},
		{
			MethodName: "BulkObservationsPoint",
			Handler:    _Mixer_BulkObservationsPoint_Handler,
		},
		{
			MethodName: "BulkObservationsPointLinked",
			Handler:    _Mixer_BulkObservationsPointLinked_Handler,
		},
		{
			MethodName: "ObservationsSeries",
			Handler:    _Mixer_ObservationsSeries_Handler,
		},
		{
			MethodName: "BulkObservationsSeries",
			Handler:    _Mixer_BulkObservationsSeries_Handler,
		},
		{
			MethodName: "BulkObservationsSeriesLinked",
			Handler:    _Mixer_BulkObservationsSeriesLinked_Handler,
		},
		{
			MethodName: "BioPage",
			Handler:    _Mixer_BioPage_Handler,
		},
		{
			MethodName: "PlacePage",
			Handler:    _Mixer_PlacePage_Handler,
		},
		{
			MethodName: "VariableAncestors",
			Handler:    _Mixer_VariableAncestors_Handler,
		},
		{
			MethodName: "VariableGroups",
			Handler:    _Mixer_VariableGroups_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "mixer.proto",
}

Mixer_ServiceDesc is the grpc.ServiceDesc for Mixer service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var Recon_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "datacommons.Recon",
	HandlerType: (*ReconServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CompareEntities",
			Handler:    _Recon_CompareEntities_Handler,
		},
		{
			MethodName: "ResolveEntities",
			Handler:    _Recon_ResolveEntities_Handler,
		},
		{
			MethodName: "ResolveCoordinates",
			Handler:    _Recon_ResolveCoordinates_Handler,
		},
		{
			MethodName: "ResolveIds",
			Handler:    _Recon_ResolveIds_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "recon.proto",
}

Recon_ServiceDesc is the grpc.ServiceDesc for Recon service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMixerServer

func RegisterMixerServer(s grpc.ServiceRegistrar, srv MixerServer)

func RegisterReconServer added in v1.33.0

func RegisterReconServer(s grpc.ServiceRegistrar, srv ReconServer)

Types

type ArcNodes added in v1.33.0

type ArcNodes struct {

	// Key is property
	In  []*EntityInfo `protobuf:"bytes,1,rep,name=in,proto3" json:"in,omitempty"`
	Out []*EntityInfo `protobuf:"bytes,2,rep,name=out,proto3" json:"out,omitempty"`
	// contains filtered or unexported fields
}

ArcNodes represents property and linked nodes.

func (*ArcNodes) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ArcNodes.ProtoReflect.Descriptor instead.

func (*ArcNodes) GetIn added in v1.33.0

func (x *ArcNodes) GetIn() []*EntityInfo

func (*ArcNodes) GetOut added in v1.33.0

func (x *ArcNodes) GetOut() []*EntityInfo

func (*ArcNodes) ProtoMessage added in v1.33.0

func (*ArcNodes) ProtoMessage()

func (*ArcNodes) ProtoReflect added in v1.33.0

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

func (*ArcNodes) Reset added in v1.33.0

func (x *ArcNodes) Reset()

func (*ArcNodes) String added in v1.33.0

func (x *ArcNodes) String() string

type BioPageRequest added in v1.38.0

type BioPageRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*BioPageRequest) Descriptor deprecated added in v1.38.0

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

Deprecated: Use BioPageRequest.ProtoReflect.Descriptor instead.

func (*BioPageRequest) GetEntity added in v1.38.0

func (x *BioPageRequest) GetEntity() string

func (*BioPageRequest) ProtoMessage added in v1.38.0

func (*BioPageRequest) ProtoMessage()

func (*BioPageRequest) ProtoReflect added in v1.38.0

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

func (*BioPageRequest) Reset added in v1.38.0

func (x *BioPageRequest) Reset()

func (*BioPageRequest) String added in v1.38.0

func (x *BioPageRequest) String() string

type BulkLinkedPropertyValuesRequest added in v1.35.2

type BulkLinkedPropertyValuesRequest struct {
	Property        string   `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"`
	Entities        []string `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"`
	ValueEntityType string   `protobuf:"bytes,3,opt,name=value_entity_type,json=valueEntityType,proto3" json:"value_entity_type,omitempty"`
	// contains filtered or unexported fields
}

Note this API request only supports property "containedInPlace" now. This is effectively used to query containing places for certain type.

func (*BulkLinkedPropertyValuesRequest) Descriptor deprecated added in v1.35.2

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

Deprecated: Use BulkLinkedPropertyValuesRequest.ProtoReflect.Descriptor instead.

func (*BulkLinkedPropertyValuesRequest) GetEntities added in v1.35.2

func (x *BulkLinkedPropertyValuesRequest) GetEntities() []string

func (*BulkLinkedPropertyValuesRequest) GetProperty added in v1.35.2

func (x *BulkLinkedPropertyValuesRequest) GetProperty() string

func (*BulkLinkedPropertyValuesRequest) GetValueEntityType added in v1.35.2

func (x *BulkLinkedPropertyValuesRequest) GetValueEntityType() string

func (*BulkLinkedPropertyValuesRequest) ProtoMessage added in v1.35.2

func (*BulkLinkedPropertyValuesRequest) ProtoMessage()

func (*BulkLinkedPropertyValuesRequest) ProtoReflect added in v1.35.2

func (*BulkLinkedPropertyValuesRequest) Reset added in v1.35.2

func (*BulkLinkedPropertyValuesRequest) String added in v1.35.2

type BulkObservationsPointLinkedRequest added in v1.35.0

type BulkObservationsPointLinkedRequest struct {

	// The observed entity type
	EntityType string `protobuf:"bytes,1,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"`
	// The entity that is linked to the observed entity
	LinkedEntity string `protobuf:"bytes,2,opt,name=linked_entity,json=linkedEntity,proto3" json:"linked_entity,omitempty"`
	// The property that links the root and observed entity
	LinkedProperty string `protobuf:"bytes,3,opt,name=linked_property,json=linkedProperty,proto3" json:"linked_property,omitempty"`
	// Variables to query for
	Variables []string `protobuf:"bytes,4,rep,name=variables,proto3" json:"variables,omitempty"`
	// [Optional] Observation date
	Date string `protobuf:"bytes,5,opt,name=date,proto3" json:"date,omitempty"`
	// [Optional] Whether to fetch data from all facets
	AllFacets bool `protobuf:"varint,6,opt,name=all_facets,json=allFacets,proto3" json:"all_facets,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkObservationsPointLinkedRequest) Descriptor deprecated added in v1.35.0

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

Deprecated: Use BulkObservationsPointLinkedRequest.ProtoReflect.Descriptor instead.

func (*BulkObservationsPointLinkedRequest) GetAllFacets added in v1.35.0

func (x *BulkObservationsPointLinkedRequest) GetAllFacets() bool

func (*BulkObservationsPointLinkedRequest) GetDate added in v1.35.0

func (*BulkObservationsPointLinkedRequest) GetEntityType added in v1.35.0

func (x *BulkObservationsPointLinkedRequest) GetEntityType() string

func (*BulkObservationsPointLinkedRequest) GetLinkedEntity added in v1.35.0

func (x *BulkObservationsPointLinkedRequest) GetLinkedEntity() string

func (*BulkObservationsPointLinkedRequest) GetLinkedProperty added in v1.35.0

func (x *BulkObservationsPointLinkedRequest) GetLinkedProperty() string

func (*BulkObservationsPointLinkedRequest) GetVariables added in v1.35.0

func (x *BulkObservationsPointLinkedRequest) GetVariables() []string

func (*BulkObservationsPointLinkedRequest) ProtoMessage added in v1.35.0

func (*BulkObservationsPointLinkedRequest) ProtoMessage()

func (*BulkObservationsPointLinkedRequest) ProtoReflect added in v1.35.0

func (*BulkObservationsPointLinkedRequest) Reset added in v1.35.0

func (*BulkObservationsPointLinkedRequest) String added in v1.35.0

type BulkObservationsPointRequest added in v1.35.0

type BulkObservationsPointRequest struct {
	Entities  []string `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	Variables []string `protobuf:"bytes,2,rep,name=variables,proto3" json:"variables,omitempty"`
	Date      string   `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	AllFacets bool     `protobuf:"varint,4,opt,name=all_facets,json=allFacets,proto3" json:"all_facets,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkObservationsPointRequest) Descriptor deprecated added in v1.35.0

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

Deprecated: Use BulkObservationsPointRequest.ProtoReflect.Descriptor instead.

func (*BulkObservationsPointRequest) GetAllFacets added in v1.35.0

func (x *BulkObservationsPointRequest) GetAllFacets() bool

func (*BulkObservationsPointRequest) GetDate added in v1.35.0

func (x *BulkObservationsPointRequest) GetDate() string

func (*BulkObservationsPointRequest) GetEntities added in v1.35.0

func (x *BulkObservationsPointRequest) GetEntities() []string

func (*BulkObservationsPointRequest) GetVariables added in v1.35.0

func (x *BulkObservationsPointRequest) GetVariables() []string

func (*BulkObservationsPointRequest) ProtoMessage added in v1.35.0

func (*BulkObservationsPointRequest) ProtoMessage()

func (*BulkObservationsPointRequest) ProtoReflect added in v1.35.0

func (*BulkObservationsPointRequest) Reset added in v1.35.0

func (x *BulkObservationsPointRequest) Reset()

func (*BulkObservationsPointRequest) String added in v1.35.0

type BulkObservationsPointResponse added in v1.35.0

type BulkObservationsPointResponse struct {
	ObservationsByVariable []*VariableObservations `` /* 129-byte string literal not displayed */
	// Keyed by the hash of StatMetadata
	Facets map[uint32]*StatMetadata `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BulkObservationsPointResponse) Descriptor deprecated added in v1.35.0

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

Deprecated: Use BulkObservationsPointResponse.ProtoReflect.Descriptor instead.

func (*BulkObservationsPointResponse) GetFacets added in v1.35.0

func (*BulkObservationsPointResponse) GetObservationsByVariable added in v1.35.0

func (x *BulkObservationsPointResponse) GetObservationsByVariable() []*VariableObservations

func (*BulkObservationsPointResponse) ProtoMessage added in v1.35.0

func (*BulkObservationsPointResponse) ProtoMessage()

func (*BulkObservationsPointResponse) ProtoReflect added in v1.35.0

func (*BulkObservationsPointResponse) Reset added in v1.35.0

func (x *BulkObservationsPointResponse) Reset()

func (*BulkObservationsPointResponse) String added in v1.35.0

type BulkObservationsSeriesLinkedRequest added in v1.35.2

type BulkObservationsSeriesLinkedRequest struct {

	// The observed entity type
	EntityType string `protobuf:"bytes,1,opt,name=entity_type,json=entityType,proto3" json:"entity_type,omitempty"`
	// The entity that is linked to the observed entity
	LinkedEntity string `protobuf:"bytes,2,opt,name=linked_entity,json=linkedEntity,proto3" json:"linked_entity,omitempty"`
	// The property that links the root and observed entity
	LinkedProperty string `protobuf:"bytes,3,opt,name=linked_property,json=linkedProperty,proto3" json:"linked_property,omitempty"`
	// Variables to query for
	Variables []string `protobuf:"bytes,4,rep,name=variables,proto3" json:"variables,omitempty"`
	// [Optional] Whether to fetch data from all facets
	AllFacets bool `protobuf:"varint,5,opt,name=all_facets,json=allFacets,proto3" json:"all_facets,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkObservationsSeriesLinkedRequest) Descriptor deprecated added in v1.35.2

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

Deprecated: Use BulkObservationsSeriesLinkedRequest.ProtoReflect.Descriptor instead.

func (*BulkObservationsSeriesLinkedRequest) GetAllFacets added in v1.35.2

func (x *BulkObservationsSeriesLinkedRequest) GetAllFacets() bool

func (*BulkObservationsSeriesLinkedRequest) GetEntityType added in v1.35.2

func (x *BulkObservationsSeriesLinkedRequest) GetEntityType() string

func (*BulkObservationsSeriesLinkedRequest) GetLinkedEntity added in v1.35.2

func (x *BulkObservationsSeriesLinkedRequest) GetLinkedEntity() string

func (*BulkObservationsSeriesLinkedRequest) GetLinkedProperty added in v1.35.2

func (x *BulkObservationsSeriesLinkedRequest) GetLinkedProperty() string

func (*BulkObservationsSeriesLinkedRequest) GetVariables added in v1.35.2

func (x *BulkObservationsSeriesLinkedRequest) GetVariables() []string

func (*BulkObservationsSeriesLinkedRequest) ProtoMessage added in v1.35.2

func (*BulkObservationsSeriesLinkedRequest) ProtoMessage()

func (*BulkObservationsSeriesLinkedRequest) ProtoReflect added in v1.35.2

func (*BulkObservationsSeriesLinkedRequest) Reset added in v1.35.2

func (*BulkObservationsSeriesLinkedRequest) String added in v1.35.2

type BulkObservationsSeriesRequest added in v1.35.0

type BulkObservationsSeriesRequest struct {
	Entities  []string `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	Variables []string `protobuf:"bytes,2,rep,name=variables,proto3" json:"variables,omitempty"`
	AllFacets bool     `protobuf:"varint,3,opt,name=all_facets,json=allFacets,proto3" json:"all_facets,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkObservationsSeriesRequest) Descriptor deprecated added in v1.35.0

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

Deprecated: Use BulkObservationsSeriesRequest.ProtoReflect.Descriptor instead.

func (*BulkObservationsSeriesRequest) GetAllFacets added in v1.35.0

func (x *BulkObservationsSeriesRequest) GetAllFacets() bool

func (*BulkObservationsSeriesRequest) GetEntities added in v1.35.0

func (x *BulkObservationsSeriesRequest) GetEntities() []string

func (*BulkObservationsSeriesRequest) GetVariables added in v1.35.0

func (x *BulkObservationsSeriesRequest) GetVariables() []string

func (*BulkObservationsSeriesRequest) ProtoMessage added in v1.35.0

func (*BulkObservationsSeriesRequest) ProtoMessage()

func (*BulkObservationsSeriesRequest) ProtoReflect added in v1.35.0

func (*BulkObservationsSeriesRequest) Reset added in v1.35.0

func (x *BulkObservationsSeriesRequest) Reset()

func (*BulkObservationsSeriesRequest) String added in v1.35.0

type BulkObservationsSeriesResponse added in v1.35.0

type BulkObservationsSeriesResponse struct {
	ObservationsByVariable []*VariableObservations  `` /* 129-byte string literal not displayed */
	Facets                 map[uint32]*StatMetadata `` /* 154-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BulkObservationsSeriesResponse) Descriptor deprecated added in v1.35.0

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

Deprecated: Use BulkObservationsSeriesResponse.ProtoReflect.Descriptor instead.

func (*BulkObservationsSeriesResponse) GetFacets added in v1.35.0

func (*BulkObservationsSeriesResponse) GetObservationsByVariable added in v1.35.0

func (x *BulkObservationsSeriesResponse) GetObservationsByVariable() []*VariableObservations

func (*BulkObservationsSeriesResponse) ProtoMessage added in v1.35.0

func (*BulkObservationsSeriesResponse) ProtoMessage()

func (*BulkObservationsSeriesResponse) ProtoReflect added in v1.35.0

func (*BulkObservationsSeriesResponse) Reset added in v1.35.0

func (x *BulkObservationsSeriesResponse) Reset()

func (*BulkObservationsSeriesResponse) String added in v1.35.0

type BulkPlaceInfoRequest added in v1.34.0

type BulkPlaceInfoRequest struct {
	Entities []string `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkPlaceInfoRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use BulkPlaceInfoRequest.ProtoReflect.Descriptor instead.

func (*BulkPlaceInfoRequest) GetEntities added in v1.34.0

func (x *BulkPlaceInfoRequest) GetEntities() []string

func (*BulkPlaceInfoRequest) ProtoMessage added in v1.34.0

func (*BulkPlaceInfoRequest) ProtoMessage()

func (*BulkPlaceInfoRequest) ProtoReflect added in v1.34.0

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

func (*BulkPlaceInfoRequest) Reset added in v1.34.0

func (x *BulkPlaceInfoRequest) Reset()

func (*BulkPlaceInfoRequest) String added in v1.34.0

func (x *BulkPlaceInfoRequest) String() string

type BulkPlaceInfoResponse added in v1.34.0

type BulkPlaceInfoResponse struct {
	Data []*PlaceInfoResponse `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkPlaceInfoResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use BulkPlaceInfoResponse.ProtoReflect.Descriptor instead.

func (*BulkPlaceInfoResponse) GetData added in v1.34.0

func (x *BulkPlaceInfoResponse) GetData() []*PlaceInfoResponse

func (*BulkPlaceInfoResponse) ProtoMessage added in v1.34.0

func (*BulkPlaceInfoResponse) ProtoMessage()

func (*BulkPlaceInfoResponse) ProtoReflect added in v1.34.0

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

func (*BulkPlaceInfoResponse) Reset added in v1.34.0

func (x *BulkPlaceInfoResponse) Reset()

func (*BulkPlaceInfoResponse) String added in v1.34.0

func (x *BulkPlaceInfoResponse) String() string

type BulkPropertiesRequest added in v1.34.0

type BulkPropertiesRequest struct {
	Entities []string `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// Direction can only be "in" or "out"
	Direction string `protobuf:"bytes,2,opt,name=direction,proto3" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkPropertiesRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use BulkPropertiesRequest.ProtoReflect.Descriptor instead.

func (*BulkPropertiesRequest) GetDirection added in v1.34.0

func (x *BulkPropertiesRequest) GetDirection() string

func (*BulkPropertiesRequest) GetEntities added in v1.34.0

func (x *BulkPropertiesRequest) GetEntities() []string

func (*BulkPropertiesRequest) ProtoMessage added in v1.34.0

func (*BulkPropertiesRequest) ProtoMessage()

func (*BulkPropertiesRequest) ProtoReflect added in v1.34.0

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

func (*BulkPropertiesRequest) Reset added in v1.34.0

func (x *BulkPropertiesRequest) Reset()

func (*BulkPropertiesRequest) String added in v1.34.0

func (x *BulkPropertiesRequest) String() string

type BulkPropertiesResponse added in v1.34.0

type BulkPropertiesResponse struct {
	Data []*PropertiesResponse `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkPropertiesResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use BulkPropertiesResponse.ProtoReflect.Descriptor instead.

func (*BulkPropertiesResponse) GetData added in v1.34.0

func (*BulkPropertiesResponse) ProtoMessage added in v1.34.0

func (*BulkPropertiesResponse) ProtoMessage()

func (*BulkPropertiesResponse) ProtoReflect added in v1.34.0

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

func (*BulkPropertiesResponse) Reset added in v1.34.0

func (x *BulkPropertiesResponse) Reset()

func (*BulkPropertiesResponse) String added in v1.34.0

func (x *BulkPropertiesResponse) String() string

type BulkPropertyValuesRequest added in v1.35.2

type BulkPropertyValuesRequest struct {
	Property string   `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"`
	Entities []string `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"`
	// [Optional]
	// The limit of the number of values to return. The maximium limit is 1000.
	// If not specified, the default limit is 1000.
	// This limit is applied for each entity, instead of the bulk result.
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// [Optional]
	// The pagination token for getting the next set of entries. This is empty
	// for the first request and needs to be set in the subsequent request.
	// This is the value returned from a prior call to PropertyValuesResponse
	NextToken string `protobuf:"bytes,4,opt,name=next_token,json=nextToken,proto3" json:"next_token,omitempty"`
	// Direction can only be "in" and "out"
	Direction string `protobuf:"bytes,5,opt,name=direction,proto3" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkPropertyValuesRequest) Descriptor deprecated added in v1.35.2

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

Deprecated: Use BulkPropertyValuesRequest.ProtoReflect.Descriptor instead.

func (*BulkPropertyValuesRequest) GetDirection added in v1.35.2

func (x *BulkPropertyValuesRequest) GetDirection() string

func (*BulkPropertyValuesRequest) GetEntities added in v1.35.2

func (x *BulkPropertyValuesRequest) GetEntities() []string

func (*BulkPropertyValuesRequest) GetLimit added in v1.35.2

func (x *BulkPropertyValuesRequest) GetLimit() int32

func (*BulkPropertyValuesRequest) GetNextToken added in v1.35.2

func (x *BulkPropertyValuesRequest) GetNextToken() string

func (*BulkPropertyValuesRequest) GetProperty added in v1.35.2

func (x *BulkPropertyValuesRequest) GetProperty() string

func (*BulkPropertyValuesRequest) ProtoMessage added in v1.35.2

func (*BulkPropertyValuesRequest) ProtoMessage()

func (*BulkPropertyValuesRequest) ProtoReflect added in v1.35.2

func (*BulkPropertyValuesRequest) Reset added in v1.35.2

func (x *BulkPropertyValuesRequest) Reset()

func (*BulkPropertyValuesRequest) String added in v1.35.2

func (x *BulkPropertyValuesRequest) String() string

type BulkPropertyValuesResponse added in v1.35.2

type BulkPropertyValuesResponse struct {
	Data []*BulkPropertyValuesResponse_EntityPropertyValues `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// The pagination token for getting the next set of entries.
	NextToken string `protobuf:"bytes,2,opt,name=next_token,json=nextToken,proto3" json:"next_token,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkPropertyValuesResponse) Descriptor deprecated added in v1.35.2

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

Deprecated: Use BulkPropertyValuesResponse.ProtoReflect.Descriptor instead.

func (*BulkPropertyValuesResponse) GetData added in v1.35.2

func (*BulkPropertyValuesResponse) GetNextToken added in v1.35.2

func (x *BulkPropertyValuesResponse) GetNextToken() string

func (*BulkPropertyValuesResponse) ProtoMessage added in v1.35.2

func (*BulkPropertyValuesResponse) ProtoMessage()

func (*BulkPropertyValuesResponse) ProtoReflect added in v1.35.2

func (*BulkPropertyValuesResponse) Reset added in v1.35.2

func (x *BulkPropertyValuesResponse) Reset()

func (*BulkPropertyValuesResponse) String added in v1.35.2

func (x *BulkPropertyValuesResponse) String() string

type BulkPropertyValuesResponse_EntityPropertyValues added in v1.35.2

type BulkPropertyValuesResponse_EntityPropertyValues struct {
	Entity string        `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Values []*EntityInfo `protobuf:"bytes,2,rep,name=values,proto3" json:"values,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkPropertyValuesResponse_EntityPropertyValues) Descriptor deprecated added in v1.35.2

Deprecated: Use BulkPropertyValuesResponse_EntityPropertyValues.ProtoReflect.Descriptor instead.

func (*BulkPropertyValuesResponse_EntityPropertyValues) GetEntity added in v1.35.2

func (*BulkPropertyValuesResponse_EntityPropertyValues) GetValues added in v1.35.2

func (*BulkPropertyValuesResponse_EntityPropertyValues) ProtoMessage added in v1.35.2

func (*BulkPropertyValuesResponse_EntityPropertyValues) ProtoReflect added in v1.35.2

func (*BulkPropertyValuesResponse_EntityPropertyValues) Reset added in v1.35.2

func (*BulkPropertyValuesResponse_EntityPropertyValues) String added in v1.35.2

type BulkTriplesRequest added in v1.35.2

type BulkTriplesRequest struct {
	Entities []string `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// Direction can only be "in" and "out"
	Direction string `protobuf:"bytes,2,opt,name=direction,proto3" json:"direction,omitempty"`
	// [Optional]
	// The pagination token for getting the next set of entries. This is empty
	// for the first request and needs to be set in the subsequent request.
	// This is the value returned from a prior call to BulkTriplesRequest
	NextToken string `protobuf:"bytes,3,opt,name=next_token,json=nextToken,proto3" json:"next_token,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkTriplesRequest) Descriptor deprecated added in v1.35.2

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

Deprecated: Use BulkTriplesRequest.ProtoReflect.Descriptor instead.

func (*BulkTriplesRequest) GetDirection added in v1.35.2

func (x *BulkTriplesRequest) GetDirection() string

func (*BulkTriplesRequest) GetEntities added in v1.35.2

func (x *BulkTriplesRequest) GetEntities() []string

func (*BulkTriplesRequest) GetNextToken added in v1.35.2

func (x *BulkTriplesRequest) GetNextToken() string

func (*BulkTriplesRequest) ProtoMessage added in v1.35.2

func (*BulkTriplesRequest) ProtoMessage()

func (*BulkTriplesRequest) ProtoReflect added in v1.35.2

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

func (*BulkTriplesRequest) Reset added in v1.35.2

func (x *BulkTriplesRequest) Reset()

func (*BulkTriplesRequest) String added in v1.35.2

func (x *BulkTriplesRequest) String() string

type BulkTriplesResponse added in v1.35.2

type BulkTriplesResponse struct {
	Data []*BulkTriplesResponse_EntityTriples `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// The pagination token for getting the next set of entries.
	NextToken string `protobuf:"bytes,2,opt,name=next_token,json=nextToken,proto3" json:"next_token,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkTriplesResponse) Descriptor deprecated added in v1.35.2

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

Deprecated: Use BulkTriplesResponse.ProtoReflect.Descriptor instead.

func (*BulkTriplesResponse) GetData added in v1.35.2

func (*BulkTriplesResponse) GetNextToken added in v1.35.2

func (x *BulkTriplesResponse) GetNextToken() string

func (*BulkTriplesResponse) ProtoMessage added in v1.35.2

func (*BulkTriplesResponse) ProtoMessage()

func (*BulkTriplesResponse) ProtoReflect added in v1.35.2

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

func (*BulkTriplesResponse) Reset added in v1.35.2

func (x *BulkTriplesResponse) Reset()

func (*BulkTriplesResponse) String added in v1.35.2

func (x *BulkTriplesResponse) String() string

type BulkTriplesResponse_EntityTriples added in v1.35.2

type BulkTriplesResponse_EntityTriples struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// Key is property.
	Triples map[string]*EntityInfoCollection `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*BulkTriplesResponse_EntityTriples) Descriptor deprecated added in v1.35.2

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

Deprecated: Use BulkTriplesResponse_EntityTriples.ProtoReflect.Descriptor instead.

func (*BulkTriplesResponse_EntityTriples) GetEntity added in v1.35.2

func (*BulkTriplesResponse_EntityTriples) GetTriples added in v1.35.2

func (*BulkTriplesResponse_EntityTriples) ProtoMessage added in v1.35.2

func (*BulkTriplesResponse_EntityTriples) ProtoMessage()

func (*BulkTriplesResponse_EntityTriples) ProtoReflect added in v1.35.2

func (*BulkTriplesResponse_EntityTriples) Reset added in v1.35.2

func (*BulkTriplesResponse_EntityTriples) String added in v1.35.2

type BulkVariableInfoRequest added in v1.34.0

type BulkVariableInfoRequest struct {
	Entities []string `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkVariableInfoRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use BulkVariableInfoRequest.ProtoReflect.Descriptor instead.

func (*BulkVariableInfoRequest) GetEntities added in v1.34.0

func (x *BulkVariableInfoRequest) GetEntities() []string

func (*BulkVariableInfoRequest) ProtoMessage added in v1.34.0

func (*BulkVariableInfoRequest) ProtoMessage()

func (*BulkVariableInfoRequest) ProtoReflect added in v1.34.0

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

func (*BulkVariableInfoRequest) Reset added in v1.34.0

func (x *BulkVariableInfoRequest) Reset()

func (*BulkVariableInfoRequest) String added in v1.34.0

func (x *BulkVariableInfoRequest) String() string

type BulkVariableInfoResponse added in v1.34.0

type BulkVariableInfoResponse struct {
	Data []*VariableInfoResponse `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkVariableInfoResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use BulkVariableInfoResponse.ProtoReflect.Descriptor instead.

func (*BulkVariableInfoResponse) GetData added in v1.34.0

func (*BulkVariableInfoResponse) ProtoMessage added in v1.34.0

func (*BulkVariableInfoResponse) ProtoMessage()

func (*BulkVariableInfoResponse) ProtoReflect added in v1.34.0

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

func (*BulkVariableInfoResponse) Reset added in v1.34.0

func (x *BulkVariableInfoResponse) Reset()

func (*BulkVariableInfoResponse) String added in v1.34.0

func (x *BulkVariableInfoResponse) String() string

type BulkVariablesRequest added in v1.34.0

type BulkVariablesRequest struct {
	Entities []string `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// If set, return the union of all variables of all entities.
	Union bool `protobuf:"varint,2,opt,name=union,proto3" json:"union,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkVariablesRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use BulkVariablesRequest.ProtoReflect.Descriptor instead.

func (*BulkVariablesRequest) GetEntities added in v1.34.0

func (x *BulkVariablesRequest) GetEntities() []string

func (*BulkVariablesRequest) GetUnion added in v1.34.0

func (x *BulkVariablesRequest) GetUnion() bool

func (*BulkVariablesRequest) ProtoMessage added in v1.34.0

func (*BulkVariablesRequest) ProtoMessage()

func (*BulkVariablesRequest) ProtoReflect added in v1.34.0

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

func (*BulkVariablesRequest) Reset added in v1.34.0

func (x *BulkVariablesRequest) Reset()

func (*BulkVariablesRequest) String added in v1.34.0

func (x *BulkVariablesRequest) String() string

type BulkVariablesResponse added in v1.34.0

type BulkVariablesResponse struct {
	Data []*VariablesResponse `protobuf:"bytes,1,rep,name=data,proto3" json:"data,omitempty"`
	// contains filtered or unexported fields
}

func (*BulkVariablesResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use BulkVariablesResponse.ProtoReflect.Descriptor instead.

func (*BulkVariablesResponse) GetData added in v1.34.0

func (x *BulkVariablesResponse) GetData() []*VariablesResponse

func (*BulkVariablesResponse) ProtoMessage added in v1.34.0

func (*BulkVariablesResponse) ProtoMessage()

func (*BulkVariablesResponse) ProtoReflect added in v1.34.0

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

func (*BulkVariablesResponse) Reset added in v1.34.0

func (x *BulkVariablesResponse) Reset()

func (*BulkVariablesResponse) String added in v1.34.0

func (x *BulkVariablesResponse) String() string

type ChartStore

type ChartStore struct {

	// Types that are assignable to Val:
	//	*ChartStore_ObsTimeSeries
	//	*ChartStore_ObsCollection
	Val isChartStore_Val `protobuf_oneof:"val"`
	// contains filtered or unexported fields
}

Wrapper for observation data.

func (*ChartStore) Descriptor deprecated

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

Deprecated: Use ChartStore.ProtoReflect.Descriptor instead.

func (*ChartStore) GetObsCollection

func (x *ChartStore) GetObsCollection() *ObsCollection

func (*ChartStore) GetObsTimeSeries

func (x *ChartStore) GetObsTimeSeries() *ObsTimeSeries

func (*ChartStore) GetVal

func (m *ChartStore) GetVal() isChartStore_Val

func (*ChartStore) ProtoMessage

func (*ChartStore) ProtoMessage()

func (*ChartStore) ProtoReflect

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

func (*ChartStore) Reset

func (x *ChartStore) Reset()

func (*ChartStore) String

func (x *ChartStore) String() string

type ChartStore_ObsCollection

type ChartStore_ObsCollection struct {
	ObsCollection *ObsCollection `protobuf:"bytes,2,opt,name=obs_collection,json=obsCollection,proto3,oneof"`
}

type ChartStore_ObsTimeSeries

type ChartStore_ObsTimeSeries struct {
	ObsTimeSeries *ObsTimeSeries `protobuf:"bytes,1,opt,name=obs_time_series,json=obsTimeSeries,proto3,oneof"`
}

type CompareEntitiesRequest added in v1.33.0

type CompareEntitiesRequest struct {
	EntityPairs []*EntityPair `protobuf:"bytes,1,rep,name=entity_pairs,json=entityPairs,proto3" json:"entity_pairs,omitempty"`
	// contains filtered or unexported fields
}

func (*CompareEntitiesRequest) Descriptor deprecated added in v1.33.0

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

Deprecated: Use CompareEntitiesRequest.ProtoReflect.Descriptor instead.

func (*CompareEntitiesRequest) GetEntityPairs added in v1.33.0

func (x *CompareEntitiesRequest) GetEntityPairs() []*EntityPair

func (*CompareEntitiesRequest) ProtoMessage added in v1.33.0

func (*CompareEntitiesRequest) ProtoMessage()

func (*CompareEntitiesRequest) ProtoReflect added in v1.33.0

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

func (*CompareEntitiesRequest) Reset added in v1.33.0

func (x *CompareEntitiesRequest) Reset()

func (*CompareEntitiesRequest) String added in v1.33.0

func (x *CompareEntitiesRequest) String() string

type CompareEntitiesResponse added in v1.33.0

type CompareEntitiesResponse struct {
	Comparisons []*CompareEntitiesResponse_Comparison `protobuf:"bytes,1,rep,name=comparisons,proto3" json:"comparisons,omitempty"`
	// contains filtered or unexported fields
}

func (*CompareEntitiesResponse) Descriptor deprecated added in v1.33.0

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

Deprecated: Use CompareEntitiesResponse.ProtoReflect.Descriptor instead.

func (*CompareEntitiesResponse) GetComparisons added in v1.33.0

func (*CompareEntitiesResponse) ProtoMessage added in v1.33.0

func (*CompareEntitiesResponse) ProtoMessage()

func (*CompareEntitiesResponse) ProtoReflect added in v1.33.0

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

func (*CompareEntitiesResponse) Reset added in v1.33.0

func (x *CompareEntitiesResponse) Reset()

func (*CompareEntitiesResponse) String added in v1.33.0

func (x *CompareEntitiesResponse) String() string

type CompareEntitiesResponse_Comparison added in v1.33.0

type CompareEntitiesResponse_Comparison struct {

	// Must have two source_ids, one for each entity.
	SourceIds   []string `protobuf:"bytes,1,rep,name=source_ids,json=sourceIds,proto3" json:"source_ids,omitempty"`
	Probability float64  `protobuf:"fixed64,2,opt,name=probability,proto3" json:"probability,omitempty"`
	// contains filtered or unexported fields
}

func (*CompareEntitiesResponse_Comparison) Descriptor deprecated added in v1.33.0

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

Deprecated: Use CompareEntitiesResponse_Comparison.ProtoReflect.Descriptor instead.

func (*CompareEntitiesResponse_Comparison) GetProbability added in v1.33.0

func (x *CompareEntitiesResponse_Comparison) GetProbability() float64

func (*CompareEntitiesResponse_Comparison) GetSourceIds added in v1.33.0

func (x *CompareEntitiesResponse_Comparison) GetSourceIds() []string

func (*CompareEntitiesResponse_Comparison) ProtoMessage added in v1.33.0

func (*CompareEntitiesResponse_Comparison) ProtoMessage()

func (*CompareEntitiesResponse_Comparison) ProtoReflect added in v1.33.0

func (*CompareEntitiesResponse_Comparison) Reset added in v1.33.0

func (*CompareEntitiesResponse_Comparison) String added in v1.33.0

type ContainedPlaces added in v1.33.0

type ContainedPlaces struct {
	Dcids []string `protobuf:"bytes,1,rep,name=dcids,proto3" json:"dcids,omitempty"`
	// contains filtered or unexported fields
}

func (*ContainedPlaces) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ContainedPlaces.ProtoReflect.Descriptor instead.

func (*ContainedPlaces) GetDcids added in v1.33.0

func (x *ContainedPlaces) GetDcids() []string

func (*ContainedPlaces) ProtoMessage added in v1.33.0

func (*ContainedPlaces) ProtoMessage()

func (*ContainedPlaces) ProtoReflect added in v1.33.0

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

func (*ContainedPlaces) Reset added in v1.33.0

func (x *ContainedPlaces) Reset()

func (*ContainedPlaces) String added in v1.33.0

func (x *ContainedPlaces) String() string

type CoordinateRecon added in v1.33.0

type CoordinateRecon struct {
	Places []*CoordinateRecon_Place `protobuf:"bytes,1,rep,name=places,proto3" json:"places,omitempty"`
	// contains filtered or unexported fields
}

A list of candidate places that a coordinate might be contained in.

func (*CoordinateRecon) Descriptor deprecated added in v1.33.0

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

Deprecated: Use CoordinateRecon.ProtoReflect.Descriptor instead.

func (*CoordinateRecon) GetPlaces added in v1.33.0

func (x *CoordinateRecon) GetPlaces() []*CoordinateRecon_Place

func (*CoordinateRecon) ProtoMessage added in v1.33.0

func (*CoordinateRecon) ProtoMessage()

func (*CoordinateRecon) ProtoReflect added in v1.33.0

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

func (*CoordinateRecon) Reset added in v1.33.0

func (x *CoordinateRecon) Reset()

func (*CoordinateRecon) String added in v1.33.0

func (x *CoordinateRecon) String() string

type CoordinateRecon_Place added in v1.33.0

type CoordinateRecon_Place struct {

	// The DCIDs of the places.
	Dcid string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	// If the rectangle is fully contained in the place.
	Full bool `protobuf:"varint,2,opt,name=full,proto3" json:"full,omitempty"`
	// contains filtered or unexported fields
}

func (*CoordinateRecon_Place) Descriptor deprecated added in v1.33.0

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

Deprecated: Use CoordinateRecon_Place.ProtoReflect.Descriptor instead.

func (*CoordinateRecon_Place) GetDcid added in v1.33.0

func (x *CoordinateRecon_Place) GetDcid() string

func (*CoordinateRecon_Place) GetFull added in v1.33.0

func (x *CoordinateRecon_Place) GetFull() bool

func (*CoordinateRecon_Place) ProtoMessage added in v1.33.0

func (*CoordinateRecon_Place) ProtoMessage()

func (*CoordinateRecon_Place) ProtoReflect added in v1.33.0

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

func (*CoordinateRecon_Place) Reset added in v1.33.0

func (x *CoordinateRecon_Place) Reset()

func (*CoordinateRecon_Place) String added in v1.33.0

func (x *CoordinateRecon_Place) String() string

type Cursor added in v1.35.2

type Cursor struct {

	// The index of the import group, starts from 0.
	ImportGroup int32 `protobuf:"varint,1,opt,name=import_group,json=importGroup,proto3" json:"import_group,omitempty"`
	// The index of the page, starts from 0.
	Page int32 `protobuf:"varint,2,opt,name=page,proto3" json:"page,omitempty"`
	// The position of the next read item in the current page, starts from 0.
	Item int32 `protobuf:"varint,3,opt,name=item,proto3" json:"item,omitempty"`
	// contains filtered or unexported fields
}

Cursor represents the position of a paginated Bigtable cache data for an import group.

func (*Cursor) Descriptor deprecated added in v1.35.2

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

Deprecated: Use Cursor.ProtoReflect.Descriptor instead.

func (*Cursor) GetImportGroup added in v1.35.2

func (x *Cursor) GetImportGroup() int32

func (*Cursor) GetItem added in v1.35.2

func (x *Cursor) GetItem() int32

func (*Cursor) GetPage added in v1.35.2

func (x *Cursor) GetPage() int32

func (*Cursor) ProtoMessage added in v1.35.2

func (*Cursor) ProtoMessage()

func (*Cursor) ProtoReflect added in v1.35.2

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

func (*Cursor) Reset added in v1.35.2

func (x *Cursor) Reset()

func (*Cursor) String added in v1.35.2

func (x *Cursor) String() string

type CursorGroup added in v1.35.2

type CursorGroup struct {

	// Entity DCID or other information that identifies the CursorGroup.
	Keys    []string  `protobuf:"bytes,1,rep,name=keys,proto3" json:"keys,omitempty"`
	Cursors []*Cursor `protobuf:"bytes,2,rep,name=cursors,proto3" json:"cursors,omitempty"`
	// contains filtered or unexported fields
}

Represents cursors of several import groups. This holds the position information of one entity.

func (*CursorGroup) Descriptor deprecated added in v1.35.2

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

Deprecated: Use CursorGroup.ProtoReflect.Descriptor instead.

func (*CursorGroup) GetCursors added in v1.35.2

func (x *CursorGroup) GetCursors() []*Cursor

func (*CursorGroup) GetKeys added in v1.35.2

func (x *CursorGroup) GetKeys() []string

func (*CursorGroup) ProtoMessage added in v1.35.2

func (*CursorGroup) ProtoMessage()

func (*CursorGroup) ProtoReflect added in v1.35.2

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

func (*CursorGroup) Reset added in v1.35.2

func (x *CursorGroup) Reset()

func (*CursorGroup) String added in v1.35.2

func (x *CursorGroup) String() string

type DateList

type DateList struct {
	Dates []string `protobuf:"bytes,1,rep,name=dates,proto3" json:"dates,omitempty"`
	// contains filtered or unexported fields
}

func (*DateList) Descriptor deprecated

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

Deprecated: Use DateList.ProtoReflect.Descriptor instead.

func (*DateList) GetDates

func (x *DateList) GetDates() []string

func (*DateList) ProtoMessage

func (*DateList) ProtoMessage()

func (*DateList) ProtoReflect

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

func (*DateList) Reset

func (x *DateList) Reset()

func (*DateList) String

func (x *DateList) String() string

type EntityIds added in v1.33.0

type EntityIds struct {
	Ids []*IdWithProperty `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityIds) Descriptor deprecated added in v1.33.0

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

Deprecated: Use EntityIds.ProtoReflect.Descriptor instead.

func (*EntityIds) GetIds added in v1.33.0

func (x *EntityIds) GetIds() []*IdWithProperty

func (*EntityIds) ProtoMessage added in v1.33.0

func (*EntityIds) ProtoMessage()

func (*EntityIds) ProtoReflect added in v1.33.0

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

func (*EntityIds) Reset added in v1.33.0

func (x *EntityIds) Reset()

func (*EntityIds) String added in v1.33.0

func (x *EntityIds) String() string

type EntityInfo

type EntityInfo struct {
	Name         string   `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Types        []string `protobuf:"bytes,2,rep,name=types,proto3" json:"types,omitempty"`
	Dcid         string   `protobuf:"bytes,3,opt,name=dcid,proto3" json:"dcid,omitempty"`
	ProvenanceId string   `protobuf:"bytes,4,opt,name=provenance_id,json=provenanceId,proto3" json:"provenance_id,omitempty"`
	Value        string   `protobuf:"bytes,5,opt,name=value,proto3" json:"value,omitempty"` // Only for object value.
	// contains filtered or unexported fields
}

Basic info for an entity (subject or object).

func (*EntityInfo) Descriptor deprecated

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

Deprecated: Use EntityInfo.ProtoReflect.Descriptor instead.

func (*EntityInfo) GetDcid

func (x *EntityInfo) GetDcid() string

func (*EntityInfo) GetName

func (x *EntityInfo) GetName() string

func (*EntityInfo) GetProvenanceId

func (x *EntityInfo) GetProvenanceId() string

func (*EntityInfo) GetTypes

func (x *EntityInfo) GetTypes() []string

func (*EntityInfo) GetValue

func (x *EntityInfo) GetValue() string

func (*EntityInfo) ProtoMessage

func (*EntityInfo) ProtoMessage()

func (*EntityInfo) ProtoReflect

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

func (*EntityInfo) Reset

func (x *EntityInfo) Reset()

func (*EntityInfo) String

func (x *EntityInfo) String() string

type EntityInfoCollection

type EntityInfoCollection struct {
	Entities []*EntityInfo `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	Total    float64       `protobuf:"fixed64,3,opt,name=total,proto3" json:"total,omitempty"`
	// contains filtered or unexported fields
}

Basic info for a collection of entities.

func (*EntityInfoCollection) Descriptor deprecated

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

Deprecated: Use EntityInfoCollection.ProtoReflect.Descriptor instead.

func (*EntityInfoCollection) GetEntities

func (x *EntityInfoCollection) GetEntities() []*EntityInfo

func (*EntityInfoCollection) GetTotal added in v1.33.0

func (x *EntityInfoCollection) GetTotal() float64

func (*EntityInfoCollection) ProtoMessage

func (*EntityInfoCollection) ProtoMessage()

func (*EntityInfoCollection) ProtoReflect

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

func (*EntityInfoCollection) Reset

func (x *EntityInfoCollection) Reset()

func (*EntityInfoCollection) String

func (x *EntityInfoCollection) String() string

type EntityObservations added in v1.35.0

type EntityObservations struct {
	Entity        string        `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	PointsByFacet []*PointStat  `protobuf:"bytes,2,rep,name=points_by_facet,json=pointsByFacet,proto3" json:"points_by_facet,omitempty"`
	SeriesByFacet []*TimeSeries `protobuf:"bytes,3,rep,name=series_by_facet,json=seriesByFacet,proto3" json:"series_by_facet,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityObservations) Descriptor deprecated added in v1.35.0

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

Deprecated: Use EntityObservations.ProtoReflect.Descriptor instead.

func (*EntityObservations) GetEntity added in v1.35.0

func (x *EntityObservations) GetEntity() string

func (*EntityObservations) GetPointsByFacet added in v1.35.0

func (x *EntityObservations) GetPointsByFacet() []*PointStat

func (*EntityObservations) GetSeriesByFacet added in v1.35.0

func (x *EntityObservations) GetSeriesByFacet() []*TimeSeries

func (*EntityObservations) ProtoMessage added in v1.35.0

func (*EntityObservations) ProtoMessage()

func (*EntityObservations) ProtoReflect added in v1.35.0

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

func (*EntityObservations) Reset added in v1.35.0

func (x *EntityObservations) Reset()

func (*EntityObservations) String added in v1.35.0

func (x *EntityObservations) String() string

type EntityPair added in v1.33.0

type EntityPair struct {
	EntityOne *EntitySubGraph `protobuf:"bytes,1,opt,name=entity_one,json=entityOne,proto3" json:"entity_one,omitempty"`
	EntityTwo *EntitySubGraph `protobuf:"bytes,2,opt,name=entity_two,json=entityTwo,proto3" json:"entity_two,omitempty"`
	// contains filtered or unexported fields
}

func (*EntityPair) Descriptor deprecated added in v1.33.0

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

Deprecated: Use EntityPair.ProtoReflect.Descriptor instead.

func (*EntityPair) GetEntityOne added in v1.33.0

func (x *EntityPair) GetEntityOne() *EntitySubGraph

func (*EntityPair) GetEntityTwo added in v1.33.0

func (x *EntityPair) GetEntityTwo() *EntitySubGraph

func (*EntityPair) ProtoMessage added in v1.33.0

func (*EntityPair) ProtoMessage()

func (*EntityPair) ProtoReflect added in v1.33.0

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

func (*EntityPair) Reset added in v1.33.0

func (x *EntityPair) Reset()

func (*EntityPair) String added in v1.33.0

func (x *EntityPair) String() string

type EntityStatVarExistence added in v1.38.0

type EntityStatVarExistence struct {

	// Set if this value is for a place+SVG-ID key, but not for place+SV-ID key.
	DescendentStatVarCount int32 `` /* 132-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*EntityStatVarExistence) Descriptor deprecated added in v1.38.0

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

Deprecated: Use EntityStatVarExistence.ProtoReflect.Descriptor instead.

func (*EntityStatVarExistence) GetDescendentStatVarCount added in v1.38.0

func (x *EntityStatVarExistence) GetDescendentStatVarCount() int32

func (*EntityStatVarExistence) ProtoMessage added in v1.38.0

func (*EntityStatVarExistence) ProtoMessage()

func (*EntityStatVarExistence) ProtoReflect added in v1.38.0

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

func (*EntityStatVarExistence) Reset added in v1.38.0

func (x *EntityStatVarExistence) Reset()

func (*EntityStatVarExistence) String added in v1.38.0

func (x *EntityStatVarExistence) String() string

type EntitySubGraph added in v1.33.0

type EntitySubGraph struct {

	// REQUIRED: source_id must be a key within `sub_graph.nodes`, or one of the
	// `ids`.
	SourceId string `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
	// Types that are assignable to GraphRepresentation:
	//	*EntitySubGraph_SubGraph
	//	*EntitySubGraph_EntityIds
	GraphRepresentation isEntitySubGraph_GraphRepresentation `protobuf_oneof:"graph_representation"`
	// contains filtered or unexported fields
}

An entity is represented by a subgraph, which contains itself and its neighbors.

func (*EntitySubGraph) Descriptor deprecated added in v1.33.0

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

Deprecated: Use EntitySubGraph.ProtoReflect.Descriptor instead.

func (*EntitySubGraph) GetEntityIds added in v1.33.0

func (x *EntitySubGraph) GetEntityIds() *EntityIds

func (*EntitySubGraph) GetGraphRepresentation added in v1.33.0

func (m *EntitySubGraph) GetGraphRepresentation() isEntitySubGraph_GraphRepresentation

func (*EntitySubGraph) GetSourceId added in v1.33.0

func (x *EntitySubGraph) GetSourceId() string

func (*EntitySubGraph) GetSubGraph added in v1.33.0

func (x *EntitySubGraph) GetSubGraph() *McfGraph

func (*EntitySubGraph) ProtoMessage added in v1.33.0

func (*EntitySubGraph) ProtoMessage()

func (*EntitySubGraph) ProtoReflect added in v1.33.0

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

func (*EntitySubGraph) Reset added in v1.33.0

func (x *EntitySubGraph) Reset()

func (*EntitySubGraph) String added in v1.33.0

func (x *EntitySubGraph) String() string

type EntitySubGraph_EntityIds added in v1.33.0

type EntitySubGraph_EntityIds struct {
	EntityIds *EntityIds `protobuf:"bytes,3,opt,name=entity_ids,json=entityIds,proto3,oneof"`
}

type EntitySubGraph_SubGraph added in v1.33.0

type EntitySubGraph_SubGraph struct {
	SubGraph *McfGraph `protobuf:"bytes,2,opt,name=sub_graph,json=subGraph,proto3,oneof"`
}

type GetBioPageDataRequest added in v1.22.0

type GetBioPageDataRequest struct {

	// The dcid of the entity
	Dcid string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	// contains filtered or unexported fields
}

Request to get all data in bio page.

func (*GetBioPageDataRequest) Descriptor deprecated added in v1.22.0

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

Deprecated: Use GetBioPageDataRequest.ProtoReflect.Descriptor instead.

func (*GetBioPageDataRequest) GetDcid added in v1.22.0

func (x *GetBioPageDataRequest) GetDcid() string

func (*GetBioPageDataRequest) ProtoMessage added in v1.22.0

func (*GetBioPageDataRequest) ProtoMessage()

func (*GetBioPageDataRequest) ProtoReflect added in v1.22.0

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

func (*GetBioPageDataRequest) Reset added in v1.22.0

func (x *GetBioPageDataRequest) Reset()

func (*GetBioPageDataRequest) String added in v1.22.0

func (x *GetBioPageDataRequest) String() string

type GetLocationsRankingsRequest

type GetLocationsRankingsRequest struct {
	StatVarDcids []string `protobuf:"bytes,1,rep,name=stat_var_dcids,json=statVarDcids,proto3" json:"stat_var_dcids,omitempty"`
	// Place type to get rankings for.
	PlaceType string `protobuf:"bytes,2,opt,name=place_type,json=placeType,proto3" json:"place_type,omitempty"`
	// (Optional) Whether to require all related places under the same ancestor.
	WithinPlace string `protobuf:"bytes,3,opt,name=within_place,json=withinPlace,proto3" json:"within_place,omitempty"`
	// (Optional) Whether the computation needs to be based on per capita.
	IsPerCapita bool `protobuf:"varint,4,opt,name=is_per_capita,json=isPerCapita,proto3" json:"is_per_capita,omitempty"`
	// contains filtered or unexported fields
}

Request to get rankings of locations for given stat var DCIDs.

func (*GetLocationsRankingsRequest) Descriptor deprecated

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

Deprecated: Use GetLocationsRankingsRequest.ProtoReflect.Descriptor instead.

func (*GetLocationsRankingsRequest) GetIsPerCapita

func (x *GetLocationsRankingsRequest) GetIsPerCapita() bool

func (*GetLocationsRankingsRequest) GetPlaceType

func (x *GetLocationsRankingsRequest) GetPlaceType() string

func (*GetLocationsRankingsRequest) GetStatVarDcids

func (x *GetLocationsRankingsRequest) GetStatVarDcids() []string

func (*GetLocationsRankingsRequest) GetWithinPlace

func (x *GetLocationsRankingsRequest) GetWithinPlace() string

func (*GetLocationsRankingsRequest) ProtoMessage

func (*GetLocationsRankingsRequest) ProtoMessage()

func (*GetLocationsRankingsRequest) ProtoReflect

func (*GetLocationsRankingsRequest) Reset

func (x *GetLocationsRankingsRequest) Reset()

func (*GetLocationsRankingsRequest) String

func (x *GetLocationsRankingsRequest) String() string

type GetLocationsRankingsResponse

type GetLocationsRankingsResponse struct {
	Data map[string]*RelatedPlacesInfo `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetLocationsRankingsResponse) Descriptor deprecated

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

Deprecated: Use GetLocationsRankingsResponse.ProtoReflect.Descriptor instead.

func (*GetLocationsRankingsResponse) GetData added in v1.33.0

func (*GetLocationsRankingsResponse) ProtoMessage

func (*GetLocationsRankingsResponse) ProtoMessage()

func (*GetLocationsRankingsResponse) ProtoReflect

func (*GetLocationsRankingsResponse) Reset

func (x *GetLocationsRankingsResponse) Reset()

func (*GetLocationsRankingsResponse) String

type GetPlaceMetadataRequest added in v1.30.0

type GetPlaceMetadataRequest struct {
	Places []string `protobuf:"bytes,1,rep,name=places,proto3" json:"places,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlaceMetadataRequest) Descriptor deprecated added in v1.30.0

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

Deprecated: Use GetPlaceMetadataRequest.ProtoReflect.Descriptor instead.

func (*GetPlaceMetadataRequest) GetPlaces added in v1.30.0

func (x *GetPlaceMetadataRequest) GetPlaces() []string

func (*GetPlaceMetadataRequest) ProtoMessage added in v1.30.0

func (*GetPlaceMetadataRequest) ProtoMessage()

func (*GetPlaceMetadataRequest) ProtoReflect added in v1.30.0

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

func (*GetPlaceMetadataRequest) Reset added in v1.30.0

func (x *GetPlaceMetadataRequest) Reset()

func (*GetPlaceMetadataRequest) String added in v1.30.0

func (x *GetPlaceMetadataRequest) String() string

type GetPlaceMetadataResponse added in v1.30.0

type GetPlaceMetadataResponse struct {

	// Keyed by place dcid.
	Data map[string]*PlaceMetadata `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetPlaceMetadataResponse) Descriptor deprecated added in v1.30.0

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

Deprecated: Use GetPlaceMetadataResponse.ProtoReflect.Descriptor instead.

func (*GetPlaceMetadataResponse) GetData added in v1.30.0

func (x *GetPlaceMetadataResponse) GetData() map[string]*PlaceMetadata

func (*GetPlaceMetadataResponse) ProtoMessage added in v1.30.0

func (*GetPlaceMetadataResponse) ProtoMessage()

func (*GetPlaceMetadataResponse) ProtoReflect added in v1.30.0

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

func (*GetPlaceMetadataResponse) Reset added in v1.30.0

func (x *GetPlaceMetadataResponse) Reset()

func (*GetPlaceMetadataResponse) String added in v1.30.0

func (x *GetPlaceMetadataResponse) String() string

type GetPlacePageDataRequest added in v1.22.0

type GetPlacePageDataRequest struct {

	// The dcid of the place.
	Place string `protobuf:"bytes,1,opt,name=place,proto3" json:"place,omitempty"`
	// A list of additional stat vars need to be fetched in addition to the
	// data in cache. This is to be used in local development, where new chart is
	// added to chart config but data is not added to cache (delay from cache
	// build).
	NewStatVars []string `protobuf:"bytes,4,rep,name=new_stat_vars,json=newStatVars,proto3" json:"new_stat_vars,omitempty"`
	// Seed value for random selection. Used by test to get deterministic result.
	Seed int64 `protobuf:"varint,3,opt,name=seed,proto3" json:"seed,omitempty"`
	// contains filtered or unexported fields
}

Request to get all data in place page.

func (*GetPlacePageDataRequest) Descriptor deprecated added in v1.22.0

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

Deprecated: Use GetPlacePageDataRequest.ProtoReflect.Descriptor instead.

func (*GetPlacePageDataRequest) GetNewStatVars added in v1.22.0

func (x *GetPlacePageDataRequest) GetNewStatVars() []string

func (*GetPlacePageDataRequest) GetPlace added in v1.22.0

func (x *GetPlacePageDataRequest) GetPlace() string

func (*GetPlacePageDataRequest) GetSeed added in v1.22.0

func (x *GetPlacePageDataRequest) GetSeed() int64

func (*GetPlacePageDataRequest) ProtoMessage added in v1.22.0

func (*GetPlacePageDataRequest) ProtoMessage()

func (*GetPlacePageDataRequest) ProtoReflect added in v1.22.0

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

func (*GetPlacePageDataRequest) Reset added in v1.22.0

func (x *GetPlacePageDataRequest) Reset()

func (*GetPlacePageDataRequest) String added in v1.22.0

func (x *GetPlacePageDataRequest) String() string

type GetPlacePageDataResponse added in v1.22.0

type GetPlacePageDataResponse struct {

	// Keyed by place dcid.
	StatVarSeries    map[string]*StatVarSeries `` /* 190-byte string literal not displayed */
	AllChildPlaces   map[string]*Places        `` /* 193-byte string literal not displayed */
	LatestPopulation map[string]*PointStat     `` /* 197-byte string literal not displayed */
	ChildPlacesType  string                    `protobuf:"bytes,3,opt,name=child_places_type,json=childPlacesType,proto3" json:"child_places_type,omitempty"`
	ChildPlaces      []string                  `protobuf:"bytes,4,rep,name=child_places,json=childPlaces,proto3" json:"child_places,omitempty"`
	ParentPlaces     []string                  `protobuf:"bytes,5,rep,name=parent_places,json=parentPlaces,proto3" json:"parent_places,omitempty"`
	SimilarPlaces    []string                  `protobuf:"bytes,6,rep,name=similar_places,json=similarPlaces,proto3" json:"similar_places,omitempty"`
	NearbyPlaces     []string                  `protobuf:"bytes,7,rep,name=nearby_places,json=nearbyPlaces,proto3" json:"nearby_places,omitempty"`
	// contains filtered or unexported fields
}

Response to get place page info for a place.

func (*GetPlacePageDataResponse) Descriptor deprecated added in v1.22.0

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

Deprecated: Use GetPlacePageDataResponse.ProtoReflect.Descriptor instead.

func (*GetPlacePageDataResponse) GetAllChildPlaces added in v1.22.0

func (x *GetPlacePageDataResponse) GetAllChildPlaces() map[string]*Places

func (*GetPlacePageDataResponse) GetChildPlaces added in v1.22.0

func (x *GetPlacePageDataResponse) GetChildPlaces() []string

func (*GetPlacePageDataResponse) GetChildPlacesType added in v1.22.0

func (x *GetPlacePageDataResponse) GetChildPlacesType() string

func (*GetPlacePageDataResponse) GetLatestPopulation added in v1.23.0

func (x *GetPlacePageDataResponse) GetLatestPopulation() map[string]*PointStat

func (*GetPlacePageDataResponse) GetNearbyPlaces added in v1.22.0

func (x *GetPlacePageDataResponse) GetNearbyPlaces() []string

func (*GetPlacePageDataResponse) GetParentPlaces added in v1.22.0

func (x *GetPlacePageDataResponse) GetParentPlaces() []string

func (*GetPlacePageDataResponse) GetSimilarPlaces added in v1.22.0

func (x *GetPlacePageDataResponse) GetSimilarPlaces() []string

func (*GetPlacePageDataResponse) GetStatVarSeries added in v1.22.0

func (x *GetPlacePageDataResponse) GetStatVarSeries() map[string]*StatVarSeries

func (*GetPlacePageDataResponse) ProtoMessage added in v1.22.0

func (*GetPlacePageDataResponse) ProtoMessage()

func (*GetPlacePageDataResponse) ProtoReflect added in v1.22.0

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

func (*GetPlacePageDataResponse) Reset added in v1.22.0

func (x *GetPlacePageDataResponse) Reset()

func (*GetPlacePageDataResponse) String added in v1.22.0

func (x *GetPlacePageDataResponse) String() string

type GetPlaceStatDateWithinPlaceRequest

type GetPlaceStatDateWithinPlaceRequest struct {
	AncestorPlace string   `protobuf:"bytes,1,opt,name=ancestor_place,json=ancestorPlace,proto3" json:"ancestor_place,omitempty"`
	PlaceType     string   `protobuf:"bytes,2,opt,name=place_type,json=placeType,proto3" json:"place_type,omitempty"`
	StatVars      []string `protobuf:"bytes,3,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// contains filtered or unexported fields
}

func (*GetPlaceStatDateWithinPlaceRequest) Descriptor deprecated

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

Deprecated: Use GetPlaceStatDateWithinPlaceRequest.ProtoReflect.Descriptor instead.

func (*GetPlaceStatDateWithinPlaceRequest) GetAncestorPlace

func (x *GetPlaceStatDateWithinPlaceRequest) GetAncestorPlace() string

func (*GetPlaceStatDateWithinPlaceRequest) GetPlaceType

func (x *GetPlaceStatDateWithinPlaceRequest) GetPlaceType() string

func (*GetPlaceStatDateWithinPlaceRequest) GetStatVars

func (x *GetPlaceStatDateWithinPlaceRequest) GetStatVars() []string

func (*GetPlaceStatDateWithinPlaceRequest) ProtoMessage

func (*GetPlaceStatDateWithinPlaceRequest) ProtoMessage()

func (*GetPlaceStatDateWithinPlaceRequest) ProtoReflect

func (*GetPlaceStatDateWithinPlaceRequest) Reset

func (*GetPlaceStatDateWithinPlaceRequest) String

type GetPlaceStatDateWithinPlaceResponse

type GetPlaceStatDateWithinPlaceResponse struct {

	// Keyed by statVar.
	Data map[string]*DateList `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetPlaceStatDateWithinPlaceResponse) Descriptor deprecated

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

Deprecated: Use GetPlaceStatDateWithinPlaceResponse.ProtoReflect.Descriptor instead.

func (*GetPlaceStatDateWithinPlaceResponse) GetData

func (*GetPlaceStatDateWithinPlaceResponse) ProtoMessage

func (*GetPlaceStatDateWithinPlaceResponse) ProtoMessage()

func (*GetPlaceStatDateWithinPlaceResponse) ProtoReflect

func (*GetPlaceStatDateWithinPlaceResponse) Reset

func (*GetPlaceStatDateWithinPlaceResponse) String

type GetPlaceStatVarsRequest

type GetPlaceStatVarsRequest struct {

	// DCIDs of the places.
	Dcids []string `protobuf:"bytes,1,rep,name=dcids,proto3" json:"dcids,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetPlaceStatVars API.

func (*GetPlaceStatVarsRequest) Descriptor deprecated

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

Deprecated: Use GetPlaceStatVarsRequest.ProtoReflect.Descriptor instead.

func (*GetPlaceStatVarsRequest) GetDcids

func (x *GetPlaceStatVarsRequest) GetDcids() []string

func (*GetPlaceStatVarsRequest) ProtoMessage

func (*GetPlaceStatVarsRequest) ProtoMessage()

func (*GetPlaceStatVarsRequest) ProtoReflect

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

func (*GetPlaceStatVarsRequest) Reset

func (x *GetPlaceStatVarsRequest) Reset()

func (*GetPlaceStatVarsRequest) String

func (x *GetPlaceStatVarsRequest) String() string

type GetPlaceStatVarsResponse

type GetPlaceStatVarsResponse struct {

	// A map from place dcid to a list of statistical variable dcids.
	Places map[string]*StatVars `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for GetPlaceStatVars API.

func (*GetPlaceStatVarsResponse) Descriptor deprecated

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

Deprecated: Use GetPlaceStatVarsResponse.ProtoReflect.Descriptor instead.

func (*GetPlaceStatVarsResponse) GetPlaces

func (x *GetPlaceStatVarsResponse) GetPlaces() map[string]*StatVars

func (*GetPlaceStatVarsResponse) ProtoMessage

func (*GetPlaceStatVarsResponse) ProtoMessage()

func (*GetPlaceStatVarsResponse) ProtoReflect

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

func (*GetPlaceStatVarsResponse) Reset

func (x *GetPlaceStatVarsResponse) Reset()

func (*GetPlaceStatVarsResponse) String

func (x *GetPlaceStatVarsResponse) String() string

type GetPlaceStatVarsUnionRequest

type GetPlaceStatVarsUnionRequest struct {

	// DCIDs of the places.
	Dcids []string `protobuf:"bytes,1,rep,name=dcids,proto3" json:"dcids,omitempty"`
	// (optional) DCID of stat vars to filter for
	StatVars []string `protobuf:"bytes,2,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetPlaceStatVarsUnionV1 API.

func (*GetPlaceStatVarsUnionRequest) Descriptor deprecated

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

Deprecated: Use GetPlaceStatVarsUnionRequest.ProtoReflect.Descriptor instead.

func (*GetPlaceStatVarsUnionRequest) GetDcids

func (x *GetPlaceStatVarsUnionRequest) GetDcids() []string

func (*GetPlaceStatVarsUnionRequest) GetStatVars added in v1.21.0

func (x *GetPlaceStatVarsUnionRequest) GetStatVars() []string

func (*GetPlaceStatVarsUnionRequest) ProtoMessage

func (*GetPlaceStatVarsUnionRequest) ProtoMessage()

func (*GetPlaceStatVarsUnionRequest) ProtoReflect

func (*GetPlaceStatVarsUnionRequest) Reset

func (x *GetPlaceStatVarsUnionRequest) Reset()

func (*GetPlaceStatVarsUnionRequest) String

type GetPlaceStatVarsUnionResponse

type GetPlaceStatVarsUnionResponse struct {
	StatVars []string `protobuf:"bytes,1,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// contains filtered or unexported fields
}

Response message for GetPlaceStatVarsUnionV1 API.

func (*GetPlaceStatVarsUnionResponse) Descriptor deprecated

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

Deprecated: Use GetPlaceStatVarsUnionResponse.ProtoReflect.Descriptor instead.

func (*GetPlaceStatVarsUnionResponse) GetStatVars

func (x *GetPlaceStatVarsUnionResponse) GetStatVars() []string

func (*GetPlaceStatVarsUnionResponse) ProtoMessage

func (*GetPlaceStatVarsUnionResponse) ProtoMessage()

func (*GetPlaceStatVarsUnionResponse) ProtoReflect

func (*GetPlaceStatVarsUnionResponse) Reset

func (x *GetPlaceStatVarsUnionResponse) Reset()

func (*GetPlaceStatVarsUnionResponse) String

type GetPlaceStatsVarRequest

type GetPlaceStatsVarRequest struct {

	// DCIDs of the places.
	Dcids []string `protobuf:"bytes,1,rep,name=dcids,proto3" json:"dcids,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetPlaceStats API.

func (*GetPlaceStatsVarRequest) Descriptor deprecated

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

Deprecated: Use GetPlaceStatsVarRequest.ProtoReflect.Descriptor instead.

func (*GetPlaceStatsVarRequest) GetDcids

func (x *GetPlaceStatsVarRequest) GetDcids() []string

func (*GetPlaceStatsVarRequest) ProtoMessage

func (*GetPlaceStatsVarRequest) ProtoMessage()

func (*GetPlaceStatsVarRequest) ProtoReflect

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

func (*GetPlaceStatsVarRequest) Reset

func (x *GetPlaceStatsVarRequest) Reset()

func (*GetPlaceStatsVarRequest) String

func (x *GetPlaceStatsVarRequest) String() string

type GetPlaceStatsVarResponse

type GetPlaceStatsVarResponse struct {

	// A map from place dcid to a list of statistical variable dcids.
	Places map[string]*StatsVars `` /* 153-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for GetPlaceStats API.

func (*GetPlaceStatsVarResponse) Descriptor deprecated

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

Deprecated: Use GetPlaceStatsVarResponse.ProtoReflect.Descriptor instead.

func (*GetPlaceStatsVarResponse) GetPlaces

func (x *GetPlaceStatsVarResponse) GetPlaces() map[string]*StatsVars

func (*GetPlaceStatsVarResponse) ProtoMessage

func (*GetPlaceStatsVarResponse) ProtoMessage()

func (*GetPlaceStatsVarResponse) ProtoReflect

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

func (*GetPlaceStatsVarResponse) Reset

func (x *GetPlaceStatsVarResponse) Reset()

func (*GetPlaceStatsVarResponse) String

func (x *GetPlaceStatsVarResponse) String() string

type GetPlacesInRequest

type GetPlacesInRequest struct {

	// The parent place dcids.
	Dcids []string `protobuf:"bytes,1,rep,name=dcids,proto3" json:"dcids,omitempty"`
	// The child place type.
	PlaceType string `protobuf:"bytes,2,opt,name=place_type,json=placeType,proto3" json:"place_type,omitempty"`
	// contains filtered or unexported fields
}

Request to get places that are contained in parent places.

func (*GetPlacesInRequest) Descriptor deprecated

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

Deprecated: Use GetPlacesInRequest.ProtoReflect.Descriptor instead.

func (*GetPlacesInRequest) GetDcids

func (x *GetPlacesInRequest) GetDcids() []string

func (*GetPlacesInRequest) GetPlaceType

func (x *GetPlacesInRequest) GetPlaceType() string

func (*GetPlacesInRequest) ProtoMessage

func (*GetPlacesInRequest) ProtoMessage()

func (*GetPlacesInRequest) ProtoReflect

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

func (*GetPlacesInRequest) Reset

func (x *GetPlacesInRequest) Reset()

func (*GetPlacesInRequest) String

func (x *GetPlacesInRequest) String() string

type GetPlacesInResponse

type GetPlacesInResponse struct {

	// The JSON payload.
	Payload string `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

Response of GetPlacesIn.

func (*GetPlacesInResponse) Descriptor deprecated

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

Deprecated: Use GetPlacesInResponse.ProtoReflect.Descriptor instead.

func (*GetPlacesInResponse) GetPayload

func (x *GetPlacesInResponse) GetPayload() string

func (*GetPlacesInResponse) ProtoMessage

func (*GetPlacesInResponse) ProtoMessage()

func (*GetPlacesInResponse) ProtoReflect

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

func (*GetPlacesInResponse) Reset

func (x *GetPlacesInResponse) Reset()

func (*GetPlacesInResponse) String

func (x *GetPlacesInResponse) String() string

type GetPropertyLabelsRequest

type GetPropertyLabelsRequest struct {

	// The dcids of nodes.
	Dcids []string `protobuf:"bytes,1,rep,name=dcids,proto3" json:"dcids,omitempty"`
	// contains filtered or unexported fields
}

Request to get property labels.

func (*GetPropertyLabelsRequest) Descriptor deprecated

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

Deprecated: Use GetPropertyLabelsRequest.ProtoReflect.Descriptor instead.

func (*GetPropertyLabelsRequest) GetDcids

func (x *GetPropertyLabelsRequest) GetDcids() []string

func (*GetPropertyLabelsRequest) ProtoMessage

func (*GetPropertyLabelsRequest) ProtoMessage()

func (*GetPropertyLabelsRequest) ProtoReflect

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

func (*GetPropertyLabelsRequest) Reset

func (x *GetPropertyLabelsRequest) Reset()

func (*GetPropertyLabelsRequest) String

func (x *GetPropertyLabelsRequest) String() string

type GetPropertyLabelsResponse

type GetPropertyLabelsResponse struct {
	Data map[string]*PropertyLabels `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response returned by GetPropertyLabels.

func (*GetPropertyLabelsResponse) Descriptor deprecated

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

Deprecated: Use GetPropertyLabelsResponse.ProtoReflect.Descriptor instead.

func (*GetPropertyLabelsResponse) GetData added in v1.33.0

func (*GetPropertyLabelsResponse) ProtoMessage

func (*GetPropertyLabelsResponse) ProtoMessage()

func (*GetPropertyLabelsResponse) ProtoReflect

func (*GetPropertyLabelsResponse) Reset

func (x *GetPropertyLabelsResponse) Reset()

func (*GetPropertyLabelsResponse) String

func (x *GetPropertyLabelsResponse) String() string

type GetPropertyValuesRequest

type GetPropertyValuesRequest struct {

	// The dcids of nodes to query for.
	Dcids []string `protobuf:"bytes,1,rep,name=dcids,proto3" json:"dcids,omitempty"`
	// The type of the neighboring node to query for.
	ValueType string `protobuf:"bytes,2,opt,name=value_type,json=valueType,proto3" json:"value_type,omitempty"`
	// The property to get adjacent nodes for.
	Property string `protobuf:"bytes,3,opt,name=property,proto3" json:"property,omitempty"`
	// Maximum number of nodes to query for. When set to 0 or non-specified,
	// no limit is applied.
	Limit int32 `protobuf:"varint,4,opt,name=limit,proto3" json:"limit,omitempty"`
	// Direction, "in" or "out". When not specified, return results for both.
	Direction string `protobuf:"bytes,5,opt,name=direction,proto3" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

Request to get all neighboring nodes along an edge labeled by a property.

func (*GetPropertyValuesRequest) Descriptor deprecated

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

Deprecated: Use GetPropertyValuesRequest.ProtoReflect.Descriptor instead.

func (*GetPropertyValuesRequest) GetDcids

func (x *GetPropertyValuesRequest) GetDcids() []string

func (*GetPropertyValuesRequest) GetDirection

func (x *GetPropertyValuesRequest) GetDirection() string

func (*GetPropertyValuesRequest) GetLimit

func (x *GetPropertyValuesRequest) GetLimit() int32

func (*GetPropertyValuesRequest) GetProperty

func (x *GetPropertyValuesRequest) GetProperty() string

func (*GetPropertyValuesRequest) GetValueType

func (x *GetPropertyValuesRequest) GetValueType() string

func (*GetPropertyValuesRequest) ProtoMessage

func (*GetPropertyValuesRequest) ProtoMessage()

func (*GetPropertyValuesRequest) ProtoReflect

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

func (*GetPropertyValuesRequest) Reset

func (x *GetPropertyValuesRequest) Reset()

func (*GetPropertyValuesRequest) String

func (x *GetPropertyValuesRequest) String() string

type GetPropertyValuesResponse

type GetPropertyValuesResponse struct {

	// Key is dcid.
	Data map[string]*ArcNodes `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response returned by GetPropertyValues.

func (*GetPropertyValuesResponse) Descriptor deprecated

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

Deprecated: Use GetPropertyValuesResponse.ProtoReflect.Descriptor instead.

func (*GetPropertyValuesResponse) GetData added in v1.33.0

func (x *GetPropertyValuesResponse) GetData() map[string]*ArcNodes

func (*GetPropertyValuesResponse) ProtoMessage

func (*GetPropertyValuesResponse) ProtoMessage()

func (*GetPropertyValuesResponse) ProtoReflect

func (*GetPropertyValuesResponse) Reset

func (x *GetPropertyValuesResponse) Reset()

func (*GetPropertyValuesResponse) String

func (x *GetPropertyValuesResponse) String() string

type GetRelatedLocationsRequest

type GetRelatedLocationsRequest struct {

	// Place DCID.
	Dcid         string   `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	StatVarDcids []string `protobuf:"bytes,2,rep,name=stat_var_dcids,json=statVarDcids,proto3" json:"stat_var_dcids,omitempty"`
	// (Optional) Whether to require all related places under the same ancestor.
	WithinPlace string `protobuf:"bytes,4,opt,name=within_place,json=withinPlace,proto3" json:"within_place,omitempty"`
	// (Optional) Whether the computation needs to be based on per capita.
	IsPerCapita bool `protobuf:"varint,5,opt,name=is_per_capita,json=isPerCapita,proto3" json:"is_per_capita,omitempty"`
	// contains filtered or unexported fields
}

Request to get related locations of a place for given stat var DCIDs.

func (*GetRelatedLocationsRequest) Descriptor deprecated

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

Deprecated: Use GetRelatedLocationsRequest.ProtoReflect.Descriptor instead.

func (*GetRelatedLocationsRequest) GetDcid

func (x *GetRelatedLocationsRequest) GetDcid() string

func (*GetRelatedLocationsRequest) GetIsPerCapita

func (x *GetRelatedLocationsRequest) GetIsPerCapita() bool

func (*GetRelatedLocationsRequest) GetStatVarDcids

func (x *GetRelatedLocationsRequest) GetStatVarDcids() []string

func (*GetRelatedLocationsRequest) GetWithinPlace

func (x *GetRelatedLocationsRequest) GetWithinPlace() string

func (*GetRelatedLocationsRequest) ProtoMessage

func (*GetRelatedLocationsRequest) ProtoMessage()

func (*GetRelatedLocationsRequest) ProtoReflect

func (*GetRelatedLocationsRequest) Reset

func (x *GetRelatedLocationsRequest) Reset()

func (*GetRelatedLocationsRequest) String

func (x *GetRelatedLocationsRequest) String() string

type GetRelatedLocationsResponse

type GetRelatedLocationsResponse struct {
	Data map[string]*RelatedPlacesInfo `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response of GetRelatedLocations request.

func (*GetRelatedLocationsResponse) Descriptor deprecated

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

Deprecated: Use GetRelatedLocationsResponse.ProtoReflect.Descriptor instead.

func (*GetRelatedLocationsResponse) GetData added in v1.33.0

func (*GetRelatedLocationsResponse) ProtoMessage

func (*GetRelatedLocationsResponse) ProtoMessage()

func (*GetRelatedLocationsResponse) ProtoReflect

func (*GetRelatedLocationsResponse) Reset

func (x *GetRelatedLocationsResponse) Reset()

func (*GetRelatedLocationsResponse) String

func (x *GetRelatedLocationsResponse) String() string

type GetStatAllRequest

type GetStatAllRequest struct {

	// dcids of the place.
	Places []string `protobuf:"bytes,1,rep,name=places,proto3" json:"places,omitempty"`
	// dcids of the stat var.
	StatVars []string `protobuf:"bytes,2,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// contains filtered or unexported fields
}

Request for GetStatAll service.

func (*GetStatAllRequest) Descriptor deprecated

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

Deprecated: Use GetStatAllRequest.ProtoReflect.Descriptor instead.

func (*GetStatAllRequest) GetPlaces

func (x *GetStatAllRequest) GetPlaces() []string

func (*GetStatAllRequest) GetStatVars

func (x *GetStatAllRequest) GetStatVars() []string

func (*GetStatAllRequest) ProtoMessage

func (*GetStatAllRequest) ProtoMessage()

func (*GetStatAllRequest) ProtoReflect

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

func (*GetStatAllRequest) Reset

func (x *GetStatAllRequest) Reset()

func (*GetStatAllRequest) String

func (x *GetStatAllRequest) String() string

type GetStatAllResponse

type GetStatAllResponse struct {
	PlaceData map[string]*PlaceStat `` /* 176-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetStatAll service.

The response is a two level map, with the first level keyed by place dcid, and the second level keyed by the stat var dcid. Each leaf object contains multiple source series with <date, value> object and observation metadata.

The response is transcoded by esp: https://cloud.google.com/endpoints/docs/grpc/grpc-service-config Example response after esp transcoding is like below.

{
  placeData: {
    "geoId/01": {
      statVarData: {
        "statvar1": {
          "placeName": "City of Mountain View",
          "sourceSeries": [
            {
              "val": {
                "2008": 2116,
                "2009": 2155,
                "2010": 1633,
                "2011": 1509,
                "2012": 1581,
                "2013": 1867,
                "2014": 1770,
                "2015": 2201,
                "2016": 1913,
                "2017": 2138
              },
              "observationPeriod": "P1Y",
              "importName": "FBIGovCrime",
              "provenanceDomain": "fbi.gov"
            }
          ]
        },
      }
    },
    "geoId/02": {
      statVarData: {
        "statvar3": {...},
      }
    }
  }
}

func (*GetStatAllResponse) Descriptor deprecated

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

Deprecated: Use GetStatAllResponse.ProtoReflect.Descriptor instead.

func (*GetStatAllResponse) GetPlaceData

func (x *GetStatAllResponse) GetPlaceData() map[string]*PlaceStat

func (*GetStatAllResponse) ProtoMessage

func (*GetStatAllResponse) ProtoMessage()

func (*GetStatAllResponse) ProtoReflect

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

func (*GetStatAllResponse) Reset

func (x *GetStatAllResponse) Reset()

func (*GetStatAllResponse) String

func (x *GetStatAllResponse) String() string

type GetStatDateWithinPlaceRequest added in v1.34.0

type GetStatDateWithinPlaceRequest struct {
	AncestorPlace  string   `protobuf:"bytes,1,opt,name=ancestor_place,json=ancestorPlace,proto3" json:"ancestor_place,omitempty"`
	ChildPlaceType string   `protobuf:"bytes,2,opt,name=child_place_type,json=childPlaceType,proto3" json:"child_place_type,omitempty"`
	StatVars       []string `protobuf:"bytes,3,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatDateWithinPlaceRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use GetStatDateWithinPlaceRequest.ProtoReflect.Descriptor instead.

func (*GetStatDateWithinPlaceRequest) GetAncestorPlace added in v1.34.0

func (x *GetStatDateWithinPlaceRequest) GetAncestorPlace() string

func (*GetStatDateWithinPlaceRequest) GetChildPlaceType added in v1.34.0

func (x *GetStatDateWithinPlaceRequest) GetChildPlaceType() string

func (*GetStatDateWithinPlaceRequest) GetStatVars added in v1.34.0

func (x *GetStatDateWithinPlaceRequest) GetStatVars() []string

func (*GetStatDateWithinPlaceRequest) ProtoMessage added in v1.34.0

func (*GetStatDateWithinPlaceRequest) ProtoMessage()

func (*GetStatDateWithinPlaceRequest) ProtoReflect added in v1.34.0

func (*GetStatDateWithinPlaceRequest) Reset added in v1.34.0

func (x *GetStatDateWithinPlaceRequest) Reset()

func (*GetStatDateWithinPlaceRequest) String added in v1.34.0

type GetStatDateWithinPlaceResponse added in v1.34.0

type GetStatDateWithinPlaceResponse struct {

	// Keyed by stat var.
	Data map[string]*StatDateList `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetStatDateWithinPlaceResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use GetStatDateWithinPlaceResponse.ProtoReflect.Descriptor instead.

func (*GetStatDateWithinPlaceResponse) GetData added in v1.34.0

func (*GetStatDateWithinPlaceResponse) ProtoMessage added in v1.34.0

func (*GetStatDateWithinPlaceResponse) ProtoMessage()

func (*GetStatDateWithinPlaceResponse) ProtoReflect added in v1.34.0

func (*GetStatDateWithinPlaceResponse) Reset added in v1.34.0

func (x *GetStatDateWithinPlaceResponse) Reset()

func (*GetStatDateWithinPlaceResponse) String added in v1.34.0

type GetStatSeriesRequest

type GetStatSeriesRequest struct {

	// dcid of the place.
	Place string `protobuf:"bytes,1,opt,name=place,proto3" json:"place,omitempty"`
	// dcid of the stat var.
	StatVar string `protobuf:"bytes,2,opt,name=stat_var,json=statVar,proto3" json:"stat_var,omitempty"`
	// (optional) measurement method of the observation, ex: "CensusACS5yrSurvey".
	MeasurementMethod string `protobuf:"bytes,3,opt,name=measurement_method,json=measurementMethod,proto3" json:"measurement_method,omitempty"`
	// (optional) observation period of the observation, ex: "P1Y".
	ObservationPeriod string `protobuf:"bytes,4,opt,name=observation_period,json=observationPeriod,proto3" json:"observation_period,omitempty"`
	// (optional) unit of the observation.
	Unit string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"`
	// (optional) scaling factor of the observation.
	ScalingFactor string `protobuf:"bytes,6,opt,name=scaling_factor,json=scalingFactor,proto3" json:"scaling_factor,omitempty"`
	// contains filtered or unexported fields
}

Request for GetStatSeries service.

func (*GetStatSeriesRequest) Descriptor deprecated

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

Deprecated: Use GetStatSeriesRequest.ProtoReflect.Descriptor instead.

func (*GetStatSeriesRequest) GetMeasurementMethod

func (x *GetStatSeriesRequest) GetMeasurementMethod() string

func (*GetStatSeriesRequest) GetObservationPeriod

func (x *GetStatSeriesRequest) GetObservationPeriod() string

func (*GetStatSeriesRequest) GetPlace

func (x *GetStatSeriesRequest) GetPlace() string

func (*GetStatSeriesRequest) GetScalingFactor

func (x *GetStatSeriesRequest) GetScalingFactor() string

func (*GetStatSeriesRequest) GetStatVar

func (x *GetStatSeriesRequest) GetStatVar() string

func (*GetStatSeriesRequest) GetUnit

func (x *GetStatSeriesRequest) GetUnit() string

func (*GetStatSeriesRequest) ProtoMessage

func (*GetStatSeriesRequest) ProtoMessage()

func (*GetStatSeriesRequest) ProtoReflect

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

func (*GetStatSeriesRequest) Reset

func (x *GetStatSeriesRequest) Reset()

func (*GetStatSeriesRequest) String

func (x *GetStatSeriesRequest) String() string

type GetStatSeriesResponse

type GetStatSeriesResponse struct {

	// A map from ISO date to stat value.
	Series map[string]float64 `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response for GetStatSeries service.

func (*GetStatSeriesResponse) Descriptor deprecated

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

Deprecated: Use GetStatSeriesResponse.ProtoReflect.Descriptor instead.

func (*GetStatSeriesResponse) GetSeries

func (x *GetStatSeriesResponse) GetSeries() map[string]float64

func (*GetStatSeriesResponse) ProtoMessage

func (*GetStatSeriesResponse) ProtoMessage()

func (*GetStatSeriesResponse) ProtoReflect

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

func (*GetStatSeriesResponse) Reset

func (x *GetStatSeriesResponse) Reset()

func (*GetStatSeriesResponse) String

func (x *GetStatSeriesResponse) String() string

type GetStatSetAllResponse added in v1.29.0

type GetStatSetAllResponse struct {

	// Keyed by statVar.
	Data map[string]*PlacePointStatAll `` /* 149-byte string literal not displayed */
	// Keyed by metadata hash.
	Metadata map[uint32]*StatMetadata `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetStatSetAllResponse) Descriptor deprecated added in v1.29.0

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

Deprecated: Use GetStatSetAllResponse.ProtoReflect.Descriptor instead.

func (*GetStatSetAllResponse) GetData added in v1.29.0

func (*GetStatSetAllResponse) GetMetadata added in v1.29.0

func (x *GetStatSetAllResponse) GetMetadata() map[uint32]*StatMetadata

func (*GetStatSetAllResponse) ProtoMessage added in v1.29.0

func (*GetStatSetAllResponse) ProtoMessage()

func (*GetStatSetAllResponse) ProtoReflect added in v1.29.0

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

func (*GetStatSetAllResponse) Reset added in v1.29.0

func (x *GetStatSetAllResponse) Reset()

func (*GetStatSetAllResponse) String added in v1.29.0

func (x *GetStatSetAllResponse) String() string

type GetStatSetRequest

type GetStatSetRequest struct {

	// A list of place DCIDs.
	Places []string `protobuf:"bytes,1,rep,name=places,proto3" json:"places,omitempty"`
	// A list of statistical variable DCIDs.
	StatVars []string `protobuf:"bytes,2,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// (Optional) date of the stat.
	// If not sepcified, the latest stat of a chosen source will be returned.
	Date string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatSetRequest) Descriptor deprecated

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

Deprecated: Use GetStatSetRequest.ProtoReflect.Descriptor instead.

func (*GetStatSetRequest) GetDate

func (x *GetStatSetRequest) GetDate() string

func (*GetStatSetRequest) GetPlaces

func (x *GetStatSetRequest) GetPlaces() []string

func (*GetStatSetRequest) GetStatVars

func (x *GetStatSetRequest) GetStatVars() []string

func (*GetStatSetRequest) ProtoMessage

func (*GetStatSetRequest) ProtoMessage()

func (*GetStatSetRequest) ProtoReflect

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

func (*GetStatSetRequest) Reset

func (x *GetStatSetRequest) Reset()

func (*GetStatSetRequest) String

func (x *GetStatSetRequest) String() string

type GetStatSetResponse

type GetStatSetResponse struct {

	// Keyed by statVar.
	Data map[string]*PlacePointStat `` /* 149-byte string literal not displayed */
	// Keyed by metadata hash.
	Metadata map[uint32]*StatMetadata `` /* 158-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetStatSetResponse) Descriptor deprecated

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

Deprecated: Use GetStatSetResponse.ProtoReflect.Descriptor instead.

func (*GetStatSetResponse) GetData

func (x *GetStatSetResponse) GetData() map[string]*PlacePointStat

func (*GetStatSetResponse) GetMetadata added in v1.29.0

func (x *GetStatSetResponse) GetMetadata() map[uint32]*StatMetadata

func (*GetStatSetResponse) ProtoMessage

func (*GetStatSetResponse) ProtoMessage()

func (*GetStatSetResponse) ProtoReflect

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

func (*GetStatSetResponse) Reset

func (x *GetStatSetResponse) Reset()

func (*GetStatSetResponse) String

func (x *GetStatSetResponse) String() string

type GetStatSetSeriesRequest added in v1.14.0

type GetStatSetSeriesRequest struct {

	// The dcids of the place.
	Places []string `protobuf:"bytes,1,rep,name=places,proto3" json:"places,omitempty"`
	// The dcids of the statistical variables.
	StatVars []string `protobuf:"bytes,2,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// (Optional) Import name of the desired series.
	// TODO(shifucun): consider add other SVObs properties for filtering.
	ImportName string `protobuf:"bytes,3,opt,name=import_name,json=importName,proto3" json:"import_name,omitempty"`
	// contains filtered or unexported fields
}

Request for GetStatSetSeries API. TODO(shifucun): Deprecate GetStats() once all clients are switched to use this API. Request message for GetStatSetSeries.

func (*GetStatSetSeriesRequest) Descriptor deprecated added in v1.14.0

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

Deprecated: Use GetStatSetSeriesRequest.ProtoReflect.Descriptor instead.

func (*GetStatSetSeriesRequest) GetImportName added in v1.26.0

func (x *GetStatSetSeriesRequest) GetImportName() string

func (*GetStatSetSeriesRequest) GetPlaces added in v1.14.0

func (x *GetStatSetSeriesRequest) GetPlaces() []string

func (*GetStatSetSeriesRequest) GetStatVars added in v1.14.0

func (x *GetStatSetSeriesRequest) GetStatVars() []string

func (*GetStatSetSeriesRequest) ProtoMessage added in v1.14.0

func (*GetStatSetSeriesRequest) ProtoMessage()

func (*GetStatSetSeriesRequest) ProtoReflect added in v1.14.0

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

func (*GetStatSetSeriesRequest) Reset added in v1.14.0

func (x *GetStatSetSeriesRequest) Reset()

func (*GetStatSetSeriesRequest) String added in v1.14.0

func (x *GetStatSetSeriesRequest) String() string

type GetStatSetSeriesResponse added in v1.14.0

type GetStatSetSeriesResponse struct {

	// A map from place dcid to series map.
	Data map[string]*SeriesMap `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response of GetStatSetSeries

func (*GetStatSetSeriesResponse) Descriptor deprecated added in v1.14.0

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

Deprecated: Use GetStatSetSeriesResponse.ProtoReflect.Descriptor instead.

func (*GetStatSetSeriesResponse) GetData added in v1.14.0

func (x *GetStatSetSeriesResponse) GetData() map[string]*SeriesMap

func (*GetStatSetSeriesResponse) ProtoMessage added in v1.14.0

func (*GetStatSetSeriesResponse) ProtoMessage()

func (*GetStatSetSeriesResponse) ProtoReflect added in v1.14.0

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

func (*GetStatSetSeriesResponse) Reset added in v1.14.0

func (x *GetStatSetSeriesResponse) Reset()

func (*GetStatSetSeriesResponse) String added in v1.14.0

func (x *GetStatSetSeriesResponse) String() string

type GetStatSetSeriesWithinPlaceRequest added in v1.26.0

type GetStatSetSeriesWithinPlaceRequest struct {

	// Parent place dcid.
	ParentPlace string `protobuf:"bytes,1,opt,name=parent_place,json=parentPlace,proto3" json:"parent_place,omitempty"`
	// Child place type.
	ChildType string `protobuf:"bytes,2,opt,name=child_type,json=childType,proto3" json:"child_type,omitempty"`
	// Stat Var dcids.
	StatVars []string `protobuf:"bytes,3,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatSetSeriesWithinPlaceRequest) Descriptor deprecated added in v1.26.0

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

Deprecated: Use GetStatSetSeriesWithinPlaceRequest.ProtoReflect.Descriptor instead.

func (*GetStatSetSeriesWithinPlaceRequest) GetChildType added in v1.26.0

func (x *GetStatSetSeriesWithinPlaceRequest) GetChildType() string

func (*GetStatSetSeriesWithinPlaceRequest) GetParentPlace added in v1.26.0

func (x *GetStatSetSeriesWithinPlaceRequest) GetParentPlace() string

func (*GetStatSetSeriesWithinPlaceRequest) GetStatVars added in v1.26.0

func (x *GetStatSetSeriesWithinPlaceRequest) GetStatVars() []string

func (*GetStatSetSeriesWithinPlaceRequest) ProtoMessage added in v1.26.0

func (*GetStatSetSeriesWithinPlaceRequest) ProtoMessage()

func (*GetStatSetSeriesWithinPlaceRequest) ProtoReflect added in v1.26.0

func (*GetStatSetSeriesWithinPlaceRequest) Reset added in v1.26.0

func (*GetStatSetSeriesWithinPlaceRequest) String added in v1.26.0

type GetStatSetWithinPlaceRequest added in v1.19.1

type GetStatSetWithinPlaceRequest struct {

	// Parent place dcid.
	ParentPlace string `protobuf:"bytes,1,opt,name=parent_place,json=parentPlace,proto3" json:"parent_place,omitempty"`
	// Child place type.
	ChildType string `protobuf:"bytes,2,opt,name=child_type,json=childType,proto3" json:"child_type,omitempty"`
	// Dcid of the stat var.
	StatVars []string `protobuf:"bytes,3,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// [Optional] Date for the stat in ISO format.
	// If the date is not given, then the latest observation for each place is
	// returned, where they could be from different sources.
	Date string `protobuf:"bytes,4,opt,name=date,proto3" json:"date,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatSetWithinPlaceRequest) Descriptor deprecated added in v1.19.1

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

Deprecated: Use GetStatSetWithinPlaceRequest.ProtoReflect.Descriptor instead.

func (*GetStatSetWithinPlaceRequest) GetChildType added in v1.19.1

func (x *GetStatSetWithinPlaceRequest) GetChildType() string

func (*GetStatSetWithinPlaceRequest) GetDate added in v1.19.1

func (x *GetStatSetWithinPlaceRequest) GetDate() string

func (*GetStatSetWithinPlaceRequest) GetParentPlace added in v1.19.1

func (x *GetStatSetWithinPlaceRequest) GetParentPlace() string

func (*GetStatSetWithinPlaceRequest) GetStatVars added in v1.19.1

func (x *GetStatSetWithinPlaceRequest) GetStatVars() []string

func (*GetStatSetWithinPlaceRequest) ProtoMessage added in v1.19.1

func (*GetStatSetWithinPlaceRequest) ProtoMessage()

func (*GetStatSetWithinPlaceRequest) ProtoReflect added in v1.19.1

func (*GetStatSetWithinPlaceRequest) Reset added in v1.19.1

func (x *GetStatSetWithinPlaceRequest) Reset()

func (*GetStatSetWithinPlaceRequest) String added in v1.19.1

type GetStatValueRequest

type GetStatValueRequest struct {

	// dcid of the place.
	Place string `protobuf:"bytes,1,opt,name=place,proto3" json:"place,omitempty"`
	// dcid of the stat var.
	StatVar string `protobuf:"bytes,2,opt,name=stat_var,json=statVar,proto3" json:"stat_var,omitempty"`
	// (optional) date of the stat. The latest date will be used if unspecified.
	Date string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	// (optional) measurement method of the observation, ex: "CensusACS5yrSurvey".
	MeasurementMethod string `protobuf:"bytes,4,opt,name=measurement_method,json=measurementMethod,proto3" json:"measurement_method,omitempty"`
	// (optional) observation period of the observation, ex: "P1Y".
	ObservationPeriod string `protobuf:"bytes,5,opt,name=observation_period,json=observationPeriod,proto3" json:"observation_period,omitempty"`
	// (optional) unit of the observation.
	Unit string `protobuf:"bytes,6,opt,name=unit,proto3" json:"unit,omitempty"`
	// (optional) scaling factor of the observation.
	ScalingFactor string `protobuf:"bytes,7,opt,name=scaling_factor,json=scalingFactor,proto3" json:"scaling_factor,omitempty"`
	// contains filtered or unexported fields
}

Request for GetStat service.

func (*GetStatValueRequest) Descriptor deprecated

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

Deprecated: Use GetStatValueRequest.ProtoReflect.Descriptor instead.

func (*GetStatValueRequest) GetDate

func (x *GetStatValueRequest) GetDate() string

func (*GetStatValueRequest) GetMeasurementMethod

func (x *GetStatValueRequest) GetMeasurementMethod() string

func (*GetStatValueRequest) GetObservationPeriod

func (x *GetStatValueRequest) GetObservationPeriod() string

func (*GetStatValueRequest) GetPlace

func (x *GetStatValueRequest) GetPlace() string

func (*GetStatValueRequest) GetScalingFactor

func (x *GetStatValueRequest) GetScalingFactor() string

func (*GetStatValueRequest) GetStatVar

func (x *GetStatValueRequest) GetStatVar() string

func (*GetStatValueRequest) GetUnit

func (x *GetStatValueRequest) GetUnit() string

func (*GetStatValueRequest) ProtoMessage

func (*GetStatValueRequest) ProtoMessage()

func (*GetStatValueRequest) ProtoReflect

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

func (*GetStatValueRequest) Reset

func (x *GetStatValueRequest) Reset()

func (*GetStatValueRequest) String

func (x *GetStatValueRequest) String() string

type GetStatValueResponse

type GetStatValueResponse struct {
	Value float64 `protobuf:"fixed64,1,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatValueResponse) Descriptor deprecated

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

Deprecated: Use GetStatValueResponse.ProtoReflect.Descriptor instead.

func (*GetStatValueResponse) GetValue

func (x *GetStatValueResponse) GetValue() float64

func (*GetStatValueResponse) ProtoMessage

func (*GetStatValueResponse) ProtoMessage()

func (*GetStatValueResponse) ProtoReflect

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

func (*GetStatValueResponse) Reset

func (x *GetStatValueResponse) Reset()

func (*GetStatValueResponse) String

func (x *GetStatValueResponse) String() string

type GetStatVarGroupNodeRequest added in v1.21.0

type GetStatVarGroupNodeRequest struct {

	// The stat var or stat var group ID to query for.
	StatVarGroup string `protobuf:"bytes,1,opt,name=stat_var_group,json=statVarGroup,proto3" json:"stat_var_group,omitempty"`
	// The places that the stat var group is associated with. The response should
	// only contain the children stat var (group) if it has data for at least one
	// of the places.
	Places []string `protobuf:"bytes,2,rep,name=places,proto3" json:"places,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatVarGroupNodeRequest) Descriptor deprecated added in v1.21.0

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

Deprecated: Use GetStatVarGroupNodeRequest.ProtoReflect.Descriptor instead.

func (*GetStatVarGroupNodeRequest) GetPlaces added in v1.21.0

func (x *GetStatVarGroupNodeRequest) GetPlaces() []string

func (*GetStatVarGroupNodeRequest) GetStatVarGroup added in v1.21.0

func (x *GetStatVarGroupNodeRequest) GetStatVarGroup() string

func (*GetStatVarGroupNodeRequest) ProtoMessage added in v1.21.0

func (*GetStatVarGroupNodeRequest) ProtoMessage()

func (*GetStatVarGroupNodeRequest) ProtoReflect added in v1.21.0

func (*GetStatVarGroupNodeRequest) Reset added in v1.21.0

func (x *GetStatVarGroupNodeRequest) Reset()

func (*GetStatVarGroupNodeRequest) String added in v1.21.0

func (x *GetStatVarGroupNodeRequest) String() string

type GetStatVarGroupRequest added in v1.18.0

type GetStatVarGroupRequest struct {
	Places []string `protobuf:"bytes,2,rep,name=places,proto3" json:"places,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatVarGroupRequest) Descriptor deprecated added in v1.18.0

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

Deprecated: Use GetStatVarGroupRequest.ProtoReflect.Descriptor instead.

func (*GetStatVarGroupRequest) GetPlaces added in v1.20.0

func (x *GetStatVarGroupRequest) GetPlaces() []string

func (*GetStatVarGroupRequest) ProtoMessage added in v1.18.0

func (*GetStatVarGroupRequest) ProtoMessage()

func (*GetStatVarGroupRequest) ProtoReflect added in v1.18.0

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

func (*GetStatVarGroupRequest) Reset added in v1.18.0

func (x *GetStatVarGroupRequest) Reset()

func (*GetStatVarGroupRequest) String added in v1.18.0

func (x *GetStatVarGroupRequest) String() string

type GetStatVarMatchRequest added in v1.34.0

type GetStatVarMatchRequest struct {

	// The user query.
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// Limit of the response entries.
	// By default only the first 10 entries are returned.
	Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// If true include debug explanation.
	Debug bool `protobuf:"varint,3,opt,name=debug,proto3" json:"debug,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatVarMatchRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use GetStatVarMatchRequest.ProtoReflect.Descriptor instead.

func (*GetStatVarMatchRequest) GetDebug added in v1.35.2

func (x *GetStatVarMatchRequest) GetDebug() bool

func (*GetStatVarMatchRequest) GetLimit added in v1.34.0

func (x *GetStatVarMatchRequest) GetLimit() int32

func (*GetStatVarMatchRequest) GetQuery added in v1.35.2

func (x *GetStatVarMatchRequest) GetQuery() string

func (*GetStatVarMatchRequest) ProtoMessage added in v1.34.0

func (*GetStatVarMatchRequest) ProtoMessage()

func (*GetStatVarMatchRequest) ProtoReflect added in v1.34.0

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

func (*GetStatVarMatchRequest) Reset added in v1.34.0

func (x *GetStatVarMatchRequest) Reset()

func (*GetStatVarMatchRequest) String added in v1.34.0

func (x *GetStatVarMatchRequest) String() string

type GetStatVarMatchResponse added in v1.34.0

type GetStatVarMatchResponse struct {

	// Ordered match list. Entry with larger match_count ranks at the beginning.
	MatchInfo []*GetStatVarMatchResponse_MatchInfo `protobuf:"bytes,1,rep,name=match_info,json=matchInfo,proto3" json:"match_info,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatVarMatchResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use GetStatVarMatchResponse.ProtoReflect.Descriptor instead.

func (*GetStatVarMatchResponse) GetMatchInfo added in v1.34.0

func (*GetStatVarMatchResponse) ProtoMessage added in v1.34.0

func (*GetStatVarMatchResponse) ProtoMessage()

func (*GetStatVarMatchResponse) ProtoReflect added in v1.34.0

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

func (*GetStatVarMatchResponse) Reset added in v1.34.0

func (x *GetStatVarMatchResponse) Reset()

func (*GetStatVarMatchResponse) String added in v1.34.0

func (x *GetStatVarMatchResponse) String() string

type GetStatVarMatchResponse_MatchInfo added in v1.34.0

type GetStatVarMatchResponse_MatchInfo struct {

	// Stat Var ID.
	StatVar string `protobuf:"bytes,1,opt,name=stat_var,json=statVar,proto3" json:"stat_var,omitempty"`
	// Stat Var display name.
	StatVarName string `protobuf:"bytes,2,opt,name=stat_var_name,json=statVarName,proto3" json:"stat_var_name,omitempty"`
	// Score for this match.
	Score float64 `protobuf:"fixed64,3,opt,name=score,proto3" json:"score,omitempty"`
	// Debug explanation of the score.
	Explanation string `protobuf:"bytes,4,opt,name=explanation,proto3" json:"explanation,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatVarMatchResponse_MatchInfo) Descriptor deprecated added in v1.34.0

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

Deprecated: Use GetStatVarMatchResponse_MatchInfo.ProtoReflect.Descriptor instead.

func (*GetStatVarMatchResponse_MatchInfo) GetExplanation added in v1.35.2

func (x *GetStatVarMatchResponse_MatchInfo) GetExplanation() string

func (*GetStatVarMatchResponse_MatchInfo) GetScore added in v1.35.0

func (*GetStatVarMatchResponse_MatchInfo) GetStatVar added in v1.34.0

func (x *GetStatVarMatchResponse_MatchInfo) GetStatVar() string

func (*GetStatVarMatchResponse_MatchInfo) GetStatVarName added in v1.35.0

func (x *GetStatVarMatchResponse_MatchInfo) GetStatVarName() string

func (*GetStatVarMatchResponse_MatchInfo) ProtoMessage added in v1.34.0

func (*GetStatVarMatchResponse_MatchInfo) ProtoMessage()

func (*GetStatVarMatchResponse_MatchInfo) ProtoReflect added in v1.34.0

func (*GetStatVarMatchResponse_MatchInfo) Reset added in v1.34.0

func (*GetStatVarMatchResponse_MatchInfo) String added in v1.34.0

type GetStatVarPathRequest added in v1.21.0

type GetStatVarPathRequest struct {

	// DCID of a stat var or a stat var group
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatVarPathRequest) Descriptor deprecated added in v1.21.0

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

Deprecated: Use GetStatVarPathRequest.ProtoReflect.Descriptor instead.

func (*GetStatVarPathRequest) GetId added in v1.21.0

func (x *GetStatVarPathRequest) GetId() string

func (*GetStatVarPathRequest) ProtoMessage added in v1.21.0

func (*GetStatVarPathRequest) ProtoMessage()

func (*GetStatVarPathRequest) ProtoReflect added in v1.21.0

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

func (*GetStatVarPathRequest) Reset added in v1.21.0

func (x *GetStatVarPathRequest) Reset()

func (*GetStatVarPathRequest) String added in v1.21.0

func (x *GetStatVarPathRequest) String() string

type GetStatVarPathResponse added in v1.21.0

type GetStatVarPathResponse struct {

	// A list of stat var (stat var group) DCIDs from the queried node to the
	// root of stat var hierarchy.
	// This is one path out of many possible paths in the hierarchy. When there
	// are multiple nodes to select at given level, the first one in
	// alphabetical sorted order is selected.
	Path []string `protobuf:"bytes,1,rep,name=path,proto3" json:"path,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatVarPathResponse) Descriptor deprecated added in v1.21.0

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

Deprecated: Use GetStatVarPathResponse.ProtoReflect.Descriptor instead.

func (*GetStatVarPathResponse) GetPath added in v1.21.0

func (x *GetStatVarPathResponse) GetPath() []string

func (*GetStatVarPathResponse) ProtoMessage added in v1.21.0

func (*GetStatVarPathResponse) ProtoMessage()

func (*GetStatVarPathResponse) ProtoReflect added in v1.21.0

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

func (*GetStatVarPathResponse) Reset added in v1.21.0

func (x *GetStatVarPathResponse) Reset()

func (*GetStatVarPathResponse) String added in v1.21.0

func (x *GetStatVarPathResponse) String() string

type GetStatVarSummaryRequest added in v1.21.0

type GetStatVarSummaryRequest struct {

	// A list of stat var dcids
	StatVars []string `protobuf:"bytes,1,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// contains filtered or unexported fields
}

func (*GetStatVarSummaryRequest) Descriptor deprecated added in v1.21.0

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

Deprecated: Use GetStatVarSummaryRequest.ProtoReflect.Descriptor instead.

func (*GetStatVarSummaryRequest) GetStatVars added in v1.21.0

func (x *GetStatVarSummaryRequest) GetStatVars() []string

func (*GetStatVarSummaryRequest) ProtoMessage added in v1.21.0

func (*GetStatVarSummaryRequest) ProtoMessage()

func (*GetStatVarSummaryRequest) ProtoReflect added in v1.21.0

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

func (*GetStatVarSummaryRequest) Reset added in v1.21.0

func (x *GetStatVarSummaryRequest) Reset()

func (*GetStatVarSummaryRequest) String added in v1.21.0

func (x *GetStatVarSummaryRequest) String() string

type GetStatVarSummaryResponse added in v1.21.0

type GetStatVarSummaryResponse struct {
	StatVarSummary map[string]*StatVarSummary `` /* 193-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*GetStatVarSummaryResponse) Descriptor deprecated added in v1.21.0

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

Deprecated: Use GetStatVarSummaryResponse.ProtoReflect.Descriptor instead.

func (*GetStatVarSummaryResponse) GetStatVarSummary added in v1.21.0

func (x *GetStatVarSummaryResponse) GetStatVarSummary() map[string]*StatVarSummary

func (*GetStatVarSummaryResponse) ProtoMessage added in v1.21.0

func (*GetStatVarSummaryResponse) ProtoMessage()

func (*GetStatVarSummaryResponse) ProtoReflect added in v1.21.0

func (*GetStatVarSummaryResponse) Reset added in v1.21.0

func (x *GetStatVarSummaryResponse) Reset()

func (*GetStatVarSummaryResponse) String added in v1.21.0

func (x *GetStatVarSummaryResponse) String() string

type GetStatsRequest

type GetStatsRequest struct {

	// The dcids of the place.
	Place []string `protobuf:"bytes,1,rep,name=place,proto3" json:"place,omitempty"`
	// The dcid of the StatisticalVariable.
	StatsVar string `protobuf:"bytes,2,opt,name=stats_var,json=statsVar,proto3" json:"stats_var,omitempty"`
	// (Optional) The measurement method of the observation. If not specified,
	// stats series with any measurement methods could be returned.
	MeasurementMethod string `protobuf:"bytes,4,opt,name=measurement_method,json=measurementMethod,proto3" json:"measurement_method,omitempty"`
	// (Optional) The unit of the observation. If not specified, stats series with
	// any unit could be returned.
	Unit string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"`
	// (Optional) The observation period of the observation. If not specified,
	// stats series with any observation period could be returned.
	ObservationPeriod string `protobuf:"bytes,6,opt,name=observation_period,json=observationPeriod,proto3" json:"observation_period,omitempty"`
	// (optional) scaling factor of the observation.
	ScalingFactor string `protobuf:"bytes,7,opt,name=scaling_factor,json=scalingFactor,proto3" json:"scaling_factor,omitempty"`
	// contains filtered or unexported fields
}

Request message for GetStats.

func (*GetStatsRequest) Descriptor deprecated

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

Deprecated: Use GetStatsRequest.ProtoReflect.Descriptor instead.

func (*GetStatsRequest) GetMeasurementMethod

func (x *GetStatsRequest) GetMeasurementMethod() string

func (*GetStatsRequest) GetObservationPeriod

func (x *GetStatsRequest) GetObservationPeriod() string

func (*GetStatsRequest) GetPlace

func (x *GetStatsRequest) GetPlace() []string

func (*GetStatsRequest) GetScalingFactor added in v1.33.0

func (x *GetStatsRequest) GetScalingFactor() string

func (*GetStatsRequest) GetStatsVar

func (x *GetStatsRequest) GetStatsVar() string

func (*GetStatsRequest) GetUnit

func (x *GetStatsRequest) GetUnit() string

func (*GetStatsRequest) ProtoMessage

func (*GetStatsRequest) ProtoMessage()

func (*GetStatsRequest) ProtoReflect

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

func (*GetStatsRequest) Reset

func (x *GetStatsRequest) Reset()

func (*GetStatsRequest) String

func (x *GetStatsRequest) String() string

type GetStatsResponse

type GetStatsResponse struct {

	// The JSON payload.
	Payload string `protobuf:"bytes,2,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

Response of GetStats

func (*GetStatsResponse) Descriptor deprecated

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

Deprecated: Use GetStatsResponse.ProtoReflect.Descriptor instead.

func (*GetStatsResponse) GetPayload

func (x *GetStatsResponse) GetPayload() string

func (*GetStatsResponse) ProtoMessage

func (*GetStatsResponse) ProtoMessage()

func (*GetStatsResponse) ProtoReflect

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

func (*GetStatsResponse) Reset

func (x *GetStatsResponse) Reset()

func (*GetStatsResponse) String

func (x *GetStatsResponse) String() string

type GetTriplesRequest

type GetTriplesRequest struct {

	// The dcids of the nodes to query for.
	Dcids []string `protobuf:"bytes,1,rep,name=dcids,proto3" json:"dcids,omitempty"`
	// Maximum number of triples for each property and type of the neighbor.
	Limit int32 `protobuf:"varint,2,opt,name=limit,proto3" json:"limit,omitempty"`
	// contains filtered or unexported fields
}

Request to get all triples linking to the given nodes.

func (*GetTriplesRequest) Descriptor deprecated

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

Deprecated: Use GetTriplesRequest.ProtoReflect.Descriptor instead.

func (*GetTriplesRequest) GetDcids

func (x *GetTriplesRequest) GetDcids() []string

func (*GetTriplesRequest) GetLimit

func (x *GetTriplesRequest) GetLimit() int32

func (*GetTriplesRequest) ProtoMessage

func (*GetTriplesRequest) ProtoMessage()

func (*GetTriplesRequest) ProtoReflect

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

func (*GetTriplesRequest) Reset

func (x *GetTriplesRequest) Reset()

func (*GetTriplesRequest) String

func (x *GetTriplesRequest) String() string

type GetTriplesResponse

type GetTriplesResponse struct {

	// Key is entity dcid.
	Triples map[string]*Triples `` /* 155-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response returned by GetTriples.

func (*GetTriplesResponse) Descriptor deprecated

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

Deprecated: Use GetTriplesResponse.ProtoReflect.Descriptor instead.

func (*GetTriplesResponse) GetTriples added in v1.33.0

func (x *GetTriplesResponse) GetTriples() map[string]*Triples

func (*GetTriplesResponse) ProtoMessage

func (*GetTriplesResponse) ProtoMessage()

func (*GetTriplesResponse) ProtoReflect

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

func (*GetTriplesResponse) Reset

func (x *GetTriplesResponse) Reset()

func (*GetTriplesResponse) String

func (x *GetTriplesResponse) String() string

type GetVersionRequest added in v1.18.0

type GetVersionRequest struct {
	// contains filtered or unexported fields
}

Empty request to get version information.

func (*GetVersionRequest) Descriptor deprecated added in v1.18.0

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

Deprecated: Use GetVersionRequest.ProtoReflect.Descriptor instead.

func (*GetVersionRequest) ProtoMessage added in v1.18.0

func (*GetVersionRequest) ProtoMessage()

func (*GetVersionRequest) ProtoReflect added in v1.18.0

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

func (*GetVersionRequest) Reset added in v1.18.0

func (x *GetVersionRequest) Reset()

func (*GetVersionRequest) String added in v1.18.0

func (x *GetVersionRequest) String() string

type GetVersionResponse added in v1.18.0

type GetVersionResponse struct {

	// Store project
	Store string `protobuf:"bytes,1,opt,name=store,proto3" json:"store,omitempty"`
	// Big Query dataset
	BigQuery string `protobuf:"bytes,2,opt,name=big_query,json=bigQuery,proto3" json:"big_query,omitempty"`
	// Bigtable instance
	Tables []string `protobuf:"bytes,5,rep,name=tables,proto3" json:"tables,omitempty"`
	// Github commit hash
	GitHash string `protobuf:"bytes,4,opt,name=git_hash,json=gitHash,proto3" json:"git_hash,omitempty"`
	// contains filtered or unexported fields
}

Get version response.

func (*GetVersionResponse) Descriptor deprecated added in v1.18.0

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

Deprecated: Use GetVersionResponse.ProtoReflect.Descriptor instead.

func (*GetVersionResponse) GetBigQuery added in v1.18.0

func (x *GetVersionResponse) GetBigQuery() string

func (*GetVersionResponse) GetGitHash added in v1.18.0

func (x *GetVersionResponse) GetGitHash() string

func (*GetVersionResponse) GetStore added in v1.18.0

func (x *GetVersionResponse) GetStore() string

func (*GetVersionResponse) GetTables added in v1.33.0

func (x *GetVersionResponse) GetTables() []string

func (*GetVersionResponse) ProtoMessage added in v1.18.0

func (*GetVersionResponse) ProtoMessage()

func (*GetVersionResponse) ProtoReflect added in v1.18.0

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

func (*GetVersionResponse) Reset added in v1.18.0

func (x *GetVersionResponse) Reset()

func (*GetVersionResponse) String added in v1.18.0

func (x *GetVersionResponse) String() string

type GraphNode added in v1.22.0

type GraphNode struct {

	// A group of neighbour nodes by predicate.
	Neighbors []*GraphNode_LinkedNodes `protobuf:"bytes,1,rep,name=neighbors,proto3" json:"neighbors,omitempty"`
	// Value of the node, could be dcid or node string value.
	Value string `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Represent a node with a subgraph attached to it.

func (*GraphNode) Descriptor deprecated added in v1.22.0

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

Deprecated: Use GraphNode.ProtoReflect.Descriptor instead.

func (*GraphNode) GetNeighbors added in v1.29.0

func (x *GraphNode) GetNeighbors() []*GraphNode_LinkedNodes

func (*GraphNode) GetValue added in v1.22.0

func (x *GraphNode) GetValue() string

func (*GraphNode) ProtoMessage added in v1.22.0

func (*GraphNode) ProtoMessage()

func (*GraphNode) ProtoReflect added in v1.22.0

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

func (*GraphNode) Reset added in v1.22.0

func (x *GraphNode) Reset()

func (*GraphNode) String added in v1.22.0

func (x *GraphNode) String() string

type GraphNode_LinkedNodes added in v1.22.0

type GraphNode_LinkedNodes struct {
	Property  string            `protobuf:"bytes,1,opt,name=property,proto3" json:"property,omitempty"`
	Direction PropertyDirection `protobuf:"varint,2,opt,name=direction,proto3,enum=datacommons.PropertyDirection" json:"direction,omitempty"`
	Nodes     []*GraphNode      `protobuf:"bytes,3,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

Message to hold a cohort of nodes that have the same predicate and direction.

func (*GraphNode_LinkedNodes) Descriptor deprecated added in v1.22.0

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

Deprecated: Use GraphNode_LinkedNodes.ProtoReflect.Descriptor instead.

func (*GraphNode_LinkedNodes) GetDirection added in v1.22.0

func (x *GraphNode_LinkedNodes) GetDirection() PropertyDirection

func (*GraphNode_LinkedNodes) GetNodes added in v1.22.0

func (x *GraphNode_LinkedNodes) GetNodes() []*GraphNode

func (*GraphNode_LinkedNodes) GetProperty added in v1.22.0

func (x *GraphNode_LinkedNodes) GetProperty() string

func (*GraphNode_LinkedNodes) ProtoMessage added in v1.22.0

func (*GraphNode_LinkedNodes) ProtoMessage()

func (*GraphNode_LinkedNodes) ProtoReflect added in v1.22.0

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

func (*GraphNode_LinkedNodes) Reset added in v1.22.0

func (x *GraphNode_LinkedNodes) Reset()

func (*GraphNode_LinkedNodes) String added in v1.22.0

func (x *GraphNode_LinkedNodes) String() string

type GraphNodes added in v1.29.0

type GraphNodes struct {
	Nodes []*GraphNode `protobuf:"bytes,1,rep,name=nodes,proto3" json:"nodes,omitempty"`
	// contains filtered or unexported fields
}

This is used in SubGraph cache. A single root ID might match multiple SubGraph configs. All `nodes` have the same root ID.

func (*GraphNodes) Descriptor deprecated added in v1.29.0

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

Deprecated: Use GraphNodes.ProtoReflect.Descriptor instead.

func (*GraphNodes) GetNodes added in v1.29.0

func (x *GraphNodes) GetNodes() []*GraphNode

func (*GraphNodes) ProtoMessage added in v1.29.0

func (*GraphNodes) ProtoMessage()

func (*GraphNodes) ProtoReflect added in v1.29.0

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

func (*GraphNodes) Reset added in v1.29.0

func (x *GraphNodes) Reset()

func (*GraphNodes) String added in v1.29.0

func (x *GraphNodes) String() string

type IdWithProperty added in v1.33.0

type IdWithProperty struct {
	Prop string `protobuf:"bytes,1,opt,name=prop,proto3" json:"prop,omitempty"`
	Val  string `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*IdWithProperty) Descriptor deprecated added in v1.33.0

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

Deprecated: Use IdWithProperty.ProtoReflect.Descriptor instead.

func (*IdWithProperty) GetProp added in v1.33.0

func (x *IdWithProperty) GetProp() string

func (*IdWithProperty) GetVal added in v1.33.0

func (x *IdWithProperty) GetVal() string

func (*IdWithProperty) ProtoMessage added in v1.33.0

func (*IdWithProperty) ProtoMessage()

func (*IdWithProperty) ProtoReflect added in v1.33.0

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

func (*IdWithProperty) Reset added in v1.33.0

func (x *IdWithProperty) Reset()

func (*IdWithProperty) String added in v1.33.0

func (x *IdWithProperty) String() string

type LinkedPropertyValuesRequest added in v1.35.2

type LinkedPropertyValuesRequest struct {
	EntityProperty  string `protobuf:"bytes,1,opt,name=entity_property,json=entityProperty,proto3" json:"entity_property,omitempty"`
	ValueEntityType string `protobuf:"bytes,3,opt,name=value_entity_type,json=valueEntityType,proto3" json:"value_entity_type,omitempty"`
	// contains filtered or unexported fields
}

Note this API request only supports property "containedInPlace" now. This is effectively used to query containing places for certain type.

func (*LinkedPropertyValuesRequest) Descriptor deprecated added in v1.35.2

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

Deprecated: Use LinkedPropertyValuesRequest.ProtoReflect.Descriptor instead.

func (*LinkedPropertyValuesRequest) GetEntityProperty added in v1.38.0

func (x *LinkedPropertyValuesRequest) GetEntityProperty() string

func (*LinkedPropertyValuesRequest) GetValueEntityType added in v1.35.2

func (x *LinkedPropertyValuesRequest) GetValueEntityType() string

func (*LinkedPropertyValuesRequest) ProtoMessage added in v1.35.2

func (*LinkedPropertyValuesRequest) ProtoMessage()

func (*LinkedPropertyValuesRequest) ProtoReflect added in v1.35.2

func (*LinkedPropertyValuesRequest) Reset added in v1.35.2

func (x *LinkedPropertyValuesRequest) Reset()

func (*LinkedPropertyValuesRequest) String added in v1.35.2

func (x *LinkedPropertyValuesRequest) String() string

type Log added in v1.33.0

type Log struct {
	Entries    []*Log_Entry    `protobuf:"bytes,1,rep,name=entries" json:"entries,omitempty"`
	CounterSet *Log_CounterSet `protobuf:"bytes,2,opt,name=counter_set,json=counterSet" json:"counter_set,omitempty"`
	// contains filtered or unexported fields
}

A log of import processing with details on any warnings, errors, etc.

func (*Log) Descriptor deprecated added in v1.33.0

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

Deprecated: Use Log.ProtoReflect.Descriptor instead.

func (*Log) GetCounterSet added in v1.33.0

func (x *Log) GetCounterSet() *Log_CounterSet

func (*Log) GetEntries added in v1.33.0

func (x *Log) GetEntries() []*Log_Entry

func (*Log) ProtoMessage added in v1.33.0

func (*Log) ProtoMessage()

func (*Log) ProtoReflect added in v1.33.0

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

func (*Log) Reset added in v1.33.0

func (x *Log) Reset()

func (*Log) String added in v1.33.0

func (x *Log) String() string

type Log_CounterSet added in v1.33.0

type Log_CounterSet struct {

	// Key is the name of a counter.
	Counters map[string]int64 `` /* 137-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*Log_CounterSet) Descriptor deprecated added in v1.33.0

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

Deprecated: Use Log_CounterSet.ProtoReflect.Descriptor instead.

func (*Log_CounterSet) GetCounters added in v1.33.0

func (x *Log_CounterSet) GetCounters() map[string]int64

func (*Log_CounterSet) ProtoMessage added in v1.33.0

func (*Log_CounterSet) ProtoMessage()

func (*Log_CounterSet) ProtoReflect added in v1.33.0

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

func (*Log_CounterSet) Reset added in v1.33.0

func (x *Log_CounterSet) Reset()

func (*Log_CounterSet) String added in v1.33.0

func (x *Log_CounterSet) String() string

type Log_Entry added in v1.33.0

type Log_Entry struct {
	Level    *Log_Level    `protobuf:"varint,1,opt,name=level,enum=datacommons.Log_Level" json:"level,omitempty"`
	Location *Log_Location `protobuf:"bytes,2,opt,name=location" json:"location,omitempty"`
	// This must be user understandable.
	UserMessage *string `protobuf:"bytes,3,opt,name=user_message,json=userMessage" json:"user_message,omitempty"`
	// A counter key in CounterSet.
	CounterKey *string `protobuf:"bytes,4,opt,name=counter_key,json=counterKey" json:"counter_key,omitempty"`
	// contains filtered or unexported fields
}

One log entry. This could be a sample of messages for a particular counter.

func (*Log_Entry) Descriptor deprecated added in v1.33.0

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

Deprecated: Use Log_Entry.ProtoReflect.Descriptor instead.

func (*Log_Entry) GetCounterKey added in v1.33.0

func (x *Log_Entry) GetCounterKey() string

func (*Log_Entry) GetLevel added in v1.33.0

func (x *Log_Entry) GetLevel() Log_Level

func (*Log_Entry) GetLocation added in v1.33.0

func (x *Log_Entry) GetLocation() *Log_Location

func (*Log_Entry) GetUserMessage added in v1.33.0

func (x *Log_Entry) GetUserMessage() string

func (*Log_Entry) ProtoMessage added in v1.33.0

func (*Log_Entry) ProtoMessage()

func (*Log_Entry) ProtoReflect added in v1.33.0

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

func (*Log_Entry) Reset added in v1.33.0

func (x *Log_Entry) Reset()

func (*Log_Entry) String added in v1.33.0

func (x *Log_Entry) String() string

type Log_Level added in v1.33.0

type Log_Level int32

Severity level of the message.

const (
	Log_LEVEL_UNSPECIFIED Log_Level = 0
	Log_LEVEL_INFO        Log_Level = 1
	Log_LEVEL_WARNING     Log_Level = 2
	Log_LEVEL_ERROR       Log_Level = 3
	Log_LEVEL_FATAL       Log_Level = 4
)

func (Log_Level) Descriptor added in v1.33.0

func (Log_Level) Descriptor() protoreflect.EnumDescriptor

func (Log_Level) Enum added in v1.33.0

func (x Log_Level) Enum() *Log_Level

func (Log_Level) EnumDescriptor deprecated added in v1.33.0

func (Log_Level) EnumDescriptor() ([]byte, []int)

Deprecated: Use Log_Level.Descriptor instead.

func (Log_Level) Number added in v1.33.0

func (x Log_Level) Number() protoreflect.EnumNumber

func (Log_Level) String added in v1.33.0

func (x Log_Level) String() string

func (Log_Level) Type added in v1.33.0

func (*Log_Level) UnmarshalJSON deprecated added in v1.33.0

func (x *Log_Level) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type Log_Location added in v1.33.0

type Log_Location struct {

	// Name of the file. Could be a full path or not. Typically, this is
	// an MCF file or CSV.
	File *string `protobuf:"bytes,1,opt,name=file" json:"file,omitempty"`
	// Line number in file, starting from 1.  Matches the row number in
	// CSV (since we do not handle newlines in values).
	LineNumber *int64 `protobuf:"varint,2,opt,name=line_number,json=lineNumber" json:"line_number,omitempty"`
	// Column number in line, starting from 1. Can be empty.
	ColumnNumber *int64 `protobuf:"varint,3,opt,name=column_number,json=columnNumber" json:"column_number,omitempty"`
	// Column name set when the input is a CSV. Can be empty.
	ColumnName *string `protobuf:"bytes,4,opt,name=column_name,json=columnName" json:"column_name,omitempty"`
	// contains filtered or unexported fields
}

func (*Log_Location) Descriptor deprecated added in v1.33.0

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

Deprecated: Use Log_Location.ProtoReflect.Descriptor instead.

func (*Log_Location) GetColumnName added in v1.33.0

func (x *Log_Location) GetColumnName() string

func (*Log_Location) GetColumnNumber added in v1.33.0

func (x *Log_Location) GetColumnNumber() int64

func (*Log_Location) GetFile added in v1.33.0

func (x *Log_Location) GetFile() string

func (*Log_Location) GetLineNumber added in v1.33.0

func (x *Log_Location) GetLineNumber() int64

func (*Log_Location) ProtoMessage added in v1.33.0

func (*Log_Location) ProtoMessage()

func (*Log_Location) ProtoReflect added in v1.33.0

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

func (*Log_Location) Reset added in v1.33.0

func (x *Log_Location) Reset()

func (*Log_Location) String added in v1.33.0

func (x *Log_Location) String() string

type McfGraph added in v1.33.0

type McfGraph struct {

	// Type of the sub-graph.
	Type *McfType `protobuf:"varint,1,opt,name=type,enum=datacommons.McfType,def=1" json:"type,omitempty"`
	// A map from Local Node ID to its property and values.
	Nodes map[string]*McfGraph_PropertyValues `` /* 130-byte string literal not displayed */
	// contains filtered or unexported fields
}

Proto representation of a Data Commons sub-graph which may be made of instance nodes (INSTANCE_MCF) or template nodes (TEMPLATE_MCF).

func (*McfGraph) Descriptor deprecated added in v1.33.0

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

Deprecated: Use McfGraph.ProtoReflect.Descriptor instead.

func (*McfGraph) GetNodes added in v1.33.0

func (x *McfGraph) GetNodes() map[string]*McfGraph_PropertyValues

func (*McfGraph) GetType added in v1.33.0

func (x *McfGraph) GetType() McfType

func (*McfGraph) ProtoMessage added in v1.33.0

func (*McfGraph) ProtoMessage()

func (*McfGraph) ProtoReflect added in v1.33.0

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

func (*McfGraph) Reset added in v1.33.0

func (x *McfGraph) Reset()

func (*McfGraph) String added in v1.33.0

func (x *McfGraph) String() string

type McfGraph_PropertyValues added in v1.33.0

type McfGraph_PropertyValues struct {

	// Map of a property name to its values.
	Pvs map[string]*McfGraph_Values `` /* 126-byte string literal not displayed */
	// Information identifying the location of this node in the source.
	// There can be multiple if PVs in this node are merged from different
	// files.
	Location []*Log_Location `protobuf:"bytes,2,rep,name=location" json:"location,omitempty"`
	// contains filtered or unexported fields
}

Information about a node.

func (*McfGraph_PropertyValues) Descriptor deprecated added in v1.33.0

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

Deprecated: Use McfGraph_PropertyValues.ProtoReflect.Descriptor instead.

func (*McfGraph_PropertyValues) GetLocation added in v1.33.0

func (x *McfGraph_PropertyValues) GetLocation() []*Log_Location

func (*McfGraph_PropertyValues) GetPvs added in v1.33.0

func (*McfGraph_PropertyValues) ProtoMessage added in v1.33.0

func (*McfGraph_PropertyValues) ProtoMessage()

func (*McfGraph_PropertyValues) ProtoReflect added in v1.33.0

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

func (*McfGraph_PropertyValues) Reset added in v1.33.0

func (x *McfGraph_PropertyValues) Reset()

func (*McfGraph_PropertyValues) String added in v1.33.0

func (x *McfGraph_PropertyValues) String() string

type McfGraph_TypedValue added in v1.33.0

type McfGraph_TypedValue struct {
	Type  *ValueType `protobuf:"varint,1,opt,name=type,enum=datacommons.ValueType" json:"type,omitempty"`
	Value *string    `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
	// contains filtered or unexported fields
}

Represents a single value.

func (*McfGraph_TypedValue) Descriptor deprecated added in v1.33.0

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

Deprecated: Use McfGraph_TypedValue.ProtoReflect.Descriptor instead.

func (*McfGraph_TypedValue) GetType added in v1.33.0

func (x *McfGraph_TypedValue) GetType() ValueType

func (*McfGraph_TypedValue) GetValue added in v1.33.0

func (x *McfGraph_TypedValue) GetValue() string

func (*McfGraph_TypedValue) ProtoMessage added in v1.33.0

func (*McfGraph_TypedValue) ProtoMessage()

func (*McfGraph_TypedValue) ProtoReflect added in v1.33.0

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

func (*McfGraph_TypedValue) Reset added in v1.33.0

func (x *McfGraph_TypedValue) Reset()

func (*McfGraph_TypedValue) String added in v1.33.0

func (x *McfGraph_TypedValue) String() string

type McfGraph_Values added in v1.33.0

type McfGraph_Values struct {

	// A list of typed values.
	TypedValues []*McfGraph_TypedValue `protobuf:"bytes,1,rep,name=typed_values,json=typedValues" json:"typed_values,omitempty"`
	// contains filtered or unexported fields
}

Represents a list of property values.

func (*McfGraph_Values) Descriptor deprecated added in v1.33.0

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

Deprecated: Use McfGraph_Values.ProtoReflect.Descriptor instead.

func (*McfGraph_Values) GetTypedValues added in v1.33.0

func (x *McfGraph_Values) GetTypedValues() []*McfGraph_TypedValue

func (*McfGraph_Values) ProtoMessage added in v1.33.0

func (*McfGraph_Values) ProtoMessage()

func (*McfGraph_Values) ProtoReflect added in v1.33.0

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

func (*McfGraph_Values) Reset added in v1.33.0

func (x *McfGraph_Values) Reset()

func (*McfGraph_Values) String added in v1.33.0

func (x *McfGraph_Values) String() string

type McfType added in v1.33.0

type McfType int32

Type of MCF sub-graph.

const (
	McfType_UNKNOWN_MCF_TYPE McfType = 0
	// The sub-graph is made of instances.
	McfType_INSTANCE_MCF McfType = 1
	// The sub-graph is made of templates.
	McfType_TEMPLATE_MCF McfType = 2
)

func (McfType) Descriptor added in v1.33.0

func (McfType) Descriptor() protoreflect.EnumDescriptor

func (McfType) Enum added in v1.33.0

func (x McfType) Enum() *McfType

func (McfType) EnumDescriptor deprecated added in v1.33.0

func (McfType) EnumDescriptor() ([]byte, []int)

Deprecated: Use McfType.Descriptor instead.

func (McfType) Number added in v1.33.0

func (x McfType) Number() protoreflect.EnumNumber

func (McfType) String added in v1.33.0

func (x McfType) String() string

func (McfType) Type added in v1.33.0

func (McfType) Type() protoreflect.EnumType

func (*McfType) UnmarshalJSON deprecated added in v1.33.0

func (x *McfType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type MemdbConfig added in v1.35.0

type MemdbConfig struct {

	// Name of the import
	ImportName string `protobuf:"bytes,1,opt,name=import_name,json=importName,proto3" json:"import_name,omitempty"`
	// The url of the data, ususally the source url link
	ProvenanceUrl string `protobuf:"bytes,2,opt,name=provenance_url,json=provenanceUrl,proto3" json:"provenance_url,omitempty"`
	// Data download link. For private import, this should be the GCS folder url.
	// Example:
	// https://pantheon.corp.google.com/storage/browser/datcom-public/food
	DataDownloadUrl string `protobuf:"bytes,3,opt,name=data_download_url,json=dataDownloadUrl,proto3" json:"data_download_url,omitempty"`
	// The root SVG for the import. This will be set as a child stat var group
	// of "dc/g/Root"
	RootSvg string `protobuf:"bytes,4,opt,name=root_svg,json=rootSvg,proto3" json:"root_svg,omitempty"`
	// Key is StatVarGroup ID.
	StatVarGroups map[string]*StatVarGroupNode `` /* 190-byte string literal not displayed */
	// contains filtered or unexported fields
}

Holds the import manifest information.

func (*MemdbConfig) Descriptor deprecated added in v1.35.0

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

Deprecated: Use MemdbConfig.ProtoReflect.Descriptor instead.

func (*MemdbConfig) GetDataDownloadUrl added in v1.35.0

func (x *MemdbConfig) GetDataDownloadUrl() string

func (*MemdbConfig) GetImportName added in v1.35.0

func (x *MemdbConfig) GetImportName() string

func (*MemdbConfig) GetProvenanceUrl added in v1.35.0

func (x *MemdbConfig) GetProvenanceUrl() string

func (*MemdbConfig) GetRootSvg added in v1.35.0

func (x *MemdbConfig) GetRootSvg() string

func (*MemdbConfig) GetStatVarGroups added in v1.35.0

func (x *MemdbConfig) GetStatVarGroups() map[string]*StatVarGroupNode

func (*MemdbConfig) ProtoMessage added in v1.35.0

func (*MemdbConfig) ProtoMessage()

func (*MemdbConfig) ProtoReflect added in v1.35.0

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

func (*MemdbConfig) Reset added in v1.35.0

func (x *MemdbConfig) Reset()

func (*MemdbConfig) String added in v1.35.0

func (x *MemdbConfig) String() string

type MixerClient

type MixerClient interface {
	// Query DataCommons Graph with Sparql.
	Query(ctx context.Context, in *QueryRequest, opts ...grpc.CallOption) (*QueryResponse, error)
	// Fetch property labels adjacent of nodes
	GetPropertyLabels(ctx context.Context, in *GetPropertyLabelsRequest, opts ...grpc.CallOption) (*PayloadResponse, error)
	// Fetch nodes that linked to source nodes with a given property.
	GetPropertyValues(ctx context.Context, in *GetPropertyValuesRequest, opts ...grpc.CallOption) (*PayloadResponse, error)
	// Fetch triples that have the given nodes as subject or object.
	GetTriples(ctx context.Context, in *GetTriplesRequest, opts ...grpc.CallOption) (*PayloadResponse, error)
	// Get places contained in parent places.
	GetPlacesIn(ctx context.Context, in *GetPlacesInRequest, opts ...grpc.CallOption) (*GetPlacesInResponse, error)
	// Get stats of places by StatisticalVariable. If multiple time series data
	// are avaialable, the highest ranked one by measurement method and import
	// will be returned.
	GetStats(ctx context.Context, in *GetStatsRequest, opts ...grpc.CallOption) (*GetStatsResponse, error)
	// Get stat of a set of places and statistical variables.
	//
	// If multiple time series data are avaialable, the highest ranked one by
	// measurement method, scaling factor and import will be returned.
	// This is a newer version of GetStats() that takes multiple stat vars and
	// returns protobuf field instead of "payload" of json string.
	GetStatSetSeries(ctx context.Context, in *GetStatSetSeriesRequest, opts ...grpc.CallOption) (*GetStatSetSeriesResponse, error)
	// Get a single stat value given a place, a statistical variable and a date.
	// If no date is given, the latest statistical variable will be returned.
	GetStatValue(ctx context.Context, in *GetStatValueRequest, opts ...grpc.CallOption) (*GetStatValueResponse, error)
	// Get a series of stat value with dates, given the place and statistical
	// variable.
	GetStatSeries(ctx context.Context, in *GetStatSeriesRequest, opts ...grpc.CallOption) (*GetStatSeriesResponse, error)
	// Get all stat series given a list of places and a list of statistical
	// variables.
	GetStatAll(ctx context.Context, in *GetStatAllRequest, opts ...grpc.CallOption) (*GetStatAllResponse, error)
	// Get the stat value for children places of certain place type at a given
	// date.
	GetStatSetWithinPlace(ctx context.Context, in *GetStatSetWithinPlaceRequest, opts ...grpc.CallOption) (*GetStatSetResponse, error)
	// Get the stat value from all sources for children places of certain place
	// type. If date is not specified, the latest value of every source is
	// returned.
	GetStatSetWithinPlaceAll(ctx context.Context, in *GetStatSetWithinPlaceRequest, opts ...grpc.CallOption) (*GetStatSetAllResponse, error)
	// Get the stat value for given places and stat vars. If date is not given,
	// then the latest value for each <place, stat var> is returned.
	GetStatSet(ctx context.Context, in *GetStatSetRequest, opts ...grpc.CallOption) (*GetStatSetResponse, error)
	// Get the stat series for given parent places and child place type.
	GetStatSetSeriesWithinPlace(ctx context.Context, in *GetStatSetSeriesWithinPlaceRequest, opts ...grpc.CallOption) (*GetStatSetSeriesResponse, error)
	// Get rankings for given stat var DCIDs.
	GetLocationsRankings(ctx context.Context, in *GetLocationsRankingsRequest, opts ...grpc.CallOption) (*GetLocationsRankingsResponse, error)
	// Get related locations for given stat var DCIDs.
	GetRelatedLocations(ctx context.Context, in *GetRelatedLocationsRequest, opts ...grpc.CallOption) (*GetRelatedLocationsResponse, error)
	// Get place page info for a place.
	GetPlacePageData(ctx context.Context, in *GetPlacePageDataRequest, opts ...grpc.CallOption) (*GetPlacePageDataResponse, error)
	// Get bio page data given a dcid.
	GetBioPageData(ctx context.Context, in *GetBioPageDataRequest, opts ...grpc.CallOption) (*GraphNodes, error)
	// Translate Sparql Query into translation results.
	Translate(ctx context.Context, in *TranslateRequest, opts ...grpc.CallOption) (*TranslateResponse, error)
	// Given a text search query, return all entities matching the query.
	Search(ctx context.Context, in *SearchRequest, opts ...grpc.CallOption) (*SearchResponse, error)
	// Retrieves the version metadata.
	GetVersion(ctx context.Context, in *GetVersionRequest, opts ...grpc.CallOption) (*GetVersionResponse, error)
	// Give a list of place dcids, return all the statistical variables for each
	// place.
	GetPlaceStatsVar(ctx context.Context, in *GetPlaceStatsVarRequest, opts ...grpc.CallOption) (*GetPlaceStatsVarResponse, error)
	// Give a list of place dcids, return all the statistical variables for each
	// place.
	// TODO(shifucun): Deprecate GetPlaceStatsVar when all internal clients are
	// migrated.
	GetPlaceStatVars(ctx context.Context, in *GetPlaceStatVarsRequest, opts ...grpc.CallOption) (*GetPlaceStatVarsResponse, error)
	// Give a list of place dcids, return metadata for each place.
	GetPlaceMetadata(ctx context.Context, in *GetPlaceMetadataRequest, opts ...grpc.CallOption) (*GetPlaceMetadataResponse, error)
	// Given a list of place dcids, returns the union of available
	// statistical variables for the places.
	GetPlaceStatVarsUnionV1(ctx context.Context, in *GetPlaceStatVarsUnionRequest, opts ...grpc.CallOption) (*GetPlaceStatVarsUnionResponse, error)
	// Given ancestor place, child place type and stat vars, return the dates that
	// have data for each stat var across all child places.
	// [!! Deprecated] in favor of GetStatDateWithinPlace
	GetPlaceStatDateWithinPlace(ctx context.Context, in *GetPlaceStatDateWithinPlaceRequest, opts ...grpc.CallOption) (*GetPlaceStatDateWithinPlaceResponse, error)
	// Given ancestor place, child place type and stat vars, return the dates and
	// place count for each source
	GetStatDateWithinPlace(ctx context.Context, in *GetStatDateWithinPlaceRequest, opts ...grpc.CallOption) (*GetStatDateWithinPlaceResponse, error)
	// Given a place, get the statvar group for stat vars that have data for it.
	GetStatVarGroup(ctx context.Context, in *GetStatVarGroupRequest, opts ...grpc.CallOption) (*StatVarGroups, error)
	// Get the stat var group node info. The children stat var and stat var group
	// should have data for at least one of the give places.
	GetStatVarGroupNode(ctx context.Context, in *GetStatVarGroupNodeRequest, opts ...grpc.CallOption) (*StatVarGroupNode, error)
	// Get the path from a stat var or a stat var group path to the root
	// of stat var hierarchy
	GetStatVarPath(ctx context.Context, in *GetStatVarPathRequest, opts ...grpc.CallOption) (*GetStatVarPathResponse, error)
	// Search stat var and stat var groups.
	SearchStatVar(ctx context.Context, in *SearchStatVarRequest, opts ...grpc.CallOption) (*SearchStatVarResponse, error)
	// Given a list of stat vars, get their summaries.
	GetStatVarSummary(ctx context.Context, in *GetStatVarSummaryRequest, opts ...grpc.CallOption) (*GetStatVarSummaryResponse, error)
	// Find matched stat vars given constraint properties
	GetStatVarMatch(ctx context.Context, in *GetStatVarMatchRequest, opts ...grpc.CallOption) (*GetStatVarMatchResponse, error)
	// ======================  V1   V1   V1   V1  ======================
	Properties(ctx context.Context, in *PropertiesRequest, opts ...grpc.CallOption) (*PropertiesResponse, error)
	BulkProperties(ctx context.Context, in *BulkPropertiesRequest, opts ...grpc.CallOption) (*BulkPropertiesResponse, error)
	PropertyValues(ctx context.Context, in *PropertyValuesRequest, opts ...grpc.CallOption) (*PropertyValuesResponse, error)
	LinkedPropertyValues(ctx context.Context, in *LinkedPropertyValuesRequest, opts ...grpc.CallOption) (*PropertyValuesResponse, error)
	BulkPropertyValues(ctx context.Context, in *BulkPropertyValuesRequest, opts ...grpc.CallOption) (*BulkPropertyValuesResponse, error)
	BulkLinkedPropertyValues(ctx context.Context, in *BulkLinkedPropertyValuesRequest, opts ...grpc.CallOption) (*BulkPropertyValuesResponse, error)
	Triples(ctx context.Context, in *TriplesRequest, opts ...grpc.CallOption) (*TriplesResponse, error)
	BulkTriples(ctx context.Context, in *BulkTriplesRequest, opts ...grpc.CallOption) (*BulkTriplesResponse, error)
	Variables(ctx context.Context, in *VariablesRequest, opts ...grpc.CallOption) (*VariablesResponse, error)
	BulkVariables(ctx context.Context, in *BulkVariablesRequest, opts ...grpc.CallOption) (*BulkVariablesResponse, error)
	PlaceInfo(ctx context.Context, in *PlaceInfoRequest, opts ...grpc.CallOption) (*PlaceInfoResponse, error)
	BulkPlaceInfo(ctx context.Context, in *BulkPlaceInfoRequest, opts ...grpc.CallOption) (*BulkPlaceInfoResponse, error)
	VariableInfo(ctx context.Context, in *VariableInfoRequest, opts ...grpc.CallOption) (*VariableInfoResponse, error)
	VariableGroupInfo(ctx context.Context, in *VariableGroupInfoRequest, opts ...grpc.CallOption) (*StatVarGroupNode, error)
	BulkVariableInfo(ctx context.Context, in *BulkVariableInfoRequest, opts ...grpc.CallOption) (*BulkVariableInfoResponse, error)
	ObservationsPoint(ctx context.Context, in *ObservationsPointRequest, opts ...grpc.CallOption) (*PointStat, error)
	BulkObservationsPoint(ctx context.Context, in *BulkObservationsPointRequest, opts ...grpc.CallOption) (*BulkObservationsPointResponse, error)
	BulkObservationsPointLinked(ctx context.Context, in *BulkObservationsPointLinkedRequest, opts ...grpc.CallOption) (*BulkObservationsPointResponse, error)
	ObservationsSeries(ctx context.Context, in *ObservationsSeriesRequest, opts ...grpc.CallOption) (*ObservationsSeriesResponse, error)
	BulkObservationsSeries(ctx context.Context, in *BulkObservationsSeriesRequest, opts ...grpc.CallOption) (*BulkObservationsSeriesResponse, error)
	BulkObservationsSeriesLinked(ctx context.Context, in *BulkObservationsSeriesLinkedRequest, opts ...grpc.CallOption) (*BulkObservationsSeriesResponse, error)
	BioPage(ctx context.Context, in *BioPageRequest, opts ...grpc.CallOption) (*GraphNodes, error)
	PlacePage(ctx context.Context, in *PlacePageRequest, opts ...grpc.CallOption) (*GetPlacePageDataResponse, error)
	VariableAncestors(ctx context.Context, in *VariableAncestorsRequest, opts ...grpc.CallOption) (*VariableAncestorsResponse, error)
	VariableGroups(ctx context.Context, in *VariableGroupsRequest, opts ...grpc.CallOption) (*VariableGroupsResponse, error)
}

MixerClient is the client API for Mixer service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMixerClient

func NewMixerClient(cc grpc.ClientConnInterface) MixerClient

type MixerServer

type MixerServer interface {
	// Query DataCommons Graph with Sparql.
	Query(context.Context, *QueryRequest) (*QueryResponse, error)
	// Fetch property labels adjacent of nodes
	GetPropertyLabels(context.Context, *GetPropertyLabelsRequest) (*PayloadResponse, error)
	// Fetch nodes that linked to source nodes with a given property.
	GetPropertyValues(context.Context, *GetPropertyValuesRequest) (*PayloadResponse, error)
	// Fetch triples that have the given nodes as subject or object.
	GetTriples(context.Context, *GetTriplesRequest) (*PayloadResponse, error)
	// Get places contained in parent places.
	GetPlacesIn(context.Context, *GetPlacesInRequest) (*GetPlacesInResponse, error)
	// Get stats of places by StatisticalVariable. If multiple time series data
	// are avaialable, the highest ranked one by measurement method and import
	// will be returned.
	GetStats(context.Context, *GetStatsRequest) (*GetStatsResponse, error)
	// Get stat of a set of places and statistical variables.
	//
	// If multiple time series data are avaialable, the highest ranked one by
	// measurement method, scaling factor and import will be returned.
	// This is a newer version of GetStats() that takes multiple stat vars and
	// returns protobuf field instead of "payload" of json string.
	GetStatSetSeries(context.Context, *GetStatSetSeriesRequest) (*GetStatSetSeriesResponse, error)
	// Get a single stat value given a place, a statistical variable and a date.
	// If no date is given, the latest statistical variable will be returned.
	GetStatValue(context.Context, *GetStatValueRequest) (*GetStatValueResponse, error)
	// Get a series of stat value with dates, given the place and statistical
	// variable.
	GetStatSeries(context.Context, *GetStatSeriesRequest) (*GetStatSeriesResponse, error)
	// Get all stat series given a list of places and a list of statistical
	// variables.
	GetStatAll(context.Context, *GetStatAllRequest) (*GetStatAllResponse, error)
	// Get the stat value for children places of certain place type at a given
	// date.
	GetStatSetWithinPlace(context.Context, *GetStatSetWithinPlaceRequest) (*GetStatSetResponse, error)
	// Get the stat value from all sources for children places of certain place
	// type. If date is not specified, the latest value of every source is
	// returned.
	GetStatSetWithinPlaceAll(context.Context, *GetStatSetWithinPlaceRequest) (*GetStatSetAllResponse, error)
	// Get the stat value for given places and stat vars. If date is not given,
	// then the latest value for each <place, stat var> is returned.
	GetStatSet(context.Context, *GetStatSetRequest) (*GetStatSetResponse, error)
	// Get the stat series for given parent places and child place type.
	GetStatSetSeriesWithinPlace(context.Context, *GetStatSetSeriesWithinPlaceRequest) (*GetStatSetSeriesResponse, error)
	// Get rankings for given stat var DCIDs.
	GetLocationsRankings(context.Context, *GetLocationsRankingsRequest) (*GetLocationsRankingsResponse, error)
	// Get related locations for given stat var DCIDs.
	GetRelatedLocations(context.Context, *GetRelatedLocationsRequest) (*GetRelatedLocationsResponse, error)
	// Get place page info for a place.
	GetPlacePageData(context.Context, *GetPlacePageDataRequest) (*GetPlacePageDataResponse, error)
	// Get bio page data given a dcid.
	GetBioPageData(context.Context, *GetBioPageDataRequest) (*GraphNodes, error)
	// Translate Sparql Query into translation results.
	Translate(context.Context, *TranslateRequest) (*TranslateResponse, error)
	// Given a text search query, return all entities matching the query.
	Search(context.Context, *SearchRequest) (*SearchResponse, error)
	// Retrieves the version metadata.
	GetVersion(context.Context, *GetVersionRequest) (*GetVersionResponse, error)
	// Give a list of place dcids, return all the statistical variables for each
	// place.
	GetPlaceStatsVar(context.Context, *GetPlaceStatsVarRequest) (*GetPlaceStatsVarResponse, error)
	// Give a list of place dcids, return all the statistical variables for each
	// place.
	// TODO(shifucun): Deprecate GetPlaceStatsVar when all internal clients are
	// migrated.
	GetPlaceStatVars(context.Context, *GetPlaceStatVarsRequest) (*GetPlaceStatVarsResponse, error)
	// Give a list of place dcids, return metadata for each place.
	GetPlaceMetadata(context.Context, *GetPlaceMetadataRequest) (*GetPlaceMetadataResponse, error)
	// Given a list of place dcids, returns the union of available
	// statistical variables for the places.
	GetPlaceStatVarsUnionV1(context.Context, *GetPlaceStatVarsUnionRequest) (*GetPlaceStatVarsUnionResponse, error)
	// Given ancestor place, child place type and stat vars, return the dates that
	// have data for each stat var across all child places.
	// [!! Deprecated] in favor of GetStatDateWithinPlace
	GetPlaceStatDateWithinPlace(context.Context, *GetPlaceStatDateWithinPlaceRequest) (*GetPlaceStatDateWithinPlaceResponse, error)
	// Given ancestor place, child place type and stat vars, return the dates and
	// place count for each source
	GetStatDateWithinPlace(context.Context, *GetStatDateWithinPlaceRequest) (*GetStatDateWithinPlaceResponse, error)
	// Given a place, get the statvar group for stat vars that have data for it.
	GetStatVarGroup(context.Context, *GetStatVarGroupRequest) (*StatVarGroups, error)
	// Get the stat var group node info. The children stat var and stat var group
	// should have data for at least one of the give places.
	GetStatVarGroupNode(context.Context, *GetStatVarGroupNodeRequest) (*StatVarGroupNode, error)
	// Get the path from a stat var or a stat var group path to the root
	// of stat var hierarchy
	GetStatVarPath(context.Context, *GetStatVarPathRequest) (*GetStatVarPathResponse, error)
	// Search stat var and stat var groups.
	SearchStatVar(context.Context, *SearchStatVarRequest) (*SearchStatVarResponse, error)
	// Given a list of stat vars, get their summaries.
	GetStatVarSummary(context.Context, *GetStatVarSummaryRequest) (*GetStatVarSummaryResponse, error)
	// Find matched stat vars given constraint properties
	GetStatVarMatch(context.Context, *GetStatVarMatchRequest) (*GetStatVarMatchResponse, error)
	// ======================  V1   V1   V1   V1  ======================
	Properties(context.Context, *PropertiesRequest) (*PropertiesResponse, error)
	BulkProperties(context.Context, *BulkPropertiesRequest) (*BulkPropertiesResponse, error)
	PropertyValues(context.Context, *PropertyValuesRequest) (*PropertyValuesResponse, error)
	LinkedPropertyValues(context.Context, *LinkedPropertyValuesRequest) (*PropertyValuesResponse, error)
	BulkPropertyValues(context.Context, *BulkPropertyValuesRequest) (*BulkPropertyValuesResponse, error)
	BulkLinkedPropertyValues(context.Context, *BulkLinkedPropertyValuesRequest) (*BulkPropertyValuesResponse, error)
	Triples(context.Context, *TriplesRequest) (*TriplesResponse, error)
	BulkTriples(context.Context, *BulkTriplesRequest) (*BulkTriplesResponse, error)
	Variables(context.Context, *VariablesRequest) (*VariablesResponse, error)
	BulkVariables(context.Context, *BulkVariablesRequest) (*BulkVariablesResponse, error)
	PlaceInfo(context.Context, *PlaceInfoRequest) (*PlaceInfoResponse, error)
	BulkPlaceInfo(context.Context, *BulkPlaceInfoRequest) (*BulkPlaceInfoResponse, error)
	VariableInfo(context.Context, *VariableInfoRequest) (*VariableInfoResponse, error)
	VariableGroupInfo(context.Context, *VariableGroupInfoRequest) (*StatVarGroupNode, error)
	BulkVariableInfo(context.Context, *BulkVariableInfoRequest) (*BulkVariableInfoResponse, error)
	ObservationsPoint(context.Context, *ObservationsPointRequest) (*PointStat, error)
	BulkObservationsPoint(context.Context, *BulkObservationsPointRequest) (*BulkObservationsPointResponse, error)
	BulkObservationsPointLinked(context.Context, *BulkObservationsPointLinkedRequest) (*BulkObservationsPointResponse, error)
	ObservationsSeries(context.Context, *ObservationsSeriesRequest) (*ObservationsSeriesResponse, error)
	BulkObservationsSeries(context.Context, *BulkObservationsSeriesRequest) (*BulkObservationsSeriesResponse, error)
	BulkObservationsSeriesLinked(context.Context, *BulkObservationsSeriesLinkedRequest) (*BulkObservationsSeriesResponse, error)
	BioPage(context.Context, *BioPageRequest) (*GraphNodes, error)
	PlacePage(context.Context, *PlacePageRequest) (*GetPlacePageDataResponse, error)
	VariableAncestors(context.Context, *VariableAncestorsRequest) (*VariableAncestorsResponse, error)
	VariableGroups(context.Context, *VariableGroupsRequest) (*VariableGroupsResponse, error)
}

MixerServer is the server API for Mixer service. All implementations should embed UnimplementedMixerServer for forward compatibility

type ObsCollection

type ObsCollection struct {
	SourceCohorts []*SourceSeries `protobuf:"bytes,5,rep,name=source_cohorts,json=sourceCohorts,proto3" json:"source_cohorts,omitempty"`
	// contains filtered or unexported fields
}

A collection of observation values for various places with the same parent and place type, for given measured property, observation period, stat type, observation date, pop type, and an optional list of pop PVs.

func (*ObsCollection) Descriptor deprecated

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

Deprecated: Use ObsCollection.ProtoReflect.Descriptor instead.

func (*ObsCollection) GetSourceCohorts

func (x *ObsCollection) GetSourceCohorts() []*SourceSeries

func (*ObsCollection) ProtoMessage

func (*ObsCollection) ProtoMessage()

func (*ObsCollection) ProtoReflect

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

func (*ObsCollection) Reset

func (x *ObsCollection) Reset()

func (*ObsCollection) String

func (x *ObsCollection) String() string

type ObsTimeSeries

type ObsTimeSeries struct {
	PlaceName    string          `protobuf:"bytes,3,opt,name=place_name,json=placeName,proto3" json:"place_name,omitempty"`
	PlaceDcid    string          `protobuf:"bytes,5,opt,name=place_dcid,json=placeDcid,proto3" json:"place_dcid,omitempty"` // Only set if the key uses mid.
	SourceSeries []*SourceSeries `protobuf:"bytes,6,rep,name=source_series,json=sourceSeries,proto3" json:"source_series,omitempty"`
	// contains filtered or unexported fields
}

Represents observation time series data.

func (*ObsTimeSeries) Descriptor deprecated

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

Deprecated: Use ObsTimeSeries.ProtoReflect.Descriptor instead.

func (*ObsTimeSeries) GetPlaceDcid

func (x *ObsTimeSeries) GetPlaceDcid() string

func (*ObsTimeSeries) GetPlaceName

func (x *ObsTimeSeries) GetPlaceName() string

func (*ObsTimeSeries) GetSourceSeries

func (x *ObsTimeSeries) GetSourceSeries() []*SourceSeries

func (*ObsTimeSeries) ProtoMessage

func (*ObsTimeSeries) ProtoMessage()

func (*ObsTimeSeries) ProtoReflect

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

func (*ObsTimeSeries) Reset

func (x *ObsTimeSeries) Reset()

func (*ObsTimeSeries) String

func (x *ObsTimeSeries) String() string

type ObservationsPointRequest added in v1.34.0

type ObservationsPointRequest struct {
	EntityVariable string `protobuf:"bytes,1,opt,name=entity_variable,json=entityVariable,proto3" json:"entity_variable,omitempty"`
	Date           string `protobuf:"bytes,3,opt,name=date,proto3" json:"date,omitempty"`
	// contains filtered or unexported fields
}

func (*ObservationsPointRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use ObservationsPointRequest.ProtoReflect.Descriptor instead.

func (*ObservationsPointRequest) GetDate added in v1.34.0

func (x *ObservationsPointRequest) GetDate() string

func (*ObservationsPointRequest) GetEntityVariable added in v1.38.0

func (x *ObservationsPointRequest) GetEntityVariable() string

func (*ObservationsPointRequest) ProtoMessage added in v1.34.0

func (*ObservationsPointRequest) ProtoMessage()

func (*ObservationsPointRequest) ProtoReflect added in v1.34.0

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

func (*ObservationsPointRequest) Reset added in v1.34.0

func (x *ObservationsPointRequest) Reset()

func (*ObservationsPointRequest) String added in v1.34.0

func (x *ObservationsPointRequest) String() string

type ObservationsSeriesRequest added in v1.35.0

type ObservationsSeriesRequest struct {
	EntityVariable string `protobuf:"bytes,1,opt,name=entity_variable,json=entityVariable,proto3" json:"entity_variable,omitempty"`
	// contains filtered or unexported fields
}

------------ Observations Series

func (*ObservationsSeriesRequest) Descriptor deprecated added in v1.35.0

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

Deprecated: Use ObservationsSeriesRequest.ProtoReflect.Descriptor instead.

func (*ObservationsSeriesRequest) GetEntityVariable added in v1.38.0

func (x *ObservationsSeriesRequest) GetEntityVariable() string

func (*ObservationsSeriesRequest) ProtoMessage added in v1.35.0

func (*ObservationsSeriesRequest) ProtoMessage()

func (*ObservationsSeriesRequest) ProtoReflect added in v1.35.0

func (*ObservationsSeriesRequest) Reset added in v1.35.0

func (x *ObservationsSeriesRequest) Reset()

func (*ObservationsSeriesRequest) String added in v1.35.0

func (x *ObservationsSeriesRequest) String() string

type ObservationsSeriesResponse added in v1.35.0

type ObservationsSeriesResponse struct {
	Observations []*PointStat  `protobuf:"bytes,1,rep,name=observations,proto3" json:"observations,omitempty"`
	Facet        *StatMetadata `protobuf:"bytes,2,opt,name=facet,proto3" json:"facet,omitempty"`
	// contains filtered or unexported fields
}

func (*ObservationsSeriesResponse) Descriptor deprecated added in v1.35.0

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

Deprecated: Use ObservationsSeriesResponse.ProtoReflect.Descriptor instead.

func (*ObservationsSeriesResponse) GetFacet added in v1.35.0

func (*ObservationsSeriesResponse) GetObservations added in v1.35.0

func (x *ObservationsSeriesResponse) GetObservations() []*PointStat

func (*ObservationsSeriesResponse) ProtoMessage added in v1.35.0

func (*ObservationsSeriesResponse) ProtoMessage()

func (*ObservationsSeriesResponse) ProtoReflect added in v1.35.0

func (*ObservationsSeriesResponse) Reset added in v1.35.0

func (x *ObservationsSeriesResponse) Reset()

func (*ObservationsSeriesResponse) String added in v1.35.0

func (x *ObservationsSeriesResponse) String() string

type PagedEntities added in v1.35.2

type PagedEntities struct {

	// A list of EntityInfo messages for PagedPropVal{In|Out} cache result.
	Entities       []*EntityInfo `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	TotalPageCount float64       `protobuf:"fixed64,2,opt,name=total_page_count,json=totalPageCount,proto3" json:"total_page_count,omitempty"`
	// contains filtered or unexported fields
}

A page of entities. The page number starts from 0, and is in the cache key. Page size is set by ::datacommons::prophet::kPageSize.

func (*PagedEntities) Descriptor deprecated added in v1.35.2

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

Deprecated: Use PagedEntities.ProtoReflect.Descriptor instead.

func (*PagedEntities) GetEntities added in v1.35.2

func (x *PagedEntities) GetEntities() []*EntityInfo

func (*PagedEntities) GetTotalPageCount added in v1.35.2

func (x *PagedEntities) GetTotalPageCount() float64

func (*PagedEntities) ProtoMessage added in v1.35.2

func (*PagedEntities) ProtoMessage()

func (*PagedEntities) ProtoReflect added in v1.35.2

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

func (*PagedEntities) Reset added in v1.35.2

func (x *PagedEntities) Reset()

func (*PagedEntities) String added in v1.35.2

func (x *PagedEntities) String() string

type PaginationInfo added in v1.35.1

type PaginationInfo struct {
	CursorGroups []*CursorGroup `protobuf:"bytes,1,rep,name=cursor_groups,json=cursorGroups,proto3" json:"cursor_groups,omitempty"`
	// contains filtered or unexported fields
}

Represents the cursor information of one pagination request. Each cursor group corresponds to the cursor information of one requested entity. There are multiple cursor groups for bulk APIs.

func (*PaginationInfo) Descriptor deprecated added in v1.35.1

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

Deprecated: Use PaginationInfo.ProtoReflect.Descriptor instead.

func (*PaginationInfo) GetCursorGroups added in v1.35.1

func (x *PaginationInfo) GetCursorGroups() []*CursorGroup

func (*PaginationInfo) ProtoMessage added in v1.35.1

func (*PaginationInfo) ProtoMessage()

func (*PaginationInfo) ProtoReflect added in v1.35.1

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

func (*PaginationInfo) Reset added in v1.35.1

func (x *PaginationInfo) Reset()

func (*PaginationInfo) String added in v1.35.1

func (x *PaginationInfo) String() string

type PayloadResponse added in v1.33.0

type PayloadResponse struct {
	Payload string `protobuf:"bytes,1,opt,name=payload,proto3" json:"payload,omitempty"`
	// contains filtered or unexported fields
}

PayloadResponse represents API response with encoded payload string

func (*PayloadResponse) Descriptor deprecated added in v1.33.0

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

Deprecated: Use PayloadResponse.ProtoReflect.Descriptor instead.

func (*PayloadResponse) GetPayload added in v1.33.0

func (x *PayloadResponse) GetPayload() string

func (*PayloadResponse) ProtoMessage added in v1.33.0

func (*PayloadResponse) ProtoMessage()

func (*PayloadResponse) ProtoReflect added in v1.33.0

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

func (*PayloadResponse) Reset added in v1.33.0

func (x *PayloadResponse) Reset()

func (*PayloadResponse) String added in v1.33.0

func (x *PayloadResponse) String() string

type Place added in v1.20.3

type Place struct {
	Dcid string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	Pop  int32  `protobuf:"varint,3,opt,name=pop,proto3" json:"pop,omitempty"`
	// contains filtered or unexported fields
}

func (*Place) Descriptor deprecated added in v1.20.3

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

Deprecated: Use Place.ProtoReflect.Descriptor instead.

func (*Place) GetDcid added in v1.20.3

func (x *Place) GetDcid() string

func (*Place) GetName added in v1.20.3

func (x *Place) GetName() string

func (*Place) GetPop added in v1.20.3

func (x *Place) GetPop() int32

func (*Place) ProtoMessage added in v1.20.3

func (*Place) ProtoMessage()

func (*Place) ProtoReflect added in v1.20.3

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

func (*Place) Reset added in v1.20.3

func (x *Place) Reset()

func (*Place) String added in v1.20.3

func (x *Place) String() string

type PlaceInfoRequest added in v1.34.0

type PlaceInfoRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaceInfoRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use PlaceInfoRequest.ProtoReflect.Descriptor instead.

func (*PlaceInfoRequest) GetEntity added in v1.34.0

func (x *PlaceInfoRequest) GetEntity() string

func (*PlaceInfoRequest) ProtoMessage added in v1.34.0

func (*PlaceInfoRequest) ProtoMessage()

func (*PlaceInfoRequest) ProtoReflect added in v1.34.0

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

func (*PlaceInfoRequest) Reset added in v1.34.0

func (x *PlaceInfoRequest) Reset()

func (*PlaceInfoRequest) String added in v1.34.0

func (x *PlaceInfoRequest) String() string

type PlaceInfoResponse added in v1.34.0

type PlaceInfoResponse struct {
	Entity string         `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Info   *PlaceMetadata `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaceInfoResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use PlaceInfoResponse.ProtoReflect.Descriptor instead.

func (*PlaceInfoResponse) GetEntity added in v1.34.0

func (x *PlaceInfoResponse) GetEntity() string

func (*PlaceInfoResponse) GetInfo added in v1.34.0

func (x *PlaceInfoResponse) GetInfo() *PlaceMetadata

func (*PlaceInfoResponse) ProtoMessage added in v1.34.0

func (*PlaceInfoResponse) ProtoMessage()

func (*PlaceInfoResponse) ProtoReflect added in v1.34.0

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

func (*PlaceInfoResponse) Reset added in v1.34.0

func (x *PlaceInfoResponse) Reset()

func (*PlaceInfoResponse) String added in v1.34.0

func (x *PlaceInfoResponse) String() string

type PlaceMetadata added in v1.30.0

type PlaceMetadata struct {
	Self    *PlaceMetadata_PlaceInfo   `protobuf:"bytes,1,opt,name=self,proto3" json:"self,omitempty"`
	Parents []*PlaceMetadata_PlaceInfo `protobuf:"bytes,2,rep,name=parents,proto3" json:"parents,omitempty"`
	// contains filtered or unexported fields
}

Metadata of a place. This is used in API response

func (*PlaceMetadata) Descriptor deprecated added in v1.30.0

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

Deprecated: Use PlaceMetadata.ProtoReflect.Descriptor instead.

func (*PlaceMetadata) GetParents added in v1.30.0

func (x *PlaceMetadata) GetParents() []*PlaceMetadata_PlaceInfo

func (*PlaceMetadata) GetSelf added in v1.30.0

func (x *PlaceMetadata) GetSelf() *PlaceMetadata_PlaceInfo

func (*PlaceMetadata) ProtoMessage added in v1.30.0

func (*PlaceMetadata) ProtoMessage()

func (*PlaceMetadata) ProtoReflect added in v1.30.0

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

func (*PlaceMetadata) Reset added in v1.30.0

func (x *PlaceMetadata) Reset()

func (*PlaceMetadata) String added in v1.30.0

func (x *PlaceMetadata) String() string

type PlaceMetadataCache added in v1.30.0

type PlaceMetadataCache struct {

	// This includes the place itself, as well as all its ancestors.
	// The DCID of the "main" place is part of the Cache key.
	Places []*PlaceMetadataCache_PlaceInfo `protobuf:"bytes,1,rep,name=places,proto3" json:"places,omitempty"`
	// contains filtered or unexported fields
}

Metadata of a place. This is the raw cache data.

func (*PlaceMetadataCache) Descriptor deprecated added in v1.30.0

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

Deprecated: Use PlaceMetadataCache.ProtoReflect.Descriptor instead.

func (*PlaceMetadataCache) GetPlaces added in v1.30.0

func (*PlaceMetadataCache) ProtoMessage added in v1.30.0

func (*PlaceMetadataCache) ProtoMessage()

func (*PlaceMetadataCache) ProtoReflect added in v1.30.0

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

func (*PlaceMetadataCache) Reset added in v1.30.0

func (x *PlaceMetadataCache) Reset()

func (*PlaceMetadataCache) String added in v1.30.0

func (x *PlaceMetadataCache) String() string

type PlaceMetadataCache_PlaceInfo added in v1.30.0

type PlaceMetadataCache_PlaceInfo struct {
	Dcid string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// This is the dominant type if multiple.
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// List of DCIDs of immediate parents. Each will have an entry in "places"
	// list.
	Parents []string `protobuf:"bytes,4,rep,name=parents,proto3" json:"parents,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaceMetadataCache_PlaceInfo) Descriptor deprecated added in v1.30.0

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

Deprecated: Use PlaceMetadataCache_PlaceInfo.ProtoReflect.Descriptor instead.

func (*PlaceMetadataCache_PlaceInfo) GetDcid added in v1.30.0

func (x *PlaceMetadataCache_PlaceInfo) GetDcid() string

func (*PlaceMetadataCache_PlaceInfo) GetName added in v1.30.0

func (x *PlaceMetadataCache_PlaceInfo) GetName() string

func (*PlaceMetadataCache_PlaceInfo) GetParents added in v1.30.0

func (x *PlaceMetadataCache_PlaceInfo) GetParents() []string

func (*PlaceMetadataCache_PlaceInfo) GetType added in v1.30.0

func (x *PlaceMetadataCache_PlaceInfo) GetType() string

func (*PlaceMetadataCache_PlaceInfo) ProtoMessage added in v1.30.0

func (*PlaceMetadataCache_PlaceInfo) ProtoMessage()

func (*PlaceMetadataCache_PlaceInfo) ProtoReflect added in v1.30.0

func (*PlaceMetadataCache_PlaceInfo) Reset added in v1.30.0

func (x *PlaceMetadataCache_PlaceInfo) Reset()

func (*PlaceMetadataCache_PlaceInfo) String added in v1.30.0

type PlaceMetadata_PlaceInfo added in v1.30.0

type PlaceMetadata_PlaceInfo struct {
	Dcid string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// This is the dominant type if multiple.
	Type string `protobuf:"bytes,3,opt,name=type,proto3" json:"type,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaceMetadata_PlaceInfo) Descriptor deprecated added in v1.30.0

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

Deprecated: Use PlaceMetadata_PlaceInfo.ProtoReflect.Descriptor instead.

func (*PlaceMetadata_PlaceInfo) GetDcid added in v1.30.0

func (x *PlaceMetadata_PlaceInfo) GetDcid() string

func (*PlaceMetadata_PlaceInfo) GetName added in v1.30.0

func (x *PlaceMetadata_PlaceInfo) GetName() string

func (*PlaceMetadata_PlaceInfo) GetType added in v1.30.0

func (x *PlaceMetadata_PlaceInfo) GetType() string

func (*PlaceMetadata_PlaceInfo) ProtoMessage added in v1.30.0

func (*PlaceMetadata_PlaceInfo) ProtoMessage()

func (*PlaceMetadata_PlaceInfo) ProtoReflect added in v1.30.0

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

func (*PlaceMetadata_PlaceInfo) Reset added in v1.30.0

func (x *PlaceMetadata_PlaceInfo) Reset()

func (*PlaceMetadata_PlaceInfo) String added in v1.30.0

func (x *PlaceMetadata_PlaceInfo) String() string

type PlacePageRequest added in v1.34.0

type PlacePageRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// A list of additional stat vars need to be fetched in addition to the
	// data in cache. This is to be used in local development, where new chart is
	// added to chart config but data is not added to cache (delay from cache
	// build).
	NewStatVars []string `protobuf:"bytes,2,rep,name=new_stat_vars,json=newStatVars,proto3" json:"new_stat_vars,omitempty"`
	// Seed value for random selection. Used by test to get deterministic result.
	Seed int64 `protobuf:"varint,3,opt,name=seed,proto3" json:"seed,omitempty"`
	// contains filtered or unexported fields
}

func (*PlacePageRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use PlacePageRequest.ProtoReflect.Descriptor instead.

func (*PlacePageRequest) GetEntity added in v1.34.0

func (x *PlacePageRequest) GetEntity() string

func (*PlacePageRequest) GetNewStatVars added in v1.34.0

func (x *PlacePageRequest) GetNewStatVars() []string

func (*PlacePageRequest) GetSeed added in v1.34.0

func (x *PlacePageRequest) GetSeed() int64

func (*PlacePageRequest) ProtoMessage added in v1.34.0

func (*PlacePageRequest) ProtoMessage()

func (*PlacePageRequest) ProtoReflect added in v1.34.0

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

func (*PlacePageRequest) Reset added in v1.34.0

func (x *PlacePageRequest) Reset()

func (*PlacePageRequest) String added in v1.34.0

func (x *PlacePageRequest) String() string

type PlacePointStat

type PlacePointStat struct {

	// Keyed by place DCID.
	Stat map[string]*PointStat `` /* 149-byte string literal not displayed */
	// Hash of the matdata, which applies to all the PointStat in `stat` field.
	MetaHash uint32 `protobuf:"varint,2,opt,name=meta_hash,json=metaHash,proto3" json:"meta_hash,omitempty"`
	// contains filtered or unexported fields
}

func (*PlacePointStat) Descriptor deprecated

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

Deprecated: Use PlacePointStat.ProtoReflect.Descriptor instead.

func (*PlacePointStat) GetMetaHash added in v1.29.0

func (x *PlacePointStat) GetMetaHash() uint32

func (*PlacePointStat) GetStat

func (x *PlacePointStat) GetStat() map[string]*PointStat

func (*PlacePointStat) ProtoMessage

func (*PlacePointStat) ProtoMessage()

func (*PlacePointStat) ProtoReflect

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

func (*PlacePointStat) Reset

func (x *PlacePointStat) Reset()

func (*PlacePointStat) String

func (x *PlacePointStat) String() string

type PlacePointStatAll added in v1.29.0

type PlacePointStatAll struct {

	// A list of PlacePointStat, with each one from one source.
	StatList []*PlacePointStat `protobuf:"bytes,1,rep,name=stat_list,json=statList,proto3" json:"stat_list,omitempty"`
	// contains filtered or unexported fields
}

func (*PlacePointStatAll) Descriptor deprecated added in v1.29.0

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

Deprecated: Use PlacePointStatAll.ProtoReflect.Descriptor instead.

func (*PlacePointStatAll) GetStatList added in v1.29.0

func (x *PlacePointStatAll) GetStatList() []*PlacePointStat

func (*PlacePointStatAll) ProtoMessage added in v1.29.0

func (*PlacePointStatAll) ProtoMessage()

func (*PlacePointStatAll) ProtoReflect added in v1.29.0

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

func (*PlacePointStatAll) Reset added in v1.29.0

func (x *PlacePointStatAll) Reset()

func (*PlacePointStatAll) String added in v1.29.0

func (x *PlacePointStatAll) String() string

type PlaceStat

type PlaceStat struct {

	// Key is stat var dcid.
	StatVarData map[string]*ObsTimeSeries `` /* 184-byte string literal not displayed */
	// contains filtered or unexported fields
}

TODO(shifucun): deprecate this and use StatVarSeries when migrating /stat/all to v1.

func (*PlaceStat) Descriptor deprecated

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

Deprecated: Use PlaceStat.ProtoReflect.Descriptor instead.

func (*PlaceStat) GetStatVarData

func (x *PlaceStat) GetStatVarData() map[string]*ObsTimeSeries

func (*PlaceStat) ProtoMessage

func (*PlaceStat) ProtoMessage()

func (*PlaceStat) ProtoReflect

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

func (*PlaceStat) Reset

func (x *PlaceStat) Reset()

func (*PlaceStat) String

func (x *PlaceStat) String() string

type PlaceStatVars added in v1.33.0

type PlaceStatVars struct {
	StatVarIds []string `protobuf:"bytes,1,rep,name=stat_var_ids,json=statVarIds,proto3" json:"stat_var_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*PlaceStatVars) Descriptor deprecated added in v1.33.0

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

Deprecated: Use PlaceStatVars.ProtoReflect.Descriptor instead.

func (*PlaceStatVars) GetStatVarIds added in v1.33.0

func (x *PlaceStatVars) GetStatVarIds() []string

func (*PlaceStatVars) ProtoMessage added in v1.33.0

func (*PlaceStatVars) ProtoMessage()

func (*PlaceStatVars) ProtoReflect added in v1.33.0

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

func (*PlaceStatVars) Reset added in v1.33.0

func (x *PlaceStatVars) Reset()

func (*PlaceStatVars) String added in v1.33.0

func (x *PlaceStatVars) String() string

type Places added in v1.20.3

type Places struct {
	Places []*Place `protobuf:"bytes,1,rep,name=places,proto3" json:"places,omitempty"`
	// contains filtered or unexported fields
}

func (*Places) Descriptor deprecated added in v1.20.3

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

Deprecated: Use Places.ProtoReflect.Descriptor instead.

func (*Places) GetPlaces added in v1.20.3

func (x *Places) GetPlaces() []*Place

func (*Places) ProtoMessage added in v1.20.3

func (*Places) ProtoMessage()

func (*Places) ProtoReflect added in v1.20.3

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

func (*Places) Reset added in v1.20.3

func (x *Places) Reset()

func (*Places) String added in v1.20.3

func (x *Places) String() string

type PointStat

type PointStat struct {

	// date in IOS-8601 format
	Date  string  `protobuf:"bytes,1,opt,name=date,proto3" json:"date,omitempty"`
	Value float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
	// Full metadata of the stat. This is set when the proto is used statalone,
	// ex, in place page cache.
	Metadata *StatMetadata `protobuf:"bytes,3,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// Hash of the metadata, this is to be used together with a map from
	// the hash to the full metatdata. This is set in /stat/set/within-place/*
	// APIs.
	MetaHash uint32 `protobuf:"varint,4,opt,name=meta_hash,json=metaHash,proto3" json:"meta_hash,omitempty"`
	// Same as meta_hash, used in V1 API.
	Facet uint32 `protobuf:"varint,5,opt,name=facet,proto3" json:"facet,omitempty"`
	// contains filtered or unexported fields
}

func (*PointStat) Descriptor deprecated

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

Deprecated: Use PointStat.ProtoReflect.Descriptor instead.

func (*PointStat) GetDate

func (x *PointStat) GetDate() string

func (*PointStat) GetFacet added in v1.35.0

func (x *PointStat) GetFacet() uint32

func (*PointStat) GetMetaHash added in v1.29.0

func (x *PointStat) GetMetaHash() uint32

func (*PointStat) GetMetadata

func (x *PointStat) GetMetadata() *StatMetadata

func (*PointStat) GetValue

func (x *PointStat) GetValue() float64

func (*PointStat) ProtoMessage

func (*PointStat) ProtoMessage()

func (*PointStat) ProtoReflect

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

func (*PointStat) Reset

func (x *PointStat) Reset()

func (*PointStat) String

func (x *PointStat) String() string

type PropertiesRequest added in v1.34.0

type PropertiesRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// Direction can only be "in" or "out"
	Direction string `protobuf:"bytes,2,opt,name=direction,proto3" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertiesRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use PropertiesRequest.ProtoReflect.Descriptor instead.

func (*PropertiesRequest) GetDirection added in v1.34.0

func (x *PropertiesRequest) GetDirection() string

func (*PropertiesRequest) GetEntity added in v1.34.0

func (x *PropertiesRequest) GetEntity() string

func (*PropertiesRequest) ProtoMessage added in v1.34.0

func (*PropertiesRequest) ProtoMessage()

func (*PropertiesRequest) ProtoReflect added in v1.34.0

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

func (*PropertiesRequest) Reset added in v1.34.0

func (x *PropertiesRequest) Reset()

func (*PropertiesRequest) String added in v1.34.0

func (x *PropertiesRequest) String() string

type PropertiesResponse added in v1.34.0

type PropertiesResponse struct {
	Entity     string   `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Properties []string `protobuf:"bytes,2,rep,name=properties,proto3" json:"properties,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertiesResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use PropertiesResponse.ProtoReflect.Descriptor instead.

func (*PropertiesResponse) GetEntity added in v1.34.0

func (x *PropertiesResponse) GetEntity() string

func (*PropertiesResponse) GetProperties added in v1.34.0

func (x *PropertiesResponse) GetProperties() []string

func (*PropertiesResponse) ProtoMessage added in v1.34.0

func (*PropertiesResponse) ProtoMessage()

func (*PropertiesResponse) ProtoReflect added in v1.34.0

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

func (*PropertiesResponse) Reset added in v1.34.0

func (x *PropertiesResponse) Reset()

func (*PropertiesResponse) String added in v1.34.0

func (x *PropertiesResponse) String() string

type PropertyDirection added in v1.22.0

type PropertyDirection int32

The direction of node property (arc in the graph).

const (
	PropertyDirection_DIRECTION_UNKNOWN PropertyDirection = 0
	PropertyDirection_DIRECTION_IN      PropertyDirection = 1
	PropertyDirection_DIRECTION_OUT     PropertyDirection = 2
)

func (PropertyDirection) Descriptor added in v1.22.0

func (PropertyDirection) Enum added in v1.22.0

func (PropertyDirection) EnumDescriptor deprecated added in v1.22.0

func (PropertyDirection) EnumDescriptor() ([]byte, []int)

Deprecated: Use PropertyDirection.Descriptor instead.

func (PropertyDirection) Number added in v1.22.0

func (PropertyDirection) String added in v1.22.0

func (x PropertyDirection) String() string

func (PropertyDirection) Type added in v1.22.0

type PropertyLabels

type PropertyLabels struct {
	InLabels  []string `protobuf:"bytes,1,rep,name=in_labels,json=inLabels,proto3" json:"in_labels,omitempty"`
	OutLabels []string `protobuf:"bytes,2,rep,name=out_labels,json=outLabels,proto3" json:"out_labels,omitempty"`
	// contains filtered or unexported fields
}

Full lists of in and out labels for a given node ID.

func (*PropertyLabels) Descriptor deprecated

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

Deprecated: Use PropertyLabels.ProtoReflect.Descriptor instead.

func (*PropertyLabels) GetInLabels

func (x *PropertyLabels) GetInLabels() []string

func (*PropertyLabels) GetOutLabels

func (x *PropertyLabels) GetOutLabels() []string

func (*PropertyLabels) ProtoMessage

func (*PropertyLabels) ProtoMessage()

func (*PropertyLabels) ProtoReflect

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

func (*PropertyLabels) Reset

func (x *PropertyLabels) Reset()

func (*PropertyLabels) String

func (x *PropertyLabels) String() string

type PropertyValuesRequest added in v1.35.2

type PropertyValuesRequest struct {
	EntityProperty string `protobuf:"bytes,1,opt,name=entity_property,json=entityProperty,proto3" json:"entity_property,omitempty"`
	// [Optional]
	// The limit of the number of values to return. The maximium limit is 1000.
	// If not specified, the default limit is 1000.
	Limit int32 `protobuf:"varint,3,opt,name=limit,proto3" json:"limit,omitempty"`
	// [Optional]
	// The pagination token for getting the next set of entries. This is empty
	// for the first request and needs to be set in the subsequent request.
	// This is the value returned from a prior call to PropertyValuesRequest
	NextToken string `protobuf:"bytes,4,opt,name=next_token,json=nextToken,proto3" json:"next_token,omitempty"`
	// Direction can only be "in" and "out"
	Direction string `protobuf:"bytes,5,opt,name=direction,proto3" json:"direction,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesRequest) Descriptor deprecated added in v1.35.2

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

Deprecated: Use PropertyValuesRequest.ProtoReflect.Descriptor instead.

func (*PropertyValuesRequest) GetDirection added in v1.35.2

func (x *PropertyValuesRequest) GetDirection() string

func (*PropertyValuesRequest) GetEntityProperty added in v1.38.0

func (x *PropertyValuesRequest) GetEntityProperty() string

func (*PropertyValuesRequest) GetLimit added in v1.35.2

func (x *PropertyValuesRequest) GetLimit() int32

func (*PropertyValuesRequest) GetNextToken added in v1.35.2

func (x *PropertyValuesRequest) GetNextToken() string

func (*PropertyValuesRequest) ProtoMessage added in v1.35.2

func (*PropertyValuesRequest) ProtoMessage()

func (*PropertyValuesRequest) ProtoReflect added in v1.35.2

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

func (*PropertyValuesRequest) Reset added in v1.35.2

func (x *PropertyValuesRequest) Reset()

func (*PropertyValuesRequest) String added in v1.35.2

func (x *PropertyValuesRequest) String() string

type PropertyValuesResponse added in v1.35.2

type PropertyValuesResponse struct {
	Values []*EntityInfo `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// The pagination token for getting the next set of entries.
	NextToken string `protobuf:"bytes,2,opt,name=next_token,json=nextToken,proto3" json:"next_token,omitempty"`
	// contains filtered or unexported fields
}

func (*PropertyValuesResponse) Descriptor deprecated added in v1.35.2

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

Deprecated: Use PropertyValuesResponse.ProtoReflect.Descriptor instead.

func (*PropertyValuesResponse) GetNextToken added in v1.35.2

func (x *PropertyValuesResponse) GetNextToken() string

func (*PropertyValuesResponse) GetValues added in v1.35.2

func (x *PropertyValuesResponse) GetValues() []*EntityInfo

func (*PropertyValuesResponse) ProtoMessage added in v1.35.2

func (*PropertyValuesResponse) ProtoMessage()

func (*PropertyValuesResponse) ProtoReflect added in v1.35.2

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

func (*PropertyValuesResponse) Reset added in v1.35.2

func (x *PropertyValuesResponse) Reset()

func (*PropertyValuesResponse) String added in v1.35.2

func (x *PropertyValuesResponse) String() string

type QueryRequest

type QueryRequest struct {

	// Sparql query string.
	Sparql string `protobuf:"bytes,1,opt,name=sparql,proto3" json:"sparql,omitempty"`
	// contains filtered or unexported fields
}

A graph query request in Sparql query language.

func (*QueryRequest) Descriptor deprecated

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

Deprecated: Use QueryRequest.ProtoReflect.Descriptor instead.

func (*QueryRequest) GetSparql

func (x *QueryRequest) GetSparql() string

func (*QueryRequest) ProtoMessage

func (*QueryRequest) ProtoMessage()

func (*QueryRequest) ProtoReflect

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

func (*QueryRequest) Reset

func (x *QueryRequest) Reset()

func (*QueryRequest) String

func (x *QueryRequest) String() string

type QueryResponse

type QueryResponse struct {

	// Identifier for selected variable. Size of the header is the same as number
	// of cells for each row.
	Header []string `protobuf:"bytes,1,rep,name=header,proto3" json:"header,omitempty"`
	// Query results, with each row containing cells corresponding to header
	// variable order.
	Rows []*QueryResponseRow `protobuf:"bytes,2,rep,name=rows,proto3" json:"rows,omitempty"`
	// contains filtered or unexported fields
}

Graph query response.

func (*QueryResponse) Descriptor deprecated

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

Deprecated: Use QueryResponse.ProtoReflect.Descriptor instead.

func (*QueryResponse) GetHeader

func (x *QueryResponse) GetHeader() []string

func (*QueryResponse) GetRows

func (x *QueryResponse) GetRows() []*QueryResponseRow

func (*QueryResponse) ProtoMessage

func (*QueryResponse) ProtoMessage()

func (*QueryResponse) ProtoReflect

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

func (*QueryResponse) Reset

func (x *QueryResponse) Reset()

func (*QueryResponse) String

func (x *QueryResponse) String() string

type QueryResponseCell

type QueryResponseCell struct {

	// Cell value.
	Value string `protobuf:"bytes,1,opt,name=value,proto3" json:"value,omitempty"`
	// Provenance ID.
	ProvenanceId string `protobuf:"bytes,2,opt,name=provenance_id,json=provenanceId,proto3" json:"provenance_id,omitempty"`
	// contains filtered or unexported fields
}

Cell in the QueryResponse

func (*QueryResponseCell) Descriptor deprecated

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

Deprecated: Use QueryResponseCell.ProtoReflect.Descriptor instead.

func (*QueryResponseCell) GetProvenanceId

func (x *QueryResponseCell) GetProvenanceId() string

func (*QueryResponseCell) GetValue

func (x *QueryResponseCell) GetValue() string

func (*QueryResponseCell) ProtoMessage

func (*QueryResponseCell) ProtoMessage()

func (*QueryResponseCell) ProtoReflect

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

func (*QueryResponseCell) Reset

func (x *QueryResponseCell) Reset()

func (*QueryResponseCell) String

func (x *QueryResponseCell) String() string

type QueryResponseRow

type QueryResponseRow struct {

	// A list of QueryResponseCell.
	Cells []*QueryResponseCell `protobuf:"bytes,1,rep,name=cells,proto3" json:"cells,omitempty"`
	// contains filtered or unexported fields
}

A graph query response row corresponding to the query variables in graph query.

func (*QueryResponseRow) Descriptor deprecated

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

Deprecated: Use QueryResponseRow.ProtoReflect.Descriptor instead.

func (*QueryResponseRow) GetCells

func (x *QueryResponseRow) GetCells() []*QueryResponseCell

func (*QueryResponseRow) ProtoMessage

func (*QueryResponseRow) ProtoMessage()

func (*QueryResponseRow) ProtoReflect

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

func (*QueryResponseRow) Reset

func (x *QueryResponseRow) Reset()

func (*QueryResponseRow) String

func (x *QueryResponseRow) String() string

type ReconClient added in v1.33.0

type ReconClient interface {
	// Compare two entities to determine if they are the same entity.
	CompareEntities(ctx context.Context, in *CompareEntitiesRequest, opts ...grpc.CallOption) (*CompareEntitiesResponse, error)
	// Resolve a list of entities, given their descriptions.
	ResolveEntities(ctx context.Context, in *ResolveEntitiesRequest, opts ...grpc.CallOption) (*ResolveEntitiesResponse, error)
	// Resolve a list of places, given their latitude and longitude coordinates.
	ResolveCoordinates(ctx context.Context, in *ResolveCoordinatesRequest, opts ...grpc.CallOption) (*ResolveCoordinatesResponse, error)
	// Resolve a list of IDs, given the input prop and output prop.
	ResolveIds(ctx context.Context, in *ResolveIdsRequest, opts ...grpc.CallOption) (*ResolveIdsResponse, error)
}

ReconClient is the client API for Recon service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewReconClient added in v1.33.0

func NewReconClient(cc grpc.ClientConnInterface) ReconClient

type ReconEntities added in v1.33.0

type ReconEntities struct {
	Entities []*ReconEntities_Entity `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// contains filtered or unexported fields
}

Lists of entities (with their known IDs) for a given {idProp, idVal}.

func (*ReconEntities) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ReconEntities.ProtoReflect.Descriptor instead.

func (*ReconEntities) GetEntities added in v1.33.0

func (x *ReconEntities) GetEntities() []*ReconEntities_Entity

func (*ReconEntities) ProtoMessage added in v1.33.0

func (*ReconEntities) ProtoMessage()

func (*ReconEntities) ProtoReflect added in v1.33.0

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

func (*ReconEntities) Reset added in v1.33.0

func (x *ReconEntities) Reset()

func (*ReconEntities) String added in v1.33.0

func (x *ReconEntities) String() string

type ReconEntities_Entity added in v1.33.0

type ReconEntities_Entity struct {

	// All known IDs of the entity, including the DCID, excluding the ID in the
	// recon request.
	// NOTE: A single ID prop might be repeated.
	Ids []*ReconEntities_Entity_ID `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ReconEntities_Entity) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ReconEntities_Entity.ProtoReflect.Descriptor instead.

func (*ReconEntities_Entity) GetIds added in v1.33.0

func (*ReconEntities_Entity) ProtoMessage added in v1.33.0

func (*ReconEntities_Entity) ProtoMessage()

func (*ReconEntities_Entity) ProtoReflect added in v1.33.0

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

func (*ReconEntities_Entity) Reset added in v1.33.0

func (x *ReconEntities_Entity) Reset()

func (*ReconEntities_Entity) String added in v1.33.0

func (x *ReconEntities_Entity) String() string

type ReconEntities_Entity_ID added in v1.33.0

type ReconEntities_Entity_ID struct {
	Prop string `protobuf:"bytes,1,opt,name=prop,proto3" json:"prop,omitempty"`
	Val  string `protobuf:"bytes,2,opt,name=val,proto3" json:"val,omitempty"`
	// contains filtered or unexported fields
}

func (*ReconEntities_Entity_ID) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ReconEntities_Entity_ID.ProtoReflect.Descriptor instead.

func (*ReconEntities_Entity_ID) GetProp added in v1.33.0

func (x *ReconEntities_Entity_ID) GetProp() string

func (*ReconEntities_Entity_ID) GetVal added in v1.33.0

func (x *ReconEntities_Entity_ID) GetVal() string

func (*ReconEntities_Entity_ID) ProtoMessage added in v1.33.0

func (*ReconEntities_Entity_ID) ProtoMessage()

func (*ReconEntities_Entity_ID) ProtoReflect added in v1.33.0

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

func (*ReconEntities_Entity_ID) Reset added in v1.33.0

func (x *ReconEntities_Entity_ID) Reset()

func (*ReconEntities_Entity_ID) String added in v1.33.0

func (x *ReconEntities_Entity_ID) String() string

type ReconServer added in v1.33.0

type ReconServer interface {
	// Compare two entities to determine if they are the same entity.
	CompareEntities(context.Context, *CompareEntitiesRequest) (*CompareEntitiesResponse, error)
	// Resolve a list of entities, given their descriptions.
	ResolveEntities(context.Context, *ResolveEntitiesRequest) (*ResolveEntitiesResponse, error)
	// Resolve a list of places, given their latitude and longitude coordinates.
	ResolveCoordinates(context.Context, *ResolveCoordinatesRequest) (*ResolveCoordinatesResponse, error)
	// Resolve a list of IDs, given the input prop and output prop.
	ResolveIds(context.Context, *ResolveIdsRequest) (*ResolveIdsResponse, error)
}

ReconServer is the server API for Recon service. All implementations should embed UnimplementedReconServer for forward compatibility

type RelatedPlacesInfo

type RelatedPlacesInfo struct {

	// The following 3 fields are set only when place is not empty.
	RelatedPlaces  []string `protobuf:"bytes,1,rep,name=related_places,json=relatedPlaces,proto3" json:"related_places,omitempty"`
	RankFromTop    int32    `protobuf:"varint,2,opt,name=rank_from_top,json=rankFromTop,proto3" json:"rank_from_top,omitempty"`          // Starting from 1.
	RankFromBottom int32    `protobuf:"varint,3,opt,name=rank_from_bottom,json=rankFromBottom,proto3" json:"rank_from_bottom,omitempty"` // Starting from 1.
	// The following 3 fields are set only when place is empty.
	RankAll         *RelatedPlacesInfo_Ranking `protobuf:"bytes,7,opt,name=rank_all,json=rankAll,proto3" json:"rank_all,omitempty"`
	RankTop_1000    *RelatedPlacesInfo_Ranking `protobuf:"bytes,8,opt,name=rank_top_1000,json=rankTop1000,proto3" json:"rank_top_1000,omitempty"`
	RankBottom_1000 *RelatedPlacesInfo_Ranking `protobuf:"bytes,9,opt,name=rank_bottom_1000,json=rankBottom1000,proto3" json:"rank_bottom_1000,omitempty"`
	// contains filtered or unexported fields
}

Related places info for a given place and condition.

func (*RelatedPlacesInfo) Descriptor deprecated

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

Deprecated: Use RelatedPlacesInfo.ProtoReflect.Descriptor instead.

func (*RelatedPlacesInfo) GetRankAll

func (*RelatedPlacesInfo) GetRankBottom_1000

func (x *RelatedPlacesInfo) GetRankBottom_1000() *RelatedPlacesInfo_Ranking

func (*RelatedPlacesInfo) GetRankFromBottom

func (x *RelatedPlacesInfo) GetRankFromBottom() int32

func (*RelatedPlacesInfo) GetRankFromTop

func (x *RelatedPlacesInfo) GetRankFromTop() int32

func (*RelatedPlacesInfo) GetRankTop_1000

func (x *RelatedPlacesInfo) GetRankTop_1000() *RelatedPlacesInfo_Ranking

func (*RelatedPlacesInfo) GetRelatedPlaces

func (x *RelatedPlacesInfo) GetRelatedPlaces() []string

func (*RelatedPlacesInfo) ProtoMessage

func (*RelatedPlacesInfo) ProtoMessage()

func (*RelatedPlacesInfo) ProtoReflect

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

func (*RelatedPlacesInfo) Reset

func (x *RelatedPlacesInfo) Reset()

func (*RelatedPlacesInfo) String

func (x *RelatedPlacesInfo) String() string

type RelatedPlacesInfo_Ranking

type RelatedPlacesInfo_Ranking struct {
	Info []*RelatedPlacesInfo_Ranking_RankInfo `protobuf:"bytes,1,rep,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*RelatedPlacesInfo_Ranking) Descriptor deprecated

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

Deprecated: Use RelatedPlacesInfo_Ranking.ProtoReflect.Descriptor instead.

func (*RelatedPlacesInfo_Ranking) GetInfo

func (*RelatedPlacesInfo_Ranking) ProtoMessage

func (*RelatedPlacesInfo_Ranking) ProtoMessage()

func (*RelatedPlacesInfo_Ranking) ProtoReflect

func (*RelatedPlacesInfo_Ranking) Reset

func (x *RelatedPlacesInfo_Ranking) Reset()

func (*RelatedPlacesInfo_Ranking) String

func (x *RelatedPlacesInfo_Ranking) String() string

type RelatedPlacesInfo_Ranking_RankInfo

type RelatedPlacesInfo_Ranking_RankInfo struct {
	Rank      int32   `protobuf:"varint,1,opt,name=rank,proto3" json:"rank,omitempty"`
	Value     float64 `protobuf:"fixed64,2,opt,name=value,proto3" json:"value,omitempty"`
	PlaceDcid string  `protobuf:"bytes,3,opt,name=place_dcid,json=placeDcid,proto3" json:"place_dcid,omitempty"`
	// contains filtered or unexported fields
}

func (*RelatedPlacesInfo_Ranking_RankInfo) Descriptor deprecated

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

Deprecated: Use RelatedPlacesInfo_Ranking_RankInfo.ProtoReflect.Descriptor instead.

func (*RelatedPlacesInfo_Ranking_RankInfo) GetPlaceDcid

func (x *RelatedPlacesInfo_Ranking_RankInfo) GetPlaceDcid() string

func (*RelatedPlacesInfo_Ranking_RankInfo) GetRank

func (*RelatedPlacesInfo_Ranking_RankInfo) GetValue

func (*RelatedPlacesInfo_Ranking_RankInfo) ProtoMessage

func (*RelatedPlacesInfo_Ranking_RankInfo) ProtoMessage()

func (*RelatedPlacesInfo_Ranking_RankInfo) ProtoReflect

func (*RelatedPlacesInfo_Ranking_RankInfo) Reset

func (*RelatedPlacesInfo_Ranking_RankInfo) String

type ResolveCoordinatesRequest added in v1.33.0

type ResolveCoordinatesRequest struct {
	Coordinates []*ResolveCoordinatesRequest_Coordinate `protobuf:"bytes,1,rep,name=coordinates,proto3" json:"coordinates,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveCoordinatesRequest) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveCoordinatesRequest.ProtoReflect.Descriptor instead.

func (*ResolveCoordinatesRequest) GetCoordinates added in v1.33.0

func (*ResolveCoordinatesRequest) ProtoMessage added in v1.33.0

func (*ResolveCoordinatesRequest) ProtoMessage()

func (*ResolveCoordinatesRequest) ProtoReflect added in v1.33.0

func (*ResolveCoordinatesRequest) Reset added in v1.33.0

func (x *ResolveCoordinatesRequest) Reset()

func (*ResolveCoordinatesRequest) String added in v1.33.0

func (x *ResolveCoordinatesRequest) String() string

type ResolveCoordinatesRequest_Coordinate added in v1.33.0

type ResolveCoordinatesRequest_Coordinate struct {
	Latitude  float64 `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude float64 `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveCoordinatesRequest_Coordinate) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveCoordinatesRequest_Coordinate.ProtoReflect.Descriptor instead.

func (*ResolveCoordinatesRequest_Coordinate) GetLatitude added in v1.33.0

func (*ResolveCoordinatesRequest_Coordinate) GetLongitude added in v1.33.0

func (*ResolveCoordinatesRequest_Coordinate) ProtoMessage added in v1.33.0

func (*ResolveCoordinatesRequest_Coordinate) ProtoMessage()

func (*ResolveCoordinatesRequest_Coordinate) ProtoReflect added in v1.33.0

func (*ResolveCoordinatesRequest_Coordinate) Reset added in v1.33.0

func (*ResolveCoordinatesRequest_Coordinate) String added in v1.33.0

type ResolveCoordinatesResponse added in v1.33.0

type ResolveCoordinatesResponse struct {
	PlaceCoordinates []*ResolveCoordinatesResponse_PlaceCoordinate `protobuf:"bytes,1,rep,name=place_coordinates,json=placeCoordinates,proto3" json:"place_coordinates,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveCoordinatesResponse) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveCoordinatesResponse.ProtoReflect.Descriptor instead.

func (*ResolveCoordinatesResponse) GetPlaceCoordinates added in v1.33.0

func (*ResolveCoordinatesResponse) ProtoMessage added in v1.33.0

func (*ResolveCoordinatesResponse) ProtoMessage()

func (*ResolveCoordinatesResponse) ProtoReflect added in v1.33.0

func (*ResolveCoordinatesResponse) Reset added in v1.33.0

func (x *ResolveCoordinatesResponse) Reset()

func (*ResolveCoordinatesResponse) String added in v1.33.0

func (x *ResolveCoordinatesResponse) String() string

type ResolveCoordinatesResponse_PlaceCoordinate added in v1.33.0

type ResolveCoordinatesResponse_PlaceCoordinate struct {
	Latitude   float64  `protobuf:"fixed64,1,opt,name=latitude,proto3" json:"latitude,omitempty"`
	Longitude  float64  `protobuf:"fixed64,2,opt,name=longitude,proto3" json:"longitude,omitempty"`
	PlaceDcids []string `protobuf:"bytes,3,rep,name=place_dcids,json=placeDcids,proto3" json:"place_dcids,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveCoordinatesResponse_PlaceCoordinate) Descriptor deprecated added in v1.33.0

Deprecated: Use ResolveCoordinatesResponse_PlaceCoordinate.ProtoReflect.Descriptor instead.

func (*ResolveCoordinatesResponse_PlaceCoordinate) GetLatitude added in v1.33.0

func (*ResolveCoordinatesResponse_PlaceCoordinate) GetLongitude added in v1.33.0

func (*ResolveCoordinatesResponse_PlaceCoordinate) GetPlaceDcids added in v1.33.0

func (*ResolveCoordinatesResponse_PlaceCoordinate) ProtoMessage added in v1.33.0

func (*ResolveCoordinatesResponse_PlaceCoordinate) ProtoReflect added in v1.33.0

func (*ResolveCoordinatesResponse_PlaceCoordinate) Reset added in v1.33.0

func (*ResolveCoordinatesResponse_PlaceCoordinate) String added in v1.33.0

type ResolveEntitiesRequest added in v1.33.0

type ResolveEntitiesRequest struct {
	Entities []*EntitySubGraph `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// The properties of IDs to find. If empty, all known IDs are returned.
	WantedIdProperties []string `protobuf:"bytes,2,rep,name=wanted_id_properties,json=wantedIdProperties,proto3" json:"wanted_id_properties,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveEntitiesRequest) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveEntitiesRequest.ProtoReflect.Descriptor instead.

func (*ResolveEntitiesRequest) GetEntities added in v1.33.0

func (x *ResolveEntitiesRequest) GetEntities() []*EntitySubGraph

func (*ResolveEntitiesRequest) GetWantedIdProperties added in v1.33.0

func (x *ResolveEntitiesRequest) GetWantedIdProperties() []string

func (*ResolveEntitiesRequest) ProtoMessage added in v1.33.0

func (*ResolveEntitiesRequest) ProtoMessage()

func (*ResolveEntitiesRequest) ProtoReflect added in v1.33.0

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

func (*ResolveEntitiesRequest) Reset added in v1.33.0

func (x *ResolveEntitiesRequest) Reset()

func (*ResolveEntitiesRequest) String added in v1.33.0

func (x *ResolveEntitiesRequest) String() string

type ResolveEntitiesResponse added in v1.33.0

type ResolveEntitiesResponse struct {
	ResolvedEntities []*ResolveEntitiesResponse_ResolvedEntity `protobuf:"bytes,1,rep,name=resolved_entities,json=resolvedEntities,proto3" json:"resolved_entities,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveEntitiesResponse) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveEntitiesResponse.ProtoReflect.Descriptor instead.

func (*ResolveEntitiesResponse) GetResolvedEntities added in v1.33.0

func (*ResolveEntitiesResponse) ProtoMessage added in v1.33.0

func (*ResolveEntitiesResponse) ProtoMessage()

func (*ResolveEntitiesResponse) ProtoReflect added in v1.33.0

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

func (*ResolveEntitiesResponse) Reset added in v1.33.0

func (x *ResolveEntitiesResponse) Reset()

func (*ResolveEntitiesResponse) String added in v1.33.0

func (x *ResolveEntitiesResponse) String() string

type ResolveEntitiesResponse_ResolvedEntity added in v1.33.0

type ResolveEntitiesResponse_ResolvedEntity struct {
	SourceId    string                                `protobuf:"bytes,1,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
	ResolvedIds []*ResolveEntitiesResponse_ResolvedId `protobuf:"bytes,2,rep,name=resolved_ids,json=resolvedIds,proto3" json:"resolved_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveEntitiesResponse_ResolvedEntity) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveEntitiesResponse_ResolvedEntity.ProtoReflect.Descriptor instead.

func (*ResolveEntitiesResponse_ResolvedEntity) GetResolvedIds added in v1.33.0

func (*ResolveEntitiesResponse_ResolvedEntity) GetSourceId added in v1.33.0

func (*ResolveEntitiesResponse_ResolvedEntity) ProtoMessage added in v1.33.0

func (*ResolveEntitiesResponse_ResolvedEntity) ProtoReflect added in v1.33.0

func (*ResolveEntitiesResponse_ResolvedEntity) Reset added in v1.33.0

func (*ResolveEntitiesResponse_ResolvedEntity) String added in v1.33.0

type ResolveEntitiesResponse_ResolvedId added in v1.33.0

type ResolveEntitiesResponse_ResolvedId struct {
	Ids         []*IdWithProperty `protobuf:"bytes,1,rep,name=ids,proto3" json:"ids,omitempty"`
	Probability float64           `protobuf:"fixed64,2,opt,name=probability,proto3" json:"probability,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveEntitiesResponse_ResolvedId) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveEntitiesResponse_ResolvedId.ProtoReflect.Descriptor instead.

func (*ResolveEntitiesResponse_ResolvedId) GetIds added in v1.33.0

func (*ResolveEntitiesResponse_ResolvedId) GetProbability added in v1.33.0

func (x *ResolveEntitiesResponse_ResolvedId) GetProbability() float64

func (*ResolveEntitiesResponse_ResolvedId) ProtoMessage added in v1.33.0

func (*ResolveEntitiesResponse_ResolvedId) ProtoMessage()

func (*ResolveEntitiesResponse_ResolvedId) ProtoReflect added in v1.33.0

func (*ResolveEntitiesResponse_ResolvedId) Reset added in v1.33.0

func (*ResolveEntitiesResponse_ResolvedId) String added in v1.33.0

type ResolveIdsRequest added in v1.33.0

type ResolveIdsRequest struct {
	InProp  string   `protobuf:"bytes,1,opt,name=in_prop,json=inProp,proto3" json:"in_prop,omitempty"`
	OutProp string   `protobuf:"bytes,2,opt,name=out_prop,json=outProp,proto3" json:"out_prop,omitempty"`
	Ids     []string `protobuf:"bytes,3,rep,name=ids,proto3" json:"ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveIdsRequest) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveIdsRequest.ProtoReflect.Descriptor instead.

func (*ResolveIdsRequest) GetIds added in v1.33.0

func (x *ResolveIdsRequest) GetIds() []string

func (*ResolveIdsRequest) GetInProp added in v1.33.0

func (x *ResolveIdsRequest) GetInProp() string

func (*ResolveIdsRequest) GetOutProp added in v1.33.0

func (x *ResolveIdsRequest) GetOutProp() string

func (*ResolveIdsRequest) ProtoMessage added in v1.33.0

func (*ResolveIdsRequest) ProtoMessage()

func (*ResolveIdsRequest) ProtoReflect added in v1.33.0

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

func (*ResolveIdsRequest) Reset added in v1.33.0

func (x *ResolveIdsRequest) Reset()

func (*ResolveIdsRequest) String added in v1.33.0

func (x *ResolveIdsRequest) String() string

type ResolveIdsResponse added in v1.33.0

type ResolveIdsResponse struct {
	Entities []*ResolveIdsResponse_Entity `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveIdsResponse) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveIdsResponse.ProtoReflect.Descriptor instead.

func (*ResolveIdsResponse) GetEntities added in v1.33.0

func (x *ResolveIdsResponse) GetEntities() []*ResolveIdsResponse_Entity

func (*ResolveIdsResponse) ProtoMessage added in v1.33.0

func (*ResolveIdsResponse) ProtoMessage()

func (*ResolveIdsResponse) ProtoReflect added in v1.33.0

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

func (*ResolveIdsResponse) Reset added in v1.33.0

func (x *ResolveIdsResponse) Reset()

func (*ResolveIdsResponse) String added in v1.33.0

func (x *ResolveIdsResponse) String() string

type ResolveIdsResponse_Entity added in v1.33.0

type ResolveIdsResponse_Entity struct {
	InId   string   `protobuf:"bytes,1,opt,name=in_id,json=inId,proto3" json:"in_id,omitempty"`
	OutIds []string `protobuf:"bytes,2,rep,name=out_ids,json=outIds,proto3" json:"out_ids,omitempty"`
	// contains filtered or unexported fields
}

func (*ResolveIdsResponse_Entity) Descriptor deprecated added in v1.33.0

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

Deprecated: Use ResolveIdsResponse_Entity.ProtoReflect.Descriptor instead.

func (*ResolveIdsResponse_Entity) GetInId added in v1.33.0

func (x *ResolveIdsResponse_Entity) GetInId() string

func (*ResolveIdsResponse_Entity) GetOutIds added in v1.33.0

func (x *ResolveIdsResponse_Entity) GetOutIds() []string

func (*ResolveIdsResponse_Entity) ProtoMessage added in v1.33.0

func (*ResolveIdsResponse_Entity) ProtoMessage()

func (*ResolveIdsResponse_Entity) ProtoReflect added in v1.33.0

func (*ResolveIdsResponse_Entity) Reset added in v1.33.0

func (x *ResolveIdsResponse_Entity) Reset()

func (*ResolveIdsResponse_Entity) String added in v1.33.0

func (x *ResolveIdsResponse_Entity) String() string

type SVOCollection added in v1.19.1

type SVOCollection struct {
	Places []*SVOPlace `protobuf:"bytes,1,rep,name=places,proto3" json:"places,omitempty"`
	// contains filtered or unexported fields
}

SVOCollection holds information for multiple SVOPlace instances.

func (*SVOCollection) Descriptor deprecated added in v1.19.1

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

Deprecated: Use SVOCollection.ProtoReflect.Descriptor instead.

func (*SVOCollection) GetPlaces added in v1.19.1

func (x *SVOCollection) GetPlaces() []*SVOPlace

func (*SVOCollection) ProtoMessage added in v1.19.1

func (*SVOCollection) ProtoMessage()

func (*SVOCollection) ProtoReflect added in v1.19.1

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

func (*SVOCollection) Reset added in v1.19.1

func (x *SVOCollection) Reset()

func (*SVOCollection) String added in v1.19.1

func (x *SVOCollection) String() string

type SVOObservation added in v1.19.1

type SVOObservation struct {
	Dcid              string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	ObservationDate   string `protobuf:"bytes,2,opt,name=observation_date,json=observationDate,proto3" json:"observation_date,omitempty"`
	ObservationPeriod string `protobuf:"bytes,3,opt,name=observation_period,json=observationPeriod,proto3" json:"observation_period,omitempty"`
	MeasurementMethod string `protobuf:"bytes,4,opt,name=measurement_method,json=measurementMethod,proto3" json:"measurement_method,omitempty"`
	Unit              string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"`
	ScalingFactor     string `protobuf:"bytes,6,opt,name=scaling_factor,json=scalingFactor,proto3" json:"scaling_factor,omitempty"`
	ProvenanceId      string `protobuf:"bytes,7,opt,name=provenance_id,json=provenanceId,proto3" json:"provenance_id,omitempty"`
	// Types that are assignable to Val:
	//	*SVOObservation_StrValue
	//	*SVOObservation_DblValue
	Val  isSVOObservation_Val `protobuf_oneof:"val"`
	Temp *SVOObservation_Temp `protobuf:"bytes,10,opt,name=temp,proto3" json:"temp,omitempty"`
	// contains filtered or unexported fields
}

Stores a StatVarObservation node.

NOTE: Equivalent to legacy PopObsObservation.

func (*SVOObservation) Descriptor deprecated added in v1.19.1

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

Deprecated: Use SVOObservation.ProtoReflect.Descriptor instead.

func (*SVOObservation) GetDblValue added in v1.19.1

func (x *SVOObservation) GetDblValue() float64

func (*SVOObservation) GetDcid added in v1.19.1

func (x *SVOObservation) GetDcid() string

func (*SVOObservation) GetMeasurementMethod added in v1.19.1

func (x *SVOObservation) GetMeasurementMethod() string

func (*SVOObservation) GetObservationDate added in v1.19.1

func (x *SVOObservation) GetObservationDate() string

func (*SVOObservation) GetObservationPeriod added in v1.19.1

func (x *SVOObservation) GetObservationPeriod() string

func (*SVOObservation) GetProvenanceId added in v1.19.1

func (x *SVOObservation) GetProvenanceId() string

func (*SVOObservation) GetScalingFactor added in v1.19.1

func (x *SVOObservation) GetScalingFactor() string

func (*SVOObservation) GetStrValue added in v1.19.1

func (x *SVOObservation) GetStrValue() string

func (*SVOObservation) GetTemp added in v1.19.1

func (x *SVOObservation) GetTemp() *SVOObservation_Temp

func (*SVOObservation) GetUnit added in v1.19.1

func (x *SVOObservation) GetUnit() string

func (*SVOObservation) GetVal added in v1.19.1

func (m *SVOObservation) GetVal() isSVOObservation_Val

func (*SVOObservation) ProtoMessage added in v1.19.1

func (*SVOObservation) ProtoMessage()

func (*SVOObservation) ProtoReflect added in v1.19.1

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

func (*SVOObservation) Reset added in v1.19.1

func (x *SVOObservation) Reset()

func (*SVOObservation) String added in v1.19.1

func (x *SVOObservation) String() string

type SVOObservation_DblValue added in v1.19.1

type SVOObservation_DblValue struct {
	// Represents value for statType != "measurementResult"
	DblValue float64 `protobuf:"fixed64,9,opt,name=dbl_value,json=dblValue,proto3,oneof"`
}

type SVOObservation_StrValue added in v1.19.1

type SVOObservation_StrValue struct {
	// Represents value for statType == "measurementResult"
	StrValue string `protobuf:"bytes,8,opt,name=str_value,json=strValue,proto3,oneof"`
}

type SVOObservation_Temp added in v1.19.1

type SVOObservation_Temp struct {
	ObservationAbout string `protobuf:"bytes,1,opt,name=observation_about,json=observationAbout,proto3" json:"observation_about,omitempty"`
	VariableMeasured string `protobuf:"bytes,2,opt,name=variable_measured,json=variableMeasured,proto3" json:"variable_measured,omitempty"`
	ImportName       string `protobuf:"bytes,3,opt,name=import_name,json=importName,proto3" json:"import_name,omitempty"`
	// contains filtered or unexported fields
}

Not persisted in cache.

func (*SVOObservation_Temp) Descriptor deprecated added in v1.19.1

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

Deprecated: Use SVOObservation_Temp.ProtoReflect.Descriptor instead.

func (*SVOObservation_Temp) GetImportName added in v1.19.1

func (x *SVOObservation_Temp) GetImportName() string

func (*SVOObservation_Temp) GetObservationAbout added in v1.19.1

func (x *SVOObservation_Temp) GetObservationAbout() string

func (*SVOObservation_Temp) GetVariableMeasured added in v1.19.1

func (x *SVOObservation_Temp) GetVariableMeasured() string

func (*SVOObservation_Temp) ProtoMessage added in v1.19.1

func (*SVOObservation_Temp) ProtoMessage()

func (*SVOObservation_Temp) ProtoReflect added in v1.19.1

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

func (*SVOObservation_Temp) Reset added in v1.19.1

func (x *SVOObservation_Temp) Reset()

func (*SVOObservation_Temp) String added in v1.19.1

func (x *SVOObservation_Temp) String() string

type SVOPlace added in v1.19.1

type SVOPlace struct {
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	Type string `protobuf:"bytes,2,opt,name=type,proto3" json:"type,omitempty"`
	Dcid string `protobuf:"bytes,3,opt,name=dcid,proto3" json:"dcid,omitempty"`
	// All StatVarObservations associated with the place.
	Observations []*SVOObservation `protobuf:"bytes,4,rep,name=observations,proto3" json:"observations,omitempty"`
	ProvenanceId string            `protobuf:"bytes,5,opt,name=provenance_id,json=provenanceId,proto3" json:"provenance_id,omitempty"`
	Temp         *SVOPlace_Temp    `protobuf:"bytes,6,opt,name=temp,proto3" json:"temp,omitempty"`
	// contains filtered or unexported fields
}

SVOPlace holds basic information about a DC place along with its associated StatVarObservations.

NOTE: Equivalent to legacy PopObsPlace.

func (*SVOPlace) Descriptor deprecated added in v1.19.1

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

Deprecated: Use SVOPlace.ProtoReflect.Descriptor instead.

func (*SVOPlace) GetDcid added in v1.19.1

func (x *SVOPlace) GetDcid() string

func (*SVOPlace) GetName added in v1.19.1

func (x *SVOPlace) GetName() string

func (*SVOPlace) GetObservations added in v1.19.1

func (x *SVOPlace) GetObservations() []*SVOObservation

func (*SVOPlace) GetProvenanceId added in v1.19.1

func (x *SVOPlace) GetProvenanceId() string

func (*SVOPlace) GetTemp added in v1.19.1

func (x *SVOPlace) GetTemp() *SVOPlace_Temp

func (*SVOPlace) GetType added in v1.19.1

func (x *SVOPlace) GetType() string

func (*SVOPlace) ProtoMessage added in v1.19.1

func (*SVOPlace) ProtoMessage()

func (*SVOPlace) ProtoReflect added in v1.19.1

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

func (*SVOPlace) Reset added in v1.19.1

func (x *SVOPlace) Reset()

func (*SVOPlace) String added in v1.19.1

func (x *SVOPlace) String() string

type SVOPlace_Temp added in v1.19.1

type SVOPlace_Temp struct {
	ChildPlaces []string `protobuf:"bytes,2,rep,name=child_places,json=childPlaces,proto3" json:"child_places,omitempty"`
	Mids        []string `protobuf:"bytes,3,rep,name=mids,proto3" json:"mids,omitempty"`
	// contains filtered or unexported fields
}

Not persisted in cache.

func (*SVOPlace_Temp) Descriptor deprecated added in v1.19.1

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

Deprecated: Use SVOPlace_Temp.ProtoReflect.Descriptor instead.

func (*SVOPlace_Temp) GetChildPlaces added in v1.19.1

func (x *SVOPlace_Temp) GetChildPlaces() []string

func (*SVOPlace_Temp) GetMids added in v1.19.1

func (x *SVOPlace_Temp) GetMids() []string

func (*SVOPlace_Temp) ProtoMessage added in v1.19.1

func (*SVOPlace_Temp) ProtoMessage()

func (*SVOPlace_Temp) ProtoReflect added in v1.19.1

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

func (*SVOPlace_Temp) Reset added in v1.19.1

func (x *SVOPlace_Temp) Reset()

func (*SVOPlace_Temp) String added in v1.19.1

func (x *SVOPlace_Temp) String() string

type SearchEntityResult

type SearchEntityResult struct {

	// DCID of the entity.
	Dcid string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	// Name of the entity.
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

Data for a single entity returned by the search endpoint.

func (*SearchEntityResult) Descriptor deprecated

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

Deprecated: Use SearchEntityResult.ProtoReflect.Descriptor instead.

func (*SearchEntityResult) GetDcid

func (x *SearchEntityResult) GetDcid() string

func (*SearchEntityResult) GetName

func (x *SearchEntityResult) GetName() string

func (*SearchEntityResult) ProtoMessage

func (*SearchEntityResult) ProtoMessage()

func (*SearchEntityResult) ProtoReflect

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

func (*SearchEntityResult) Reset

func (x *SearchEntityResult) Reset()

func (*SearchEntityResult) String

func (x *SearchEntityResult) String() string

type SearchRequest

type SearchRequest struct {

	// Search query which is just a plain text string, e.g. "california".
	// This is not a datalog query, but a plain text query. The mixer is free
	// to choose an interpretation of the query, e.g. using NLP or just plain
	// keyword search and return relevant entities from the graph.
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// Maximum number of entities to return.
	MaxResults int32 `protobuf:"varint,2,opt,name=max_results,json=maxResults,proto3" json:"max_results,omitempty"`
	// contains filtered or unexported fields
}

Search request sent to the mixer.

func (*SearchRequest) Descriptor deprecated

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

Deprecated: Use SearchRequest.ProtoReflect.Descriptor instead.

func (*SearchRequest) GetMaxResults

func (x *SearchRequest) GetMaxResults() int32

func (*SearchRequest) GetQuery

func (x *SearchRequest) GetQuery() string

func (*SearchRequest) ProtoMessage

func (*SearchRequest) ProtoMessage()

func (*SearchRequest) ProtoReflect

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

func (*SearchRequest) Reset

func (x *SearchRequest) Reset()

func (*SearchRequest) String

func (x *SearchRequest) String() string

type SearchResponse

type SearchResponse struct {

	// Matching entities broken down by type.
	Section []*SearchResultSection `protobuf:"bytes,1,rep,name=section,proto3" json:"section,omitempty"`
	// contains filtered or unexported fields
}

Search response from mixer.

func (*SearchResponse) Descriptor deprecated

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

Deprecated: Use SearchResponse.ProtoReflect.Descriptor instead.

func (*SearchResponse) GetSection

func (x *SearchResponse) GetSection() []*SearchResultSection

func (*SearchResponse) ProtoMessage

func (*SearchResponse) ProtoMessage()

func (*SearchResponse) ProtoReflect

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

func (*SearchResponse) Reset

func (x *SearchResponse) Reset()

func (*SearchResponse) String

func (x *SearchResponse) String() string

type SearchResultSVG added in v1.33.0

type SearchResultSVG struct {

	// DCID of the stat var group
	Dcid string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	// Name of the stat var group
	Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
	// List of children stat vars that also match the search query
	StatVars []*EntityInfo `protobuf:"bytes,3,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchResultSVG) Descriptor deprecated added in v1.33.0

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

Deprecated: Use SearchResultSVG.ProtoReflect.Descriptor instead.

func (*SearchResultSVG) GetDcid added in v1.33.0

func (x *SearchResultSVG) GetDcid() string

func (*SearchResultSVG) GetName added in v1.33.0

func (x *SearchResultSVG) GetName() string

func (*SearchResultSVG) GetStatVars added in v1.33.0

func (x *SearchResultSVG) GetStatVars() []*EntityInfo

func (*SearchResultSVG) ProtoMessage added in v1.33.0

func (*SearchResultSVG) ProtoMessage()

func (*SearchResultSVG) ProtoReflect added in v1.33.0

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

func (*SearchResultSVG) Reset added in v1.33.0

func (x *SearchResultSVG) Reset()

func (*SearchResultSVG) String added in v1.33.0

func (x *SearchResultSVG) String() string

type SearchResultSection

type SearchResultSection struct {

	// Type of entities in this section.
	TypeName string `protobuf:"bytes,1,opt,name=type_name,json=typeName,proto3" json:"type_name,omitempty"`
	// List of entities in this section.
	Entity []*SearchEntityResult `protobuf:"bytes,2,rep,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

Wrapper for all entities returned from search which belong to a single type.

func (*SearchResultSection) Descriptor deprecated

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

Deprecated: Use SearchResultSection.ProtoReflect.Descriptor instead.

func (*SearchResultSection) GetEntity

func (x *SearchResultSection) GetEntity() []*SearchEntityResult

func (*SearchResultSection) GetTypeName

func (x *SearchResultSection) GetTypeName() string

func (*SearchResultSection) ProtoMessage

func (*SearchResultSection) ProtoMessage()

func (*SearchResultSection) ProtoReflect

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

func (*SearchResultSection) Reset

func (x *SearchResultSection) Reset()

func (*SearchResultSection) String

func (x *SearchResultSection) String() string

type SearchStatVarRequest added in v1.21.0

type SearchStatVarRequest struct {

	// Query string
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// Places where the stat var and stat var groups are associated with.
	Places []string `protobuf:"bytes,2,rep,name=places,proto3" json:"places,omitempty"`
	// Whether or not to only return stat vars in search results.
	SvOnly bool `protobuf:"varint,4,opt,name=sv_only,json=svOnly,proto3" json:"sv_only,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchStatVarRequest) Descriptor deprecated added in v1.21.0

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

Deprecated: Use SearchStatVarRequest.ProtoReflect.Descriptor instead.

func (*SearchStatVarRequest) GetPlaces added in v1.21.0

func (x *SearchStatVarRequest) GetPlaces() []string

func (*SearchStatVarRequest) GetQuery added in v1.21.0

func (x *SearchStatVarRequest) GetQuery() string

func (*SearchStatVarRequest) GetSvOnly added in v1.34.0

func (x *SearchStatVarRequest) GetSvOnly() bool

func (*SearchStatVarRequest) ProtoMessage added in v1.21.0

func (*SearchStatVarRequest) ProtoMessage()

func (*SearchStatVarRequest) ProtoReflect added in v1.21.0

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

func (*SearchStatVarRequest) Reset added in v1.21.0

func (x *SearchStatVarRequest) Reset()

func (*SearchStatVarRequest) String added in v1.21.0

func (x *SearchStatVarRequest) String() string

type SearchStatVarResponse added in v1.21.0

type SearchStatVarResponse struct {

	// A ranked list of stat vars that aren't included in any of the returned stat
	// var groups.
	StatVars []*EntityInfo `protobuf:"bytes,1,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// A list of stat var group results ranked by relevance.
	StatVarGroups []*SearchResultSVG `protobuf:"bytes,2,rep,name=stat_var_groups,json=statVarGroups,proto3" json:"stat_var_groups,omitempty"`
	// A list of unique strings in the names of the results that match the search
	// tokens
	Matches []string `protobuf:"bytes,3,rep,name=matches,proto3" json:"matches,omitempty"`
	// contains filtered or unexported fields
}

func (*SearchStatVarResponse) Descriptor deprecated added in v1.21.0

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

Deprecated: Use SearchStatVarResponse.ProtoReflect.Descriptor instead.

func (*SearchStatVarResponse) GetMatches added in v1.33.0

func (x *SearchStatVarResponse) GetMatches() []string

func (*SearchStatVarResponse) GetStatVarGroups added in v1.21.0

func (x *SearchStatVarResponse) GetStatVarGroups() []*SearchResultSVG

func (*SearchStatVarResponse) GetStatVars added in v1.21.0

func (x *SearchStatVarResponse) GetStatVars() []*EntityInfo

func (*SearchStatVarResponse) ProtoMessage added in v1.21.0

func (*SearchStatVarResponse) ProtoMessage()

func (*SearchStatVarResponse) ProtoReflect added in v1.21.0

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

func (*SearchStatVarResponse) Reset added in v1.21.0

func (x *SearchStatVarResponse) Reset()

func (*SearchStatVarResponse) String added in v1.21.0

func (x *SearchStatVarResponse) String() string

type Series added in v1.14.0

type Series struct {

	// Map from date to stat value.
	Val map[string]float64 `` /* 149-byte string literal not displayed */
	// Series metadata.
	Metadata *StatMetadata `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

Represents a time series from a source.

func (*Series) Descriptor deprecated added in v1.14.0

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

Deprecated: Use Series.ProtoReflect.Descriptor instead.

func (*Series) GetMetadata added in v1.14.0

func (x *Series) GetMetadata() *StatMetadata

func (*Series) GetVal added in v1.14.0

func (x *Series) GetVal() map[string]float64

func (*Series) ProtoMessage added in v1.14.0

func (*Series) ProtoMessage()

func (*Series) ProtoReflect added in v1.14.0

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

func (*Series) Reset added in v1.14.0

func (x *Series) Reset()

func (*Series) String added in v1.14.0

func (x *Series) String() string

type SeriesMap added in v1.14.0

type SeriesMap struct {

	// A wrapper proto for a map of series.
	Data map[string]*Series `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SeriesMap) Descriptor deprecated added in v1.14.0

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

Deprecated: Use SeriesMap.ProtoReflect.Descriptor instead.

func (*SeriesMap) GetData added in v1.14.0

func (x *SeriesMap) GetData() map[string]*Series

func (*SeriesMap) ProtoMessage added in v1.14.0

func (*SeriesMap) ProtoMessage()

func (*SeriesMap) ProtoReflect added in v1.14.0

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

func (*SeriesMap) Reset added in v1.14.0

func (x *SeriesMap) Reset()

func (*SeriesMap) String added in v1.14.0

func (x *SeriesMap) String() string

type SourceSeries

type SourceSeries struct {
	Val               map[string]float64 `` /* 149-byte string literal not displayed */
	MeasurementMethod string             `protobuf:"bytes,3,opt,name=measurement_method,json=measurementMethod,proto3" json:"measurement_method,omitempty"`
	ObservationPeriod string             `protobuf:"bytes,4,opt,name=observation_period,json=observationPeriod,proto3" json:"observation_period,omitempty"`
	ImportName        string             `protobuf:"bytes,5,opt,name=import_name,json=importName,proto3" json:"import_name,omitempty"`
	ProvenanceDomain  string             `protobuf:"bytes,6,opt,name=provenance_domain,json=provenanceDomain,proto3" json:"provenance_domain,omitempty"`
	ScalingFactor     string             `protobuf:"bytes,7,opt,name=scaling_factor,json=scalingFactor,proto3" json:"scaling_factor,omitempty"`
	Unit              string             `protobuf:"bytes,8,opt,name=unit,proto3" json:"unit,omitempty"`
	IsDcAggregate     bool               `protobuf:"varint,9,opt,name=is_dc_aggregate,json=isDcAggregate,proto3" json:"is_dc_aggregate,omitempty"`
	ProvenanceUrl     string             `protobuf:"bytes,10,opt,name=provenance_url,json=provenanceUrl,proto3" json:"provenance_url,omitempty"`
	// Only used for latest date obs collection.
	PlaceToLatestDate map[string]string `` /* 205-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*SourceSeries) Descriptor deprecated

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

Deprecated: Use SourceSeries.ProtoReflect.Descriptor instead.

func (*SourceSeries) GetImportName

func (x *SourceSeries) GetImportName() string

func (*SourceSeries) GetIsDcAggregate

func (x *SourceSeries) GetIsDcAggregate() bool

func (*SourceSeries) GetMeasurementMethod

func (x *SourceSeries) GetMeasurementMethod() string

func (*SourceSeries) GetObservationPeriod

func (x *SourceSeries) GetObservationPeriod() string

func (*SourceSeries) GetPlaceToLatestDate added in v1.23.0

func (x *SourceSeries) GetPlaceToLatestDate() map[string]string

func (*SourceSeries) GetProvenanceDomain

func (x *SourceSeries) GetProvenanceDomain() string

func (*SourceSeries) GetProvenanceUrl

func (x *SourceSeries) GetProvenanceUrl() string

func (*SourceSeries) GetScalingFactor

func (x *SourceSeries) GetScalingFactor() string

func (*SourceSeries) GetUnit

func (x *SourceSeries) GetUnit() string

func (*SourceSeries) GetVal

func (x *SourceSeries) GetVal() map[string]float64

func (*SourceSeries) ProtoMessage

func (*SourceSeries) ProtoMessage()

func (*SourceSeries) ProtoReflect

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

func (*SourceSeries) Reset

func (x *SourceSeries) Reset()

func (*SourceSeries) String

func (x *SourceSeries) String() string

type StatDate added in v1.34.0

type StatDate struct {

	// Map from date to the number of places.
	DatePlaceCount map[string]float64 `` /* 195-byte string literal not displayed */
	Metadata       *StatMetadata      `protobuf:"bytes,2,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// contains filtered or unexported fields
}

func (*StatDate) Descriptor deprecated added in v1.34.0

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

Deprecated: Use StatDate.ProtoReflect.Descriptor instead.

func (*StatDate) GetDatePlaceCount added in v1.34.0

func (x *StatDate) GetDatePlaceCount() map[string]float64

func (*StatDate) GetMetadata added in v1.34.0

func (x *StatDate) GetMetadata() *StatMetadata

func (*StatDate) ProtoMessage added in v1.34.0

func (*StatDate) ProtoMessage()

func (*StatDate) ProtoReflect added in v1.34.0

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

func (*StatDate) Reset added in v1.34.0

func (x *StatDate) Reset()

func (*StatDate) String added in v1.34.0

func (x *StatDate) String() string

type StatDateList added in v1.34.0

type StatDateList struct {
	StatDate []*StatDate `protobuf:"bytes,1,rep,name=stat_date,json=statDate,proto3" json:"stat_date,omitempty"`
	// contains filtered or unexported fields
}

func (*StatDateList) Descriptor deprecated added in v1.34.0

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

Deprecated: Use StatDateList.ProtoReflect.Descriptor instead.

func (*StatDateList) GetStatDate added in v1.34.0

func (x *StatDateList) GetStatDate() []*StatDate

func (*StatDateList) ProtoMessage added in v1.34.0

func (*StatDateList) ProtoMessage()

func (*StatDateList) ProtoReflect added in v1.34.0

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

func (*StatDateList) Reset added in v1.34.0

func (x *StatDateList) Reset()

func (*StatDateList) String added in v1.34.0

func (x *StatDateList) String() string

type StatMetadata

type StatMetadata struct {
	ImportName        string `protobuf:"bytes,1,opt,name=import_name,json=importName,proto3" json:"import_name,omitempty"`
	ProvenanceUrl     string `protobuf:"bytes,2,opt,name=provenance_url,json=provenanceUrl,proto3" json:"provenance_url,omitempty"`
	MeasurementMethod string `protobuf:"bytes,3,opt,name=measurement_method,json=measurementMethod,proto3" json:"measurement_method,omitempty"`
	ObservationPeriod string `protobuf:"bytes,4,opt,name=observation_period,json=observationPeriod,proto3" json:"observation_period,omitempty"`
	ScalingFactor     string `protobuf:"bytes,5,opt,name=scaling_factor,json=scalingFactor,proto3" json:"scaling_factor,omitempty"`
	Unit              string `protobuf:"bytes,6,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

StatMetadata contains the source and measurement information for a statistical observation.

func (*StatMetadata) Descriptor deprecated

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

Deprecated: Use StatMetadata.ProtoReflect.Descriptor instead.

func (*StatMetadata) GetImportName

func (x *StatMetadata) GetImportName() string

func (*StatMetadata) GetMeasurementMethod

func (x *StatMetadata) GetMeasurementMethod() string

func (*StatMetadata) GetObservationPeriod

func (x *StatMetadata) GetObservationPeriod() string

func (*StatMetadata) GetProvenanceUrl

func (x *StatMetadata) GetProvenanceUrl() string

func (*StatMetadata) GetScalingFactor

func (x *StatMetadata) GetScalingFactor() string

func (*StatMetadata) GetUnit

func (x *StatMetadata) GetUnit() string

func (*StatMetadata) ProtoMessage

func (*StatMetadata) ProtoMessage()

func (*StatMetadata) ProtoReflect

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

func (*StatMetadata) Reset

func (x *StatMetadata) Reset()

func (*StatMetadata) String

func (x *StatMetadata) String() string

type StatVarGroupNode added in v1.18.0

type StatVarGroupNode struct {

	// Absolute name of StatVarGroup. Typically used only for root nodes.
	AbsoluteName string `protobuf:"bytes,1,opt,name=absolute_name,json=absoluteName,proto3" json:"absolute_name,omitempty"`
	// List of children StatVar IDs directly attached to this group. If there are
	// auto-generated and curated IDs for a StatVar, we'll prefer the curated.
	ChildStatVars []*StatVarGroupNode_ChildSV `protobuf:"bytes,2,rep,name=child_stat_vars,json=childStatVars,proto3" json:"child_stat_vars,omitempty"`
	// List of children StatVarGroups that are immediate specializations.
	ChildStatVarGroups []*StatVarGroupNode_ChildSVG `protobuf:"bytes,3,rep,name=child_stat_var_groups,json=childStatVarGroups,proto3" json:"child_stat_var_groups,omitempty"`
	// Number of unique descendent stat-vars.
	DescendentStatVarCount int32 `` /* 132-byte string literal not displayed */
	// List of parent StatVarGroup IDs.
	ParentStatVarGroups []string `protobuf:"bytes,101,rep,name=parent_stat_var_groups,json=parentStatVarGroups,proto3" json:"parent_stat_var_groups,omitempty"`
	// contains filtered or unexported fields
}

func (*StatVarGroupNode) Descriptor deprecated added in v1.18.0

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

Deprecated: Use StatVarGroupNode.ProtoReflect.Descriptor instead.

func (*StatVarGroupNode) GetAbsoluteName added in v1.18.0

func (x *StatVarGroupNode) GetAbsoluteName() string

func (*StatVarGroupNode) GetChildStatVarGroups added in v1.18.0

func (x *StatVarGroupNode) GetChildStatVarGroups() []*StatVarGroupNode_ChildSVG

func (*StatVarGroupNode) GetChildStatVars added in v1.18.0

func (x *StatVarGroupNode) GetChildStatVars() []*StatVarGroupNode_ChildSV

func (*StatVarGroupNode) GetDescendentStatVarCount added in v1.33.0

func (x *StatVarGroupNode) GetDescendentStatVarCount() int32

func (*StatVarGroupNode) GetParentStatVarGroups added in v1.21.0

func (x *StatVarGroupNode) GetParentStatVarGroups() []string

func (*StatVarGroupNode) ProtoMessage added in v1.18.0

func (*StatVarGroupNode) ProtoMessage()

func (*StatVarGroupNode) ProtoReflect added in v1.18.0

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

func (*StatVarGroupNode) Reset added in v1.18.0

func (x *StatVarGroupNode) Reset()

func (*StatVarGroupNode) String added in v1.18.0

func (x *StatVarGroupNode) String() string

type StatVarGroupNode_ChildSV added in v1.18.0

type StatVarGroupNode_ChildSV struct {

	// StatVar ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// Name suitable for search.
	SearchName string `protobuf:"bytes,2,opt,name=search_name,json=searchName,proto3" json:"search_name,omitempty"`
	// Names suitable for search.
	SearchNames []string `protobuf:"bytes,4,rep,name=search_names,json=searchNames,proto3" json:"search_names,omitempty"`
	// Name suitable for display in tree.
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Serialized string containing StatVar definition.
	//
	// The format is P=V delimited by commas. The required properties are
	// abbreviated (populationType is 'pt', statType is 'st', etc).  For
	// example, "median income of women" is:
	//
	//    "st=medianValue,pt=Person,mp=income,gender=Female"
	//
	// When statType is "measuredValue" (default), it is skipped.
	Definition string `protobuf:"bytes,5,opt,name=definition,proto3" json:"definition,omitempty"`
	// Whether there is a data for this stat var
	HasData bool `protobuf:"varint,101,opt,name=has_data,json=hasData,proto3" json:"has_data,omitempty"`
	// contains filtered or unexported fields
}

func (*StatVarGroupNode_ChildSV) Descriptor deprecated added in v1.18.0

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

Deprecated: Use StatVarGroupNode_ChildSV.ProtoReflect.Descriptor instead.

func (*StatVarGroupNode_ChildSV) GetDefinition added in v1.34.0

func (x *StatVarGroupNode_ChildSV) GetDefinition() string

func (*StatVarGroupNode_ChildSV) GetDisplayName added in v1.18.0

func (x *StatVarGroupNode_ChildSV) GetDisplayName() string

func (*StatVarGroupNode_ChildSV) GetHasData added in v1.21.0

func (x *StatVarGroupNode_ChildSV) GetHasData() bool

func (*StatVarGroupNode_ChildSV) GetId added in v1.18.0

func (x *StatVarGroupNode_ChildSV) GetId() string

func (*StatVarGroupNode_ChildSV) GetSearchName added in v1.18.0

func (x *StatVarGroupNode_ChildSV) GetSearchName() string

func (*StatVarGroupNode_ChildSV) GetSearchNames added in v1.29.0

func (x *StatVarGroupNode_ChildSV) GetSearchNames() []string

func (*StatVarGroupNode_ChildSV) ProtoMessage added in v1.18.0

func (*StatVarGroupNode_ChildSV) ProtoMessage()

func (*StatVarGroupNode_ChildSV) ProtoReflect added in v1.18.0

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

func (*StatVarGroupNode_ChildSV) Reset added in v1.18.0

func (x *StatVarGroupNode_ChildSV) Reset()

func (*StatVarGroupNode_ChildSV) String added in v1.18.0

func (x *StatVarGroupNode_ChildSV) String() string

type StatVarGroupNode_ChildSVG added in v1.18.0

type StatVarGroupNode_ChildSVG struct {

	// StatVarGroup ID.
	Id string `protobuf:"bytes,1,opt,name=id,proto3" json:"id,omitempty"`
	// The specialized entity of the child StatVarGroup relative to the parent.
	// This can be used for naming when the child appears in the hierarchy.
	SpecializedEntity string `protobuf:"bytes,2,opt,name=specialized_entity,json=specializedEntity,proto3" json:"specialized_entity,omitempty"`
	//==== Below are fields not in original cache.
	// Name suitable for display in tree.
	DisplayName string `protobuf:"bytes,101,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Number of unique descendent stat-vars.
	DescendentStatVarCount int32 `` /* 134-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StatVarGroupNode_ChildSVG) Descriptor deprecated added in v1.18.0

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

Deprecated: Use StatVarGroupNode_ChildSVG.ProtoReflect.Descriptor instead.

func (*StatVarGroupNode_ChildSVG) GetDescendentStatVarCount added in v1.33.0

func (x *StatVarGroupNode_ChildSVG) GetDescendentStatVarCount() int32

func (*StatVarGroupNode_ChildSVG) GetDisplayName added in v1.21.0

func (x *StatVarGroupNode_ChildSVG) GetDisplayName() string

func (*StatVarGroupNode_ChildSVG) GetId added in v1.18.0

func (x *StatVarGroupNode_ChildSVG) GetId() string

func (*StatVarGroupNode_ChildSVG) GetSpecializedEntity added in v1.18.0

func (x *StatVarGroupNode_ChildSVG) GetSpecializedEntity() string

func (*StatVarGroupNode_ChildSVG) ProtoMessage added in v1.18.0

func (*StatVarGroupNode_ChildSVG) ProtoMessage()

func (*StatVarGroupNode_ChildSVG) ProtoReflect added in v1.18.0

func (*StatVarGroupNode_ChildSVG) Reset added in v1.18.0

func (x *StatVarGroupNode_ChildSVG) Reset()

func (*StatVarGroupNode_ChildSVG) String added in v1.18.0

func (x *StatVarGroupNode_ChildSVG) String() string

type StatVarGroups added in v1.18.0

type StatVarGroups struct {

	// Key is StatVarGroup ID.
	StatVarGroups map[string]*StatVarGroupNode `` /* 190-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StatVarGroups) Descriptor deprecated added in v1.18.0

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

Deprecated: Use StatVarGroups.ProtoReflect.Descriptor instead.

func (*StatVarGroups) GetStatVarGroups added in v1.18.0

func (x *StatVarGroups) GetStatVarGroups() map[string]*StatVarGroupNode

func (*StatVarGroups) ProtoMessage added in v1.18.0

func (*StatVarGroups) ProtoMessage()

func (*StatVarGroups) ProtoReflect added in v1.18.0

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

func (*StatVarGroups) Reset added in v1.18.0

func (x *StatVarGroups) Reset()

func (*StatVarGroups) String added in v1.18.0

func (x *StatVarGroups) String() string

type StatVarObsSeries added in v1.20.3

type StatVarObsSeries struct {

	// Key is stat var dcid.
	Data map[string]*ObsTimeSeries `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

This is effectively the same proto as PlaceStat with different field name. This is used to match the place page cache data.

func (*StatVarObsSeries) Descriptor deprecated added in v1.20.3

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

Deprecated: Use StatVarObsSeries.ProtoReflect.Descriptor instead.

func (*StatVarObsSeries) GetData added in v1.20.3

func (x *StatVarObsSeries) GetData() map[string]*ObsTimeSeries

func (*StatVarObsSeries) ProtoMessage added in v1.20.3

func (*StatVarObsSeries) ProtoMessage()

func (*StatVarObsSeries) ProtoReflect added in v1.20.3

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

func (*StatVarObsSeries) Reset added in v1.20.3

func (x *StatVarObsSeries) Reset()

func (*StatVarObsSeries) String added in v1.20.3

func (x *StatVarObsSeries) String() string

type StatVarSeries added in v1.20.3

type StatVarSeries struct {

	// Key is stat var dcid.
	Data map[string]*Series `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

Hold mapping from stat var id to Series struct. This is different from StatVarObsSeries that the "Series" is processed time series with metadata while "ObsTimeSeries" is the raw series from cache.

func (*StatVarSeries) Descriptor deprecated added in v1.20.3

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

Deprecated: Use StatVarSeries.ProtoReflect.Descriptor instead.

func (*StatVarSeries) GetData added in v1.20.3

func (x *StatVarSeries) GetData() map[string]*Series

func (*StatVarSeries) ProtoMessage added in v1.20.3

func (*StatVarSeries) ProtoMessage()

func (*StatVarSeries) ProtoReflect added in v1.20.3

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

func (*StatVarSeries) Reset added in v1.20.3

func (x *StatVarSeries) Reset()

func (*StatVarSeries) String added in v1.20.3

func (x *StatVarSeries) String() string

type StatVarSummary added in v1.21.0

type StatVarSummary struct {

	// Key is type of place
	PlaceTypeSummary map[string]*StatVarSummary_PlaceTypeSummary `` /* 199-byte string literal not displayed */
	// Key: provenance ID
	ProvenanceSummary map[string]*StatVarSummary_ProvenanceSummary `` /* 200-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*StatVarSummary) Descriptor deprecated added in v1.21.0

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

Deprecated: Use StatVarSummary.ProtoReflect.Descriptor instead.

func (*StatVarSummary) GetPlaceTypeSummary added in v1.21.0

func (x *StatVarSummary) GetPlaceTypeSummary() map[string]*StatVarSummary_PlaceTypeSummary

func (*StatVarSummary) GetProvenanceSummary added in v1.24.0

func (x *StatVarSummary) GetProvenanceSummary() map[string]*StatVarSummary_ProvenanceSummary

func (*StatVarSummary) ProtoMessage added in v1.21.0

func (*StatVarSummary) ProtoMessage()

func (*StatVarSummary) ProtoReflect added in v1.21.0

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

func (*StatVarSummary) Reset added in v1.21.0

func (x *StatVarSummary) Reset()

func (*StatVarSummary) String added in v1.21.0

func (x *StatVarSummary) String() string

type StatVarSummary_Place added in v1.21.0

type StatVarSummary_Place struct {
	Dcid string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

func (*StatVarSummary_Place) Descriptor deprecated added in v1.21.0

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

Deprecated: Use StatVarSummary_Place.ProtoReflect.Descriptor instead.

func (*StatVarSummary_Place) GetDcid added in v1.21.0

func (x *StatVarSummary_Place) GetDcid() string

func (*StatVarSummary_Place) GetName added in v1.21.0

func (x *StatVarSummary_Place) GetName() string

func (*StatVarSummary_Place) ProtoMessage added in v1.21.0

func (*StatVarSummary_Place) ProtoMessage()

func (*StatVarSummary_Place) ProtoReflect added in v1.21.0

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

func (*StatVarSummary_Place) Reset added in v1.21.0

func (x *StatVarSummary_Place) Reset()

func (*StatVarSummary_Place) String added in v1.21.0

func (x *StatVarSummary_Place) String() string

type StatVarSummary_PlaceTypeSummary added in v1.21.0

type StatVarSummary_PlaceTypeSummary struct {

	// Number of places with stats for this stat var
	PlaceCount int32 `protobuf:"varint,4,opt,name=place_count,json=placeCount,proto3" json:"place_count,omitempty"`
	// List of example places that have stats for this stat var
	TopPlaces []*StatVarSummary_Place `protobuf:"bytes,3,rep,name=top_places,json=topPlaces,proto3" json:"top_places,omitempty"`
	// Minimum observation value for places of this type
	MinValue float64 `protobuf:"fixed64,5,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"`
	// Maximum observation value for places of this type
	MaxValue float64 `protobuf:"fixed64,6,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"`
	// contains filtered or unexported fields
}

func (*StatVarSummary_PlaceTypeSummary) Descriptor deprecated added in v1.21.0

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

Deprecated: Use StatVarSummary_PlaceTypeSummary.ProtoReflect.Descriptor instead.

func (*StatVarSummary_PlaceTypeSummary) GetMaxValue added in v1.34.0

func (x *StatVarSummary_PlaceTypeSummary) GetMaxValue() float64

func (*StatVarSummary_PlaceTypeSummary) GetMinValue added in v1.34.0

func (x *StatVarSummary_PlaceTypeSummary) GetMinValue() float64

func (*StatVarSummary_PlaceTypeSummary) GetPlaceCount added in v1.33.0

func (x *StatVarSummary_PlaceTypeSummary) GetPlaceCount() int32

func (*StatVarSummary_PlaceTypeSummary) GetTopPlaces added in v1.21.0

func (*StatVarSummary_PlaceTypeSummary) ProtoMessage added in v1.21.0

func (*StatVarSummary_PlaceTypeSummary) ProtoMessage()

func (*StatVarSummary_PlaceTypeSummary) ProtoReflect added in v1.21.0

func (*StatVarSummary_PlaceTypeSummary) Reset added in v1.21.0

func (*StatVarSummary_PlaceTypeSummary) String added in v1.21.0

type StatVarSummary_ProvenanceSummary added in v1.24.0

type StatVarSummary_ProvenanceSummary struct {

	// Import name
	ImportName string `protobuf:"bytes,1,opt,name=import_name,json=importName,proto3" json:"import_name,omitempty"`
	// Number of observations from this provenance
	ObservationCount float64 `protobuf:"fixed64,6,opt,name=observation_count,json=observationCount,proto3" json:"observation_count,omitempty"`
	// Number of time series from this provenance
	TimeSeriesCount float64 `protobuf:"fixed64,7,opt,name=time_series_count,json=timeSeriesCount,proto3" json:"time_series_count,omitempty"`
	// Release frequency of this provenance
	ReleaseFrequency string `protobuf:"bytes,4,opt,name=release_frequency,json=releaseFrequency,proto3" json:"release_frequency,omitempty"`
	// SeriesSummary for each time series in this provenance
	SeriesSummary []*StatVarSummary_SeriesSummary `protobuf:"bytes,5,rep,name=series_summary,json=seriesSummary,proto3" json:"series_summary,omitempty"`
	// contains filtered or unexported fields
}

func (*StatVarSummary_ProvenanceSummary) Descriptor deprecated added in v1.24.0

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

Deprecated: Use StatVarSummary_ProvenanceSummary.ProtoReflect.Descriptor instead.

func (*StatVarSummary_ProvenanceSummary) GetImportName added in v1.24.0

func (x *StatVarSummary_ProvenanceSummary) GetImportName() string

func (*StatVarSummary_ProvenanceSummary) GetObservationCount added in v1.33.0

func (x *StatVarSummary_ProvenanceSummary) GetObservationCount() float64

func (*StatVarSummary_ProvenanceSummary) GetReleaseFrequency added in v1.24.0

func (x *StatVarSummary_ProvenanceSummary) GetReleaseFrequency() string

func (*StatVarSummary_ProvenanceSummary) GetSeriesSummary added in v1.24.0

func (*StatVarSummary_ProvenanceSummary) GetTimeSeriesCount added in v1.33.0

func (x *StatVarSummary_ProvenanceSummary) GetTimeSeriesCount() float64

func (*StatVarSummary_ProvenanceSummary) ProtoMessage added in v1.24.0

func (*StatVarSummary_ProvenanceSummary) ProtoMessage()

func (*StatVarSummary_ProvenanceSummary) ProtoReflect added in v1.24.0

func (*StatVarSummary_ProvenanceSummary) Reset added in v1.24.0

func (*StatVarSummary_ProvenanceSummary) String added in v1.24.0

type StatVarSummary_SeriesSummary added in v1.24.0

type StatVarSummary_SeriesSummary struct {
	SeriesKey *StatVarSummary_SeriesSummary_SeriesKey `protobuf:"bytes,1,opt,name=series_key,json=seriesKey,proto3" json:"series_key,omitempty"`
	// Earliest observation date of this time series type
	EarliestDate string `protobuf:"bytes,2,opt,name=earliest_date,json=earliestDate,proto3" json:"earliest_date,omitempty"`
	// Latest observation date in this time series type
	LatestDate string `protobuf:"bytes,3,opt,name=latest_date,json=latestDate,proto3" json:"latest_date,omitempty"`
	// Number of observations of this time series type
	ObservationCount float64 `protobuf:"fixed64,9,opt,name=observation_count,json=observationCount,proto3" json:"observation_count,omitempty"`
	// Number of series of this time series type
	TimeSeriesCount float64 `protobuf:"fixed64,10,opt,name=time_series_count,json=timeSeriesCount,proto3" json:"time_series_count,omitempty"`
	// Map of place type to PlaceTypeSummary for this time series type
	PlaceTypeSummary map[string]*StatVarSummary_PlaceTypeSummary `` /* 199-byte string literal not displayed */
	// Minimum observation value of this time series type
	MinValue float64 `protobuf:"fixed64,7,opt,name=min_value,json=minValue,proto3" json:"min_value,omitempty"`
	// Maximum observation value of this time series type
	MaxValue float64 `protobuf:"fixed64,8,opt,name=max_value,json=maxValue,proto3" json:"max_value,omitempty"`
	// contains filtered or unexported fields
}

TODO: Consolidate with StatMetadata

func (*StatVarSummary_SeriesSummary) Descriptor deprecated added in v1.24.0

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

Deprecated: Use StatVarSummary_SeriesSummary.ProtoReflect.Descriptor instead.

func (*StatVarSummary_SeriesSummary) GetEarliestDate added in v1.24.0

func (x *StatVarSummary_SeriesSummary) GetEarliestDate() string

func (*StatVarSummary_SeriesSummary) GetLatestDate added in v1.24.0

func (x *StatVarSummary_SeriesSummary) GetLatestDate() string

func (*StatVarSummary_SeriesSummary) GetMaxValue added in v1.26.0

func (x *StatVarSummary_SeriesSummary) GetMaxValue() float64

func (*StatVarSummary_SeriesSummary) GetMinValue added in v1.26.0

func (x *StatVarSummary_SeriesSummary) GetMinValue() float64

func (*StatVarSummary_SeriesSummary) GetObservationCount added in v1.33.0

func (x *StatVarSummary_SeriesSummary) GetObservationCount() float64

func (*StatVarSummary_SeriesSummary) GetPlaceTypeSummary added in v1.24.0

func (*StatVarSummary_SeriesSummary) GetSeriesKey added in v1.24.0

func (*StatVarSummary_SeriesSummary) GetTimeSeriesCount added in v1.33.0

func (x *StatVarSummary_SeriesSummary) GetTimeSeriesCount() float64

func (*StatVarSummary_SeriesSummary) ProtoMessage added in v1.24.0

func (*StatVarSummary_SeriesSummary) ProtoMessage()

func (*StatVarSummary_SeriesSummary) ProtoReflect added in v1.24.0

func (*StatVarSummary_SeriesSummary) Reset added in v1.24.0

func (x *StatVarSummary_SeriesSummary) Reset()

func (*StatVarSummary_SeriesSummary) String added in v1.24.0

type StatVarSummary_SeriesSummary_SeriesKey added in v1.24.0

type StatVarSummary_SeriesSummary_SeriesKey struct {

	// Measurement method of this time series type
	MeasurementMethod string `protobuf:"bytes,1,opt,name=measurement_method,json=measurementMethod,proto3" json:"measurement_method,omitempty"`
	// Observation period of this time series type
	ObservationPeriod string `protobuf:"bytes,2,opt,name=observation_period,json=observationPeriod,proto3" json:"observation_period,omitempty"`
	// Scaling factor of this time series type
	ScalingFactor string `protobuf:"bytes,3,opt,name=scaling_factor,json=scalingFactor,proto3" json:"scaling_factor,omitempty"`
	// Unit of this time series type
	Unit string `protobuf:"bytes,4,opt,name=unit,proto3" json:"unit,omitempty"`
	// Whether this time series type is aggregated by Data Commons
	IsDcAggregate bool `protobuf:"varint,5,opt,name=is_dc_aggregate,json=isDcAggregate,proto3" json:"is_dc_aggregate,omitempty"`
	// contains filtered or unexported fields
}

func (*StatVarSummary_SeriesSummary_SeriesKey) Descriptor deprecated added in v1.24.0

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

Deprecated: Use StatVarSummary_SeriesSummary_SeriesKey.ProtoReflect.Descriptor instead.

func (*StatVarSummary_SeriesSummary_SeriesKey) GetIsDcAggregate added in v1.24.0

func (x *StatVarSummary_SeriesSummary_SeriesKey) GetIsDcAggregate() bool

func (*StatVarSummary_SeriesSummary_SeriesKey) GetMeasurementMethod added in v1.24.0

func (x *StatVarSummary_SeriesSummary_SeriesKey) GetMeasurementMethod() string

func (*StatVarSummary_SeriesSummary_SeriesKey) GetObservationPeriod added in v1.24.0

func (x *StatVarSummary_SeriesSummary_SeriesKey) GetObservationPeriod() string

func (*StatVarSummary_SeriesSummary_SeriesKey) GetScalingFactor added in v1.24.0

func (x *StatVarSummary_SeriesSummary_SeriesKey) GetScalingFactor() string

func (*StatVarSummary_SeriesSummary_SeriesKey) GetUnit added in v1.24.0

func (*StatVarSummary_SeriesSummary_SeriesKey) ProtoMessage added in v1.24.0

func (*StatVarSummary_SeriesSummary_SeriesKey) ProtoReflect added in v1.24.0

func (*StatVarSummary_SeriesSummary_SeriesKey) Reset added in v1.24.0

func (*StatVarSummary_SeriesSummary_SeriesKey) String added in v1.24.0

type StatVars

type StatVars struct {
	StatVars []string `protobuf:"bytes,1,rep,name=stat_vars,json=statVars,proto3" json:"stat_vars,omitempty"`
	// contains filtered or unexported fields
}

StatVars represent a list of statistical variable dcids.

func (*StatVars) Descriptor deprecated

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

Deprecated: Use StatVars.ProtoReflect.Descriptor instead.

func (*StatVars) GetStatVars

func (x *StatVars) GetStatVars() []string

func (*StatVars) ProtoMessage

func (*StatVars) ProtoMessage()

func (*StatVars) ProtoReflect

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

func (*StatVars) Reset

func (x *StatVars) Reset()

func (*StatVars) String

func (x *StatVars) String() string

type StatsVars

type StatsVars struct {
	StatsVars []string `protobuf:"bytes,1,rep,name=statsVars,proto3" json:"statsVars,omitempty"`
	// contains filtered or unexported fields
}

StatsVars represent a list of statistical variable dcids.

func (*StatsVars) Descriptor deprecated

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

Deprecated: Use StatsVars.ProtoReflect.Descriptor instead.

func (*StatsVars) GetStatsVars

func (x *StatsVars) GetStatsVars() []string

func (*StatsVars) ProtoMessage

func (*StatsVars) ProtoMessage()

func (*StatsVars) ProtoReflect

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

func (*StatsVars) Reset

func (x *StatsVars) Reset()

func (*StatsVars) String

func (x *StatsVars) String() string

type TimeSeries added in v1.35.0

type TimeSeries struct {
	Series []*PointStat `protobuf:"bytes,1,rep,name=series,proto3" json:"series,omitempty"`
	Facet  uint32       `protobuf:"varint,2,opt,name=facet,proto3" json:"facet,omitempty"`
	// contains filtered or unexported fields
}

func (*TimeSeries) Descriptor deprecated added in v1.35.0

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

Deprecated: Use TimeSeries.ProtoReflect.Descriptor instead.

func (*TimeSeries) GetFacet added in v1.35.0

func (x *TimeSeries) GetFacet() uint32

func (*TimeSeries) GetSeries added in v1.35.0

func (x *TimeSeries) GetSeries() []*PointStat

func (*TimeSeries) ProtoMessage added in v1.35.0

func (*TimeSeries) ProtoMessage()

func (*TimeSeries) ProtoReflect added in v1.35.0

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

func (*TimeSeries) Reset added in v1.35.0

func (x *TimeSeries) Reset()

func (*TimeSeries) String added in v1.35.0

func (x *TimeSeries) String() string

type TranslateRequest

type TranslateRequest struct {

	// String representaion of schema mappings used to translate.
	SchemaMapping string `protobuf:"bytes,1,opt,name=schema_mapping,json=schemaMapping,proto3" json:"schema_mapping,omitempty"`
	// String representation of sparql query.
	Sparql string `protobuf:"bytes,2,opt,name=sparql,proto3" json:"sparql,omitempty"`
	// contains filtered or unexported fields
}

Request to translate a graph query.

func (*TranslateRequest) Descriptor deprecated

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

Deprecated: Use TranslateRequest.ProtoReflect.Descriptor instead.

func (*TranslateRequest) GetSchemaMapping

func (x *TranslateRequest) GetSchemaMapping() string

func (*TranslateRequest) GetSparql

func (x *TranslateRequest) GetSparql() string

func (*TranslateRequest) ProtoMessage

func (*TranslateRequest) ProtoMessage()

func (*TranslateRequest) ProtoReflect

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

func (*TranslateRequest) Reset

func (x *TranslateRequest) Reset()

func (*TranslateRequest) String

func (x *TranslateRequest) String() string

type TranslateResponse

type TranslateResponse struct {

	// The translated sql.
	Sql string `protobuf:"bytes,1,opt,name=sql,proto3" json:"sql,omitempty"`
	// Serialized json string of the translation result
	Translation string `protobuf:"bytes,2,opt,name=translation,proto3" json:"translation,omitempty"`
	// contains filtered or unexported fields
}

Response of a translate request.

func (*TranslateResponse) Descriptor deprecated

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

Deprecated: Use TranslateResponse.ProtoReflect.Descriptor instead.

func (*TranslateResponse) GetSql

func (x *TranslateResponse) GetSql() string

func (*TranslateResponse) GetTranslation

func (x *TranslateResponse) GetTranslation() string

func (*TranslateResponse) ProtoMessage

func (*TranslateResponse) ProtoMessage()

func (*TranslateResponse) ProtoReflect

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

func (*TranslateResponse) Reset

func (x *TranslateResponse) Reset()

func (*TranslateResponse) String

func (x *TranslateResponse) String() string

type Triple

type Triple struct {
	SubjectId    string   `protobuf:"bytes,1,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"`
	Predicate    string   `protobuf:"bytes,2,opt,name=predicate,proto3" json:"predicate,omitempty"`
	ObjectId     string   `protobuf:"bytes,3,opt,name=object_id,json=objectId,proto3" json:"object_id,omitempty"`
	ObjectName   string   `protobuf:"bytes,4,opt,name=object_name,json=objectName,proto3" json:"object_name,omitempty"` // Only when object_id is set.
	ObjectValue  string   `protobuf:"bytes,5,opt,name=object_value,json=objectValue,proto3" json:"object_value,omitempty"`
	ProvenanceId string   `protobuf:"bytes,6,opt,name=provenance_id,json=provenanceId,proto3" json:"provenance_id,omitempty"`
	SubjectName  string   `protobuf:"bytes,7,opt,name=subject_name,json=subjectName,proto3" json:"subject_name,omitempty"`    // Only for in arcs.
	SubjectTypes []string `protobuf:"bytes,8,rep,name=subject_types,json=subjectTypes,proto3" json:"subject_types,omitempty"` // Only for in arcs.
	ObjectTypes  []string `protobuf:"bytes,10,rep,name=object_types,json=objectTypes,proto3" json:"object_types,omitempty"`   // Only when object_id is set.
	// contains filtered or unexported fields
}

Triple.

func (*Triple) Descriptor deprecated

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

Deprecated: Use Triple.ProtoReflect.Descriptor instead.

func (*Triple) GetObjectId

func (x *Triple) GetObjectId() string

func (*Triple) GetObjectName

func (x *Triple) GetObjectName() string

func (*Triple) GetObjectTypes

func (x *Triple) GetObjectTypes() []string

func (*Triple) GetObjectValue

func (x *Triple) GetObjectValue() string

func (*Triple) GetPredicate

func (x *Triple) GetPredicate() string

func (*Triple) GetProvenanceId

func (x *Triple) GetProvenanceId() string

func (*Triple) GetSubjectId

func (x *Triple) GetSubjectId() string

func (*Triple) GetSubjectName

func (x *Triple) GetSubjectName() string

func (*Triple) GetSubjectTypes

func (x *Triple) GetSubjectTypes() []string

func (*Triple) ProtoMessage

func (*Triple) ProtoMessage()

func (*Triple) ProtoReflect

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

func (*Triple) Reset

func (x *Triple) Reset()

func (*Triple) String

func (x *Triple) String() string

type Triples

type Triples struct {
	Triples []*Triple `protobuf:"bytes,1,rep,name=triples,proto3" json:"triples,omitempty"`
	// Before potential truncation.
	Total float64 `protobuf:"fixed64,6,opt,name=total,proto3" json:"total,omitempty"`
	// A predicate could link to multiple neighbors.
	InNodes map[string]*EntityInfoCollection `` // Key is predicate.
	/* 170-byte string literal not displayed */
	OutNodes map[string]*EntityInfoCollection `` // Key is predicate.
	/* 173-byte string literal not displayed */
	SubjectId string `protobuf:"bytes,5,opt,name=subject_id,json=subjectId,proto3" json:"subject_id,omitempty"`
	// contains filtered or unexported fields
}

A collection of triples.

func (*Triples) Descriptor deprecated

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

Deprecated: Use Triples.ProtoReflect.Descriptor instead.

func (*Triples) GetInNodes added in v1.33.0

func (x *Triples) GetInNodes() map[string]*EntityInfoCollection

func (*Triples) GetOutNodes added in v1.33.0

func (x *Triples) GetOutNodes() map[string]*EntityInfoCollection

func (*Triples) GetSubjectId added in v1.33.0

func (x *Triples) GetSubjectId() string

func (*Triples) GetTotal added in v1.33.0

func (x *Triples) GetTotal() float64

func (*Triples) GetTriples

func (x *Triples) GetTriples() []*Triple

func (*Triples) ProtoMessage

func (*Triples) ProtoMessage()

func (*Triples) ProtoReflect

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

func (*Triples) Reset

func (x *Triples) Reset()

func (*Triples) String

func (x *Triples) String() string

type TriplesRequest added in v1.35.2

type TriplesRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// Direction can only be "in" and "out"
	Direction string `protobuf:"bytes,2,opt,name=direction,proto3" json:"direction,omitempty"`
	// [Optional]
	// The pagination token for getting the next set of entries. This is empty
	// for the first request and needs to be set in the subsequent request.
	// This is the value returned from a prior call to TriplesRequest
	NextToken string `protobuf:"bytes,3,opt,name=next_token,json=nextToken,proto3" json:"next_token,omitempty"`
	// contains filtered or unexported fields
}

func (*TriplesRequest) Descriptor deprecated added in v1.35.2

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

Deprecated: Use TriplesRequest.ProtoReflect.Descriptor instead.

func (*TriplesRequest) GetDirection added in v1.35.2

func (x *TriplesRequest) GetDirection() string

func (*TriplesRequest) GetEntity added in v1.35.2

func (x *TriplesRequest) GetEntity() string

func (*TriplesRequest) GetNextToken added in v1.35.2

func (x *TriplesRequest) GetNextToken() string

func (*TriplesRequest) ProtoMessage added in v1.35.2

func (*TriplesRequest) ProtoMessage()

func (*TriplesRequest) ProtoReflect added in v1.35.2

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

func (*TriplesRequest) Reset added in v1.35.2

func (x *TriplesRequest) Reset()

func (*TriplesRequest) String added in v1.35.2

func (x *TriplesRequest) String() string

type TriplesResponse added in v1.35.2

type TriplesResponse struct {

	// Key is property.
	Triples map[string]*EntityInfoCollection `` /* 155-byte string literal not displayed */
	// The pagination token for getting the next set of entries.
	NextToken string `protobuf:"bytes,2,opt,name=next_token,json=nextToken,proto3" json:"next_token,omitempty"`
	// contains filtered or unexported fields
}

func (*TriplesResponse) Descriptor deprecated added in v1.35.2

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

Deprecated: Use TriplesResponse.ProtoReflect.Descriptor instead.

func (*TriplesResponse) GetNextToken added in v1.35.2

func (x *TriplesResponse) GetNextToken() string

func (*TriplesResponse) GetTriples added in v1.35.2

func (x *TriplesResponse) GetTriples() map[string]*EntityInfoCollection

func (*TriplesResponse) ProtoMessage added in v1.35.2

func (*TriplesResponse) ProtoMessage()

func (*TriplesResponse) ProtoReflect added in v1.35.2

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

func (*TriplesResponse) Reset added in v1.35.2

func (x *TriplesResponse) Reset()

func (*TriplesResponse) String added in v1.35.2

func (x *TriplesResponse) String() string

type UnimplementedMixerServer

type UnimplementedMixerServer struct {
}

UnimplementedMixerServer should be embedded to have forward compatible implementations.

func (UnimplementedMixerServer) BioPage added in v1.38.0

func (UnimplementedMixerServer) BulkLinkedPropertyValues added in v1.35.2

func (UnimplementedMixerServer) BulkObservationsPoint added in v1.35.0

func (UnimplementedMixerServer) BulkObservationsPointLinked added in v1.35.0

func (UnimplementedMixerServer) BulkObservationsSeries added in v1.35.0

func (UnimplementedMixerServer) BulkObservationsSeriesLinked added in v1.35.2

func (UnimplementedMixerServer) BulkPlaceInfo added in v1.34.0

func (UnimplementedMixerServer) BulkProperties added in v1.34.0

func (UnimplementedMixerServer) BulkPropertyValues added in v1.35.2

func (UnimplementedMixerServer) BulkTriples added in v1.35.2

func (UnimplementedMixerServer) BulkVariableInfo added in v1.34.0

func (UnimplementedMixerServer) BulkVariables added in v1.34.0

func (UnimplementedMixerServer) GetBioPageData added in v1.22.0

func (UnimplementedMixerServer) GetPlaceMetadata added in v1.30.0

func (UnimplementedMixerServer) GetPlacePageData added in v1.22.0

func (UnimplementedMixerServer) GetPlaceStatVars

func (UnimplementedMixerServer) GetPlaceStatVarsUnionV1 added in v1.20.3

func (UnimplementedMixerServer) GetPlaceStatsVar

func (UnimplementedMixerServer) GetPlacesIn

func (UnimplementedMixerServer) GetPropertyLabels

func (UnimplementedMixerServer) GetPropertyValues

func (UnimplementedMixerServer) GetStatAll

func (UnimplementedMixerServer) GetStatDateWithinPlace added in v1.34.0

func (UnimplementedMixerServer) GetStatSeries

func (UnimplementedMixerServer) GetStatSet

func (UnimplementedMixerServer) GetStatSetSeries added in v1.14.0

func (UnimplementedMixerServer) GetStatSetSeriesWithinPlace added in v1.26.0

func (UnimplementedMixerServer) GetStatSetWithinPlace added in v1.19.1

func (UnimplementedMixerServer) GetStatSetWithinPlaceAll added in v1.29.0

func (UnimplementedMixerServer) GetStatValue

func (UnimplementedMixerServer) GetStatVarGroup added in v1.18.0

func (UnimplementedMixerServer) GetStatVarGroupNode added in v1.21.0

func (UnimplementedMixerServer) GetStatVarMatch added in v1.34.0

func (UnimplementedMixerServer) GetStatVarPath added in v1.21.0

func (UnimplementedMixerServer) GetStatVarSummary added in v1.21.0

func (UnimplementedMixerServer) GetStats

func (UnimplementedMixerServer) GetTriples

func (UnimplementedMixerServer) GetVersion added in v1.18.0

func (UnimplementedMixerServer) LinkedPropertyValues added in v1.35.2

func (UnimplementedMixerServer) ObservationsPoint added in v1.34.0

func (UnimplementedMixerServer) ObservationsSeries added in v1.35.0

func (UnimplementedMixerServer) PlaceInfo added in v1.34.0

func (UnimplementedMixerServer) PlacePage added in v1.34.0

func (UnimplementedMixerServer) Properties added in v1.34.0

func (UnimplementedMixerServer) PropertyValues added in v1.35.2

func (UnimplementedMixerServer) Query

func (UnimplementedMixerServer) Search

func (UnimplementedMixerServer) SearchStatVar added in v1.21.0

func (UnimplementedMixerServer) Translate

func (UnimplementedMixerServer) Triples added in v1.35.2

func (UnimplementedMixerServer) VariableAncestors added in v1.35.2

func (UnimplementedMixerServer) VariableGroupInfo added in v1.38.0

func (UnimplementedMixerServer) VariableGroups added in v1.35.2

func (UnimplementedMixerServer) VariableInfo added in v1.34.0

func (UnimplementedMixerServer) Variables added in v1.34.0

type UnimplementedReconServer added in v1.33.0

type UnimplementedReconServer struct {
}

UnimplementedReconServer should be embedded to have forward compatible implementations.

func (UnimplementedReconServer) CompareEntities added in v1.33.0

func (UnimplementedReconServer) ResolveCoordinates added in v1.33.0

func (UnimplementedReconServer) ResolveEntities added in v1.33.0

func (UnimplementedReconServer) ResolveIds added in v1.33.0

type UnsafeMixerServer added in v1.34.0

type UnsafeMixerServer interface {
	// contains filtered or unexported methods
}

UnsafeMixerServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MixerServer will result in compilation errors.

type UnsafeReconServer added in v1.34.0

type UnsafeReconServer interface {
	// contains filtered or unexported methods
}

UnsafeReconServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to ReconServer will result in compilation errors.

type ValueType added in v1.33.0

type ValueType int32

Represents the type of property value.

const (
	ValueType_UNKNOWN_VALUE_TYPE ValueType = 0
	// Any value that has double quotes around it gets considered a text.
	ValueType_TEXT ValueType = 1
	// Any non-text and non-reference value gets interpreted as number (int /
	// uint / double / float).
	ValueType_NUMBER ValueType = 2
	// Represents a reference to a node that has not yet been resolved.  These
	// types should turn into RESOLVED_REF after entity resolution.
	// REQUIRES: the value has a reference prefix (aka, "<id-space>:"), typically
	// "l:".
	ValueType_UNRESOLVED_REF ValueType = 3
	// Represents a resolved datacommons entity. Stores a DCID value.
	ValueType_RESOLVED_REF ValueType = 4
	// Represents a complex value corresponding to Quantity, QuantityRange,
	// LatLng, etc.
	ValueType_COMPLEX_VALUE ValueType = 5
	// Represents a table column for TEMPLATE_MCF.
	ValueType_TABLE_COLUMN ValueType = 6
	// Represents a table entity for TEMPLATE_MCF.
	ValueType_TABLE_ENTITY ValueType = 7
)

func (ValueType) Descriptor added in v1.33.0

func (ValueType) Descriptor() protoreflect.EnumDescriptor

func (ValueType) Enum added in v1.33.0

func (x ValueType) Enum() *ValueType

func (ValueType) EnumDescriptor deprecated added in v1.33.0

func (ValueType) EnumDescriptor() ([]byte, []int)

Deprecated: Use ValueType.Descriptor instead.

func (ValueType) Number added in v1.33.0

func (x ValueType) Number() protoreflect.EnumNumber

func (ValueType) String added in v1.33.0

func (x ValueType) String() string

func (ValueType) Type added in v1.33.0

func (*ValueType) UnmarshalJSON deprecated added in v1.33.0

func (x *ValueType) UnmarshalJSON(b []byte) error

Deprecated: Do not use.

type VariableAncestorsRequest added in v1.35.2

type VariableAncestorsRequest struct {

	// DCID of a stat var (group)
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*VariableAncestorsRequest) Descriptor deprecated added in v1.35.2

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

Deprecated: Use VariableAncestorsRequest.ProtoReflect.Descriptor instead.

func (*VariableAncestorsRequest) GetEntity added in v1.35.2

func (x *VariableAncestorsRequest) GetEntity() string

func (*VariableAncestorsRequest) ProtoMessage added in v1.35.2

func (*VariableAncestorsRequest) ProtoMessage()

func (*VariableAncestorsRequest) ProtoReflect added in v1.35.2

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

func (*VariableAncestorsRequest) Reset added in v1.35.2

func (x *VariableAncestorsRequest) Reset()

func (*VariableAncestorsRequest) String added in v1.35.2

func (x *VariableAncestorsRequest) String() string

type VariableAncestorsResponse added in v1.35.2

type VariableAncestorsResponse struct {

	// A list of ancestor stat var (group) DCIDs from the queried stat var to the
	// root of stat var hierarchy.
	//
	// This is one of many combinations in the hierarchy. When there are multiple
	// ancestor stat var (groups) to select at a level, the first one in
	// alphabetical sorted order is selected.
	Ancestors []string `protobuf:"bytes,1,rep,name=ancestors,proto3" json:"ancestors,omitempty"`
	// contains filtered or unexported fields
}

func (*VariableAncestorsResponse) Descriptor deprecated added in v1.35.2

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

Deprecated: Use VariableAncestorsResponse.ProtoReflect.Descriptor instead.

func (*VariableAncestorsResponse) GetAncestors added in v1.35.2

func (x *VariableAncestorsResponse) GetAncestors() []string

func (*VariableAncestorsResponse) ProtoMessage added in v1.35.2

func (*VariableAncestorsResponse) ProtoMessage()

func (*VariableAncestorsResponse) ProtoReflect added in v1.35.2

func (*VariableAncestorsResponse) Reset added in v1.35.2

func (x *VariableAncestorsResponse) Reset()

func (*VariableAncestorsResponse) String added in v1.35.2

func (x *VariableAncestorsResponse) String() string

type VariableGroupInfoRequest added in v1.38.0

type VariableGroupInfoRequest struct {

	// The variable group dcid to query for.
	Dcid string `protobuf:"bytes,1,opt,name=dcid,proto3" json:"dcid,omitempty"`
	// The entities that the variable group is associated with. The response should
	// only contain the child variable (group) if it has data for at least one
	// of the entities.
	Entities []string `protobuf:"bytes,2,rep,name=entities,proto3" json:"entities,omitempty"`
	// contains filtered or unexported fields
}

func (*VariableGroupInfoRequest) Descriptor deprecated added in v1.38.0

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

Deprecated: Use VariableGroupInfoRequest.ProtoReflect.Descriptor instead.

func (*VariableGroupInfoRequest) GetDcid added in v1.38.0

func (x *VariableGroupInfoRequest) GetDcid() string

func (*VariableGroupInfoRequest) GetEntities added in v1.38.0

func (x *VariableGroupInfoRequest) GetEntities() []string

func (*VariableGroupInfoRequest) ProtoMessage added in v1.38.0

func (*VariableGroupInfoRequest) ProtoMessage()

func (*VariableGroupInfoRequest) ProtoReflect added in v1.38.0

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

func (*VariableGroupInfoRequest) Reset added in v1.38.0

func (x *VariableGroupInfoRequest) Reset()

func (*VariableGroupInfoRequest) String added in v1.38.0

func (x *VariableGroupInfoRequest) String() string

type VariableGroupsRequest added in v1.35.2

type VariableGroupsRequest struct {

	// (optional) When specified, only return the variable groups that the entities
	// have data for.
	Entities []string `protobuf:"bytes,1,rep,name=entities,proto3" json:"entities,omitempty"`
	// contains filtered or unexported fields
}

func (*VariableGroupsRequest) Descriptor deprecated added in v1.35.2

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

Deprecated: Use VariableGroupsRequest.ProtoReflect.Descriptor instead.

func (*VariableGroupsRequest) GetEntities added in v1.35.2

func (x *VariableGroupsRequest) GetEntities() []string

func (*VariableGroupsRequest) ProtoMessage added in v1.35.2

func (*VariableGroupsRequest) ProtoMessage()

func (*VariableGroupsRequest) ProtoReflect added in v1.35.2

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

func (*VariableGroupsRequest) Reset added in v1.35.2

func (x *VariableGroupsRequest) Reset()

func (*VariableGroupsRequest) String added in v1.35.2

func (x *VariableGroupsRequest) String() string

type VariableGroupsResponse added in v1.35.2

type VariableGroupsResponse struct {

	// Key is StatVar Group ID.
	Data map[string]*StatVarGroupNode `` /* 149-byte string literal not displayed */
	// contains filtered or unexported fields
}

func (*VariableGroupsResponse) Descriptor deprecated added in v1.35.2

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

Deprecated: Use VariableGroupsResponse.ProtoReflect.Descriptor instead.

func (*VariableGroupsResponse) GetData added in v1.35.2

func (*VariableGroupsResponse) ProtoMessage added in v1.35.2

func (*VariableGroupsResponse) ProtoMessage()

func (*VariableGroupsResponse) ProtoReflect added in v1.35.2

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

func (*VariableGroupsResponse) Reset added in v1.35.2

func (x *VariableGroupsResponse) Reset()

func (*VariableGroupsResponse) String added in v1.35.2

func (x *VariableGroupsResponse) String() string

type VariableInfoRequest added in v1.34.0

type VariableInfoRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*VariableInfoRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use VariableInfoRequest.ProtoReflect.Descriptor instead.

func (*VariableInfoRequest) GetEntity added in v1.34.0

func (x *VariableInfoRequest) GetEntity() string

func (*VariableInfoRequest) ProtoMessage added in v1.34.0

func (*VariableInfoRequest) ProtoMessage()

func (*VariableInfoRequest) ProtoReflect added in v1.34.0

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

func (*VariableInfoRequest) Reset added in v1.34.0

func (x *VariableInfoRequest) Reset()

func (*VariableInfoRequest) String added in v1.34.0

func (x *VariableInfoRequest) String() string

type VariableInfoResponse added in v1.34.0

type VariableInfoResponse struct {
	Entity string          `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Info   *StatVarSummary `protobuf:"bytes,2,opt,name=info,proto3" json:"info,omitempty"`
	// contains filtered or unexported fields
}

func (*VariableInfoResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use VariableInfoResponse.ProtoReflect.Descriptor instead.

func (*VariableInfoResponse) GetEntity added in v1.34.0

func (x *VariableInfoResponse) GetEntity() string

func (*VariableInfoResponse) GetInfo added in v1.34.0

func (x *VariableInfoResponse) GetInfo() *StatVarSummary

func (*VariableInfoResponse) ProtoMessage added in v1.34.0

func (*VariableInfoResponse) ProtoMessage()

func (*VariableInfoResponse) ProtoReflect added in v1.34.0

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

func (*VariableInfoResponse) Reset added in v1.34.0

func (x *VariableInfoResponse) Reset()

func (*VariableInfoResponse) String added in v1.34.0

func (x *VariableInfoResponse) String() string

type VariableObservations added in v1.35.0

type VariableObservations struct {
	Variable             string                `protobuf:"bytes,1,opt,name=variable,proto3" json:"variable,omitempty"`
	ObservationsByEntity []*EntityObservations `protobuf:"bytes,2,rep,name=observations_by_entity,json=observationsByEntity,proto3" json:"observations_by_entity,omitempty"`
	// contains filtered or unexported fields
}

func (*VariableObservations) Descriptor deprecated added in v1.35.0

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

Deprecated: Use VariableObservations.ProtoReflect.Descriptor instead.

func (*VariableObservations) GetObservationsByEntity added in v1.35.0

func (x *VariableObservations) GetObservationsByEntity() []*EntityObservations

func (*VariableObservations) GetVariable added in v1.35.0

func (x *VariableObservations) GetVariable() string

func (*VariableObservations) ProtoMessage added in v1.35.0

func (*VariableObservations) ProtoMessage()

func (*VariableObservations) ProtoReflect added in v1.35.0

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

func (*VariableObservations) Reset added in v1.35.0

func (x *VariableObservations) Reset()

func (*VariableObservations) String added in v1.35.0

func (x *VariableObservations) String() string

type VariablesRequest added in v1.34.0

type VariablesRequest struct {
	Entity string `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	// contains filtered or unexported fields
}

func (*VariablesRequest) Descriptor deprecated added in v1.34.0

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

Deprecated: Use VariablesRequest.ProtoReflect.Descriptor instead.

func (*VariablesRequest) GetEntity added in v1.34.0

func (x *VariablesRequest) GetEntity() string

func (*VariablesRequest) ProtoMessage added in v1.34.0

func (*VariablesRequest) ProtoMessage()

func (*VariablesRequest) ProtoReflect added in v1.34.0

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

func (*VariablesRequest) Reset added in v1.34.0

func (x *VariablesRequest) Reset()

func (*VariablesRequest) String added in v1.34.0

func (x *VariablesRequest) String() string

type VariablesResponse added in v1.34.0

type VariablesResponse struct {
	Entity    string   `protobuf:"bytes,1,opt,name=entity,proto3" json:"entity,omitempty"`
	Variables []string `protobuf:"bytes,2,rep,name=variables,proto3" json:"variables,omitempty"`
	// contains filtered or unexported fields
}

func (*VariablesResponse) Descriptor deprecated added in v1.34.0

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

Deprecated: Use VariablesResponse.ProtoReflect.Descriptor instead.

func (*VariablesResponse) GetEntity added in v1.34.0

func (x *VariablesResponse) GetEntity() string

func (*VariablesResponse) GetVariables added in v1.34.0

func (x *VariablesResponse) GetVariables() []string

func (*VariablesResponse) ProtoMessage added in v1.34.0

func (*VariablesResponse) ProtoMessage()

func (*VariablesResponse) ProtoReflect added in v1.34.0

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

func (*VariablesResponse) Reset added in v1.34.0

func (x *VariablesResponse) Reset()

func (*VariablesResponse) String added in v1.34.0

func (x *VariablesResponse) String() string

Jump to

Keyboard shortcuts

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