Documentation ¶
Index ¶
- Variables
- type CreateTimeSeriesDescriptor
- func (d *CreateTimeSeriesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *CreateTimeSeriesDescriptor) GetApiName() string
- func (d *CreateTimeSeriesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateTimeSeriesDescriptor) GetFullMethodName() string
- func (d *CreateTimeSeriesDescriptor) GetMethodName() string
- func (d *CreateTimeSeriesDescriptor) GetProtoPkgName() string
- func (d *CreateTimeSeriesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *CreateTimeSeriesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *CreateTimeSeriesDescriptor) GetServiceDomain() string
- func (d *CreateTimeSeriesDescriptor) GetServiceVersion() string
- func (d *CreateTimeSeriesDescriptor) GetVerb() string
- func (d *CreateTimeSeriesDescriptor) HasResource() bool
- func (d *CreateTimeSeriesDescriptor) IsClientStream() bool
- func (d *CreateTimeSeriesDescriptor) IsCollection() bool
- func (d *CreateTimeSeriesDescriptor) IsPlural() bool
- func (d *CreateTimeSeriesDescriptor) IsServerStream() bool
- func (d *CreateTimeSeriesDescriptor) IsUnary() bool
- func (d *CreateTimeSeriesDescriptor) NewEmptyClientMsg() proto.Message
- func (d *CreateTimeSeriesDescriptor) NewEmptyServerMsg() proto.Message
- func (d *CreateTimeSeriesDescriptor) RequestHasResourceBody() bool
- type CreateTimeSeriesDescriptorClientMsgHandle
- func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateTimeSeriesDescriptorServerMsgHandle
- func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type CreateTimeSeriesError
- func (*CreateTimeSeriesError) Descriptor() ([]byte, []int)
- func (m *CreateTimeSeriesError) GetStatus() *rpc.Status
- func (m *CreateTimeSeriesError) GetTimeSeries() *time_serie.TimeSerie
- func (*CreateTimeSeriesError) GotenMessage()
- func (obj *CreateTimeSeriesError) GotenValidate() error
- func (m *CreateTimeSeriesError) Marshal() ([]byte, error)
- func (m *CreateTimeSeriesError) MarshalJSON() ([]byte, error)
- func (*CreateTimeSeriesError) ProtoMessage()
- func (m *CreateTimeSeriesError) ProtoReflect() preflect.Message
- func (m *CreateTimeSeriesError) Reset()
- func (m *CreateTimeSeriesError) SetStatus(fv *rpc.Status)
- func (m *CreateTimeSeriesError) SetTimeSeries(fv *time_serie.TimeSerie)
- func (m *CreateTimeSeriesError) String() string
- func (m *CreateTimeSeriesError) Unmarshal(b []byte) error
- func (m *CreateTimeSeriesError) UnmarshalJSON(data []byte) error
- type CreateTimeSeriesRequest
- func (*CreateTimeSeriesRequest) Descriptor() ([]byte, []int)
- func (m *CreateTimeSeriesRequest) GetParent() string
- func (m *CreateTimeSeriesRequest) GetTimeSeries() []*time_serie.TimeSerie
- func (*CreateTimeSeriesRequest) GotenMessage()
- func (obj *CreateTimeSeriesRequest) GotenValidate() error
- func (m *CreateTimeSeriesRequest) Marshal() ([]byte, error)
- func (m *CreateTimeSeriesRequest) MarshalJSON() ([]byte, error)
- func (*CreateTimeSeriesRequest) ProtoMessage()
- func (m *CreateTimeSeriesRequest) ProtoReflect() preflect.Message
- func (m *CreateTimeSeriesRequest) Reset()
- func (m *CreateTimeSeriesRequest) SetParent(fv string)
- func (m *CreateTimeSeriesRequest) SetTimeSeries(fv []*time_serie.TimeSerie)
- func (m *CreateTimeSeriesRequest) String() string
- func (m *CreateTimeSeriesRequest) Unmarshal(b []byte) error
- func (m *CreateTimeSeriesRequest) UnmarshalJSON(data []byte) error
- type CreateTimeSeriesResponse
- func (*CreateTimeSeriesResponse) Descriptor() ([]byte, []int)
- func (m *CreateTimeSeriesResponse) GetFailedTimeSeries() []*CreateTimeSeriesError
- func (m *CreateTimeSeriesResponse) GetTimeSerieKeys() map[uint32][]byte
- func (*CreateTimeSeriesResponse) GotenMessage()
- func (obj *CreateTimeSeriesResponse) GotenValidate() error
- func (m *CreateTimeSeriesResponse) Marshal() ([]byte, error)
- func (m *CreateTimeSeriesResponse) MarshalJSON() ([]byte, error)
- func (*CreateTimeSeriesResponse) ProtoMessage()
- func (m *CreateTimeSeriesResponse) ProtoReflect() preflect.Message
- func (m *CreateTimeSeriesResponse) Reset()
- func (m *CreateTimeSeriesResponse) SetFailedTimeSeries(fv []*CreateTimeSeriesError)
- func (m *CreateTimeSeriesResponse) SetTimeSerieKeys(fv map[uint32][]byte)
- func (m *CreateTimeSeriesResponse) String() string
- func (m *CreateTimeSeriesResponse) Unmarshal(b []byte) error
- func (m *CreateTimeSeriesResponse) UnmarshalJSON(data []byte) error
- type ListTimeSeriesDescriptor
- func (d *ListTimeSeriesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListTimeSeriesDescriptor) GetApiName() string
- func (d *ListTimeSeriesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListTimeSeriesDescriptor) GetFullMethodName() string
- func (d *ListTimeSeriesDescriptor) GetMethodName() string
- func (d *ListTimeSeriesDescriptor) GetProtoPkgName() string
- func (d *ListTimeSeriesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListTimeSeriesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListTimeSeriesDescriptor) GetServiceDomain() string
- func (d *ListTimeSeriesDescriptor) GetServiceVersion() string
- func (d *ListTimeSeriesDescriptor) GetVerb() string
- func (d *ListTimeSeriesDescriptor) HasResource() bool
- func (d *ListTimeSeriesDescriptor) IsClientStream() bool
- func (d *ListTimeSeriesDescriptor) IsCollection() bool
- func (d *ListTimeSeriesDescriptor) IsPlural() bool
- func (d *ListTimeSeriesDescriptor) IsServerStream() bool
- func (d *ListTimeSeriesDescriptor) IsUnary() bool
- func (d *ListTimeSeriesDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListTimeSeriesDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListTimeSeriesDescriptor) RequestHasResourceBody() bool
- type ListTimeSeriesDescriptorClientMsgHandle
- func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListTimeSeriesDescriptorServerMsgHandle
- func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListTimeSeriesRequest
- func (*ListTimeSeriesRequest) Descriptor() ([]byte, []int)
- func (m *ListTimeSeriesRequest) GetAggregation() *common.Aggregation
- func (m *ListTimeSeriesRequest) GetFieldMask() *time_serie.TimeSerie_FieldMask
- func (m *ListTimeSeriesRequest) GetFilter() *time_serie.Filter
- func (m *ListTimeSeriesRequest) GetInterval() *common.TimeInterval
- func (m *ListTimeSeriesRequest) GetOrderBy() string
- func (m *ListTimeSeriesRequest) GetPageSize() int32
- func (m *ListTimeSeriesRequest) GetPageToken() string
- func (m *ListTimeSeriesRequest) GetParent() string
- func (m *ListTimeSeriesRequest) GetView() common.TimeSeriesView
- func (*ListTimeSeriesRequest) GotenMessage()
- func (obj *ListTimeSeriesRequest) GotenValidate() error
- func (m *ListTimeSeriesRequest) Marshal() ([]byte, error)
- func (m *ListTimeSeriesRequest) MarshalJSON() ([]byte, error)
- func (*ListTimeSeriesRequest) ProtoMessage()
- func (m *ListTimeSeriesRequest) ProtoReflect() preflect.Message
- func (m *ListTimeSeriesRequest) Reset()
- func (m *ListTimeSeriesRequest) SetAggregation(fv *common.Aggregation)
- func (m *ListTimeSeriesRequest) SetFieldMask(fv *time_serie.TimeSerie_FieldMask)
- func (m *ListTimeSeriesRequest) SetFilter(fv *time_serie.Filter)
- func (m *ListTimeSeriesRequest) SetInterval(fv *common.TimeInterval)
- func (m *ListTimeSeriesRequest) SetOrderBy(fv string)
- func (m *ListTimeSeriesRequest) SetPageSize(fv int32)
- func (m *ListTimeSeriesRequest) SetPageToken(fv string)
- func (m *ListTimeSeriesRequest) SetParent(fv string)
- func (m *ListTimeSeriesRequest) SetView(fv common.TimeSeriesView)
- func (m *ListTimeSeriesRequest) String() string
- func (m *ListTimeSeriesRequest) Unmarshal(b []byte) error
- func (m *ListTimeSeriesRequest) UnmarshalJSON(data []byte) error
- type ListTimeSeriesResponse
- func (*ListTimeSeriesResponse) Descriptor() ([]byte, []int)
- func (m *ListTimeSeriesResponse) GetExecutionErrors() []*rpc.Status
- func (m *ListTimeSeriesResponse) GetNextPageToken() string
- func (m *ListTimeSeriesResponse) GetTimeSeries() []*time_serie.TimeSerie
- func (*ListTimeSeriesResponse) GotenMessage()
- func (obj *ListTimeSeriesResponse) GotenValidate() error
- func (m *ListTimeSeriesResponse) Marshal() ([]byte, error)
- func (m *ListTimeSeriesResponse) MarshalJSON() ([]byte, error)
- func (*ListTimeSeriesResponse) ProtoMessage()
- func (m *ListTimeSeriesResponse) ProtoReflect() preflect.Message
- func (m *ListTimeSeriesResponse) Reset()
- func (m *ListTimeSeriesResponse) SetExecutionErrors(fv []*rpc.Status)
- func (m *ListTimeSeriesResponse) SetNextPageToken(fv string)
- func (m *ListTimeSeriesResponse) SetTimeSeries(fv []*time_serie.TimeSerie)
- func (m *ListTimeSeriesResponse) String() string
- func (m *ListTimeSeriesResponse) Unmarshal(b []byte) error
- func (m *ListTimeSeriesResponse) UnmarshalJSON(data []byte) error
- type ListTimeSeriesResponse_ErrorDetails
- func (*ListTimeSeriesResponse_ErrorDetails) Descriptor() ([]byte, []int)
- func (m *ListTimeSeriesResponse_ErrorDetails) GetRegionId() string
- func (*ListTimeSeriesResponse_ErrorDetails) GotenMessage()
- func (obj *ListTimeSeriesResponse_ErrorDetails) GotenValidate() error
- func (m *ListTimeSeriesResponse_ErrorDetails) Marshal() ([]byte, error)
- func (m *ListTimeSeriesResponse_ErrorDetails) MarshalJSON() ([]byte, error)
- func (*ListTimeSeriesResponse_ErrorDetails) ProtoMessage()
- func (m *ListTimeSeriesResponse_ErrorDetails) ProtoReflect() preflect.Message
- func (m *ListTimeSeriesResponse_ErrorDetails) Reset()
- func (m *ListTimeSeriesResponse_ErrorDetails) SetRegionId(fv string)
- func (m *ListTimeSeriesResponse_ErrorDetails) String() string
- func (m *ListTimeSeriesResponse_ErrorDetails) Unmarshal(b []byte) error
- func (m *ListTimeSeriesResponse_ErrorDetails) UnmarshalJSON(data []byte) error
- type QueryProjectTimeSeriesStatsDescriptor
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetApiName() string
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetFullMethodName() string
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetMethodName() string
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetProtoPkgName() string
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetServiceDomain() string
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetServiceVersion() string
- func (d *QueryProjectTimeSeriesStatsDescriptor) GetVerb() string
- func (d *QueryProjectTimeSeriesStatsDescriptor) HasResource() bool
- func (d *QueryProjectTimeSeriesStatsDescriptor) IsClientStream() bool
- func (d *QueryProjectTimeSeriesStatsDescriptor) IsCollection() bool
- func (d *QueryProjectTimeSeriesStatsDescriptor) IsPlural() bool
- func (d *QueryProjectTimeSeriesStatsDescriptor) IsServerStream() bool
- func (d *QueryProjectTimeSeriesStatsDescriptor) IsUnary() bool
- func (d *QueryProjectTimeSeriesStatsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *QueryProjectTimeSeriesStatsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *QueryProjectTimeSeriesStatsDescriptor) RequestHasResourceBody() bool
- type QueryProjectTimeSeriesStatsDescriptorClientMsgHandle
- func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type QueryProjectTimeSeriesStatsDescriptorServerMsgHandle
- func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type QueryProjectTimeSeriesStatsRequest
- func (*QueryProjectTimeSeriesStatsRequest) Descriptor() ([]byte, []int)
- func (m *QueryProjectTimeSeriesStatsRequest) GetAp() *durationpb.Duration
- func (m *QueryProjectTimeSeriesStatsRequest) GetInterval() *common.TimeInterval
- func (m *QueryProjectTimeSeriesStatsRequest) GetPageSize() int32
- func (m *QueryProjectTimeSeriesStatsRequest) GetPageToken() string
- func (m *QueryProjectTimeSeriesStatsRequest) GetProject() *project.Name
- func (m *QueryProjectTimeSeriesStatsRequest) GetQuery() *StatsQuery
- func (m *QueryProjectTimeSeriesStatsRequest) GetRegionId() string
- func (m *QueryProjectTimeSeriesStatsRequest) GetService() string
- func (*QueryProjectTimeSeriesStatsRequest) GotenMessage()
- func (obj *QueryProjectTimeSeriesStatsRequest) GotenValidate() error
- func (m *QueryProjectTimeSeriesStatsRequest) Marshal() ([]byte, error)
- func (m *QueryProjectTimeSeriesStatsRequest) MarshalJSON() ([]byte, error)
- func (*QueryProjectTimeSeriesStatsRequest) ProtoMessage()
- func (m *QueryProjectTimeSeriesStatsRequest) ProtoReflect() preflect.Message
- func (m *QueryProjectTimeSeriesStatsRequest) Reset()
- func (m *QueryProjectTimeSeriesStatsRequest) SetAp(fv *durationpb.Duration)
- func (m *QueryProjectTimeSeriesStatsRequest) SetInterval(fv *common.TimeInterval)
- func (m *QueryProjectTimeSeriesStatsRequest) SetPageSize(fv int32)
- func (m *QueryProjectTimeSeriesStatsRequest) SetPageToken(fv string)
- func (m *QueryProjectTimeSeriesStatsRequest) SetProject(fv *project.Name)
- func (m *QueryProjectTimeSeriesStatsRequest) SetQuery(fv *StatsQuery)
- func (m *QueryProjectTimeSeriesStatsRequest) SetRegionId(fv string)
- func (m *QueryProjectTimeSeriesStatsRequest) SetService(fv string)
- func (m *QueryProjectTimeSeriesStatsRequest) String() string
- func (m *QueryProjectTimeSeriesStatsRequest) Unmarshal(b []byte) error
- func (m *QueryProjectTimeSeriesStatsRequest) UnmarshalJSON(data []byte) error
- type QueryProjectTimeSeriesStatsResponse
- func (*QueryProjectTimeSeriesStatsResponse) Descriptor() ([]byte, []int)
- func (m *QueryProjectTimeSeriesStatsResponse) GetExecutionErrors() []*rpc.Status
- func (m *QueryProjectTimeSeriesStatsResponse) GetNextPageToken() string
- func (m *QueryProjectTimeSeriesStatsResponse) GetTimeSeries() []*time_serie.TimeSerie
- func (*QueryProjectTimeSeriesStatsResponse) GotenMessage()
- func (obj *QueryProjectTimeSeriesStatsResponse) GotenValidate() error
- func (m *QueryProjectTimeSeriesStatsResponse) Marshal() ([]byte, error)
- func (m *QueryProjectTimeSeriesStatsResponse) MarshalJSON() ([]byte, error)
- func (*QueryProjectTimeSeriesStatsResponse) ProtoMessage()
- func (m *QueryProjectTimeSeriesStatsResponse) ProtoReflect() preflect.Message
- func (m *QueryProjectTimeSeriesStatsResponse) Reset()
- func (m *QueryProjectTimeSeriesStatsResponse) SetExecutionErrors(fv []*rpc.Status)
- func (m *QueryProjectTimeSeriesStatsResponse) SetNextPageToken(fv string)
- func (m *QueryProjectTimeSeriesStatsResponse) SetTimeSeries(fv []*time_serie.TimeSerie)
- func (m *QueryProjectTimeSeriesStatsResponse) String() string
- func (m *QueryProjectTimeSeriesStatsResponse) Unmarshal(b []byte) error
- func (m *QueryProjectTimeSeriesStatsResponse) UnmarshalJSON(data []byte) error
- type QueryProjectTimeSeriesStatsResponse_ErrorDetails
- func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) Descriptor() ([]byte, []int)
- func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) GetRegionId() string
- func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) GotenMessage()
- func (obj *QueryProjectTimeSeriesStatsResponse_ErrorDetails) GotenValidate() error
- func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) Marshal() ([]byte, error)
- func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) MarshalJSON() ([]byte, error)
- func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) ProtoMessage()
- func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) ProtoReflect() preflect.Message
- func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) Reset()
- func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) SetRegionId(fv string)
- func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) String() string
- func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) Unmarshal(b []byte) error
- func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) UnmarshalJSON(data []byte) error
- type QueryServiceTimeSeriesStatsDescriptor
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetApiName() string
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetFullMethodName() string
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetMethodName() string
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetProtoPkgName() string
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetServiceDomain() string
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetServiceVersion() string
- func (d *QueryServiceTimeSeriesStatsDescriptor) GetVerb() string
- func (d *QueryServiceTimeSeriesStatsDescriptor) HasResource() bool
- func (d *QueryServiceTimeSeriesStatsDescriptor) IsClientStream() bool
- func (d *QueryServiceTimeSeriesStatsDescriptor) IsCollection() bool
- func (d *QueryServiceTimeSeriesStatsDescriptor) IsPlural() bool
- func (d *QueryServiceTimeSeriesStatsDescriptor) IsServerStream() bool
- func (d *QueryServiceTimeSeriesStatsDescriptor) IsUnary() bool
- func (d *QueryServiceTimeSeriesStatsDescriptor) NewEmptyClientMsg() proto.Message
- func (d *QueryServiceTimeSeriesStatsDescriptor) NewEmptyServerMsg() proto.Message
- func (d *QueryServiceTimeSeriesStatsDescriptor) RequestHasResourceBody() bool
- type QueryServiceTimeSeriesStatsDescriptorClientMsgHandle
- func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type QueryServiceTimeSeriesStatsDescriptorServerMsgHandle
- func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
- func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
- func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type QueryServiceTimeSeriesStatsRequest
- func (*QueryServiceTimeSeriesStatsRequest) Descriptor() ([]byte, []int)
- func (m *QueryServiceTimeSeriesStatsRequest) GetAp() *durationpb.Duration
- func (m *QueryServiceTimeSeriesStatsRequest) GetInterval() *common.TimeInterval
- func (m *QueryServiceTimeSeriesStatsRequest) GetPageSize() int32
- func (m *QueryServiceTimeSeriesStatsRequest) GetPageToken() string
- func (m *QueryServiceTimeSeriesStatsRequest) GetQuery() *StatsQuery
- func (m *QueryServiceTimeSeriesStatsRequest) GetRegionId() string
- func (m *QueryServiceTimeSeriesStatsRequest) GetService() *meta_service.Name
- func (m *QueryServiceTimeSeriesStatsRequest) GetUserProjectIds() []string
- func (*QueryServiceTimeSeriesStatsRequest) GotenMessage()
- func (obj *QueryServiceTimeSeriesStatsRequest) GotenValidate() error
- func (m *QueryServiceTimeSeriesStatsRequest) Marshal() ([]byte, error)
- func (m *QueryServiceTimeSeriesStatsRequest) MarshalJSON() ([]byte, error)
- func (*QueryServiceTimeSeriesStatsRequest) ProtoMessage()
- func (m *QueryServiceTimeSeriesStatsRequest) ProtoReflect() preflect.Message
- func (m *QueryServiceTimeSeriesStatsRequest) Reset()
- func (m *QueryServiceTimeSeriesStatsRequest) SetAp(fv *durationpb.Duration)
- func (m *QueryServiceTimeSeriesStatsRequest) SetInterval(fv *common.TimeInterval)
- func (m *QueryServiceTimeSeriesStatsRequest) SetPageSize(fv int32)
- func (m *QueryServiceTimeSeriesStatsRequest) SetPageToken(fv string)
- func (m *QueryServiceTimeSeriesStatsRequest) SetQuery(fv *StatsQuery)
- func (m *QueryServiceTimeSeriesStatsRequest) SetRegionId(fv string)
- func (m *QueryServiceTimeSeriesStatsRequest) SetService(fv *meta_service.Name)
- func (m *QueryServiceTimeSeriesStatsRequest) SetUserProjectIds(fv []string)
- func (m *QueryServiceTimeSeriesStatsRequest) String() string
- func (m *QueryServiceTimeSeriesStatsRequest) Unmarshal(b []byte) error
- func (m *QueryServiceTimeSeriesStatsRequest) UnmarshalJSON(data []byte) error
- type QueryServiceTimeSeriesStatsResponse
- func (*QueryServiceTimeSeriesStatsResponse) Descriptor() ([]byte, []int)
- func (m *QueryServiceTimeSeriesStatsResponse) GetExecutionErrors() []*rpc.Status
- func (m *QueryServiceTimeSeriesStatsResponse) GetNextPageToken() string
- func (m *QueryServiceTimeSeriesStatsResponse) GetTimeSeries() []*time_serie.TimeSerie
- func (*QueryServiceTimeSeriesStatsResponse) GotenMessage()
- func (obj *QueryServiceTimeSeriesStatsResponse) GotenValidate() error
- func (m *QueryServiceTimeSeriesStatsResponse) Marshal() ([]byte, error)
- func (m *QueryServiceTimeSeriesStatsResponse) MarshalJSON() ([]byte, error)
- func (*QueryServiceTimeSeriesStatsResponse) ProtoMessage()
- func (m *QueryServiceTimeSeriesStatsResponse) ProtoReflect() preflect.Message
- func (m *QueryServiceTimeSeriesStatsResponse) Reset()
- func (m *QueryServiceTimeSeriesStatsResponse) SetExecutionErrors(fv []*rpc.Status)
- func (m *QueryServiceTimeSeriesStatsResponse) SetNextPageToken(fv string)
- func (m *QueryServiceTimeSeriesStatsResponse) SetTimeSeries(fv []*time_serie.TimeSerie)
- func (m *QueryServiceTimeSeriesStatsResponse) String() string
- func (m *QueryServiceTimeSeriesStatsResponse) Unmarshal(b []byte) error
- func (m *QueryServiceTimeSeriesStatsResponse) UnmarshalJSON(data []byte) error
- type QueryServiceTimeSeriesStatsResponse_ErrorDetails
- func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) Descriptor() ([]byte, []int)
- func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) GetRegionId() string
- func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) GotenMessage()
- func (obj *QueryServiceTimeSeriesStatsResponse_ErrorDetails) GotenValidate() error
- func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) Marshal() ([]byte, error)
- func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) MarshalJSON() ([]byte, error)
- func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) ProtoMessage()
- func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) ProtoReflect() preflect.Message
- func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) Reset()
- func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) SetRegionId(fv string)
- func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) String() string
- func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) Unmarshal(b []byte) error
- func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) UnmarshalJSON(data []byte) error
- type StatsQuery
- func (*StatsQuery) Descriptor() ([]byte, []int)
- func (m *StatsQuery) GetActivityLogsUsage() *StatsQuery_ActivityLogs
- func (m *StatsQuery) GetCallLatencies() *StatsQuery_CallLatencies
- func (m *StatsQuery) GetEgressThroughput() *StatsQuery_EgressThroughput
- func (m *StatsQuery) GetErrorCounts() *StatsQuery_ErrorCounts
- func (m *StatsQuery) GetExecutedCalls() *StatsQuery_ExecutedCalls
- func (m *StatsQuery) GetIngressThroughput() *StatsQuery_IngressThroughput
- func (m *StatsQuery) GetLogsUsage() *StatsQuery_Logs
- func (m *StatsQuery) GetOpenCalls() *StatsQuery_OpenCalls
- func (m *StatsQuery) GetRequest() isStatsQuery_Request
- func (m *StatsQuery) GetResourceChangeLogsUsage() *StatsQuery_ResourceChangeLogs
- func (m *StatsQuery) GetResourceCount() *StatsQuery_ResourceCount
- func (m *StatsQuery) GetStoreUsage() *StatsQuery_StoreOperations
- func (m *StatsQuery) GetTimeSeriesLatencies() *StatsQuery_TimeSeriesLatencies
- func (m *StatsQuery) GetTimeSeriesUsage() *StatsQuery_TimeSeries
- func (*StatsQuery) GotenMessage()
- func (obj *StatsQuery) GotenValidate() error
- func (m *StatsQuery) Marshal() ([]byte, error)
- func (m *StatsQuery) MarshalJSON() ([]byte, error)
- func (*StatsQuery) ProtoMessage()
- func (m *StatsQuery) ProtoReflect() preflect.Message
- func (m *StatsQuery) Reset()
- func (m *StatsQuery) SetActivityLogsUsage(fv *StatsQuery_ActivityLogs)
- func (m *StatsQuery) SetCallLatencies(fv *StatsQuery_CallLatencies)
- func (m *StatsQuery) SetEgressThroughput(fv *StatsQuery_EgressThroughput)
- func (m *StatsQuery) SetErrorCounts(fv *StatsQuery_ErrorCounts)
- func (m *StatsQuery) SetExecutedCalls(fv *StatsQuery_ExecutedCalls)
- func (m *StatsQuery) SetIngressThroughput(fv *StatsQuery_IngressThroughput)
- func (m *StatsQuery) SetLogsUsage(fv *StatsQuery_Logs)
- func (m *StatsQuery) SetOpenCalls(fv *StatsQuery_OpenCalls)
- func (m *StatsQuery) SetRequest(ofv isStatsQuery_Request)
- func (m *StatsQuery) SetResourceChangeLogsUsage(fv *StatsQuery_ResourceChangeLogs)
- func (m *StatsQuery) SetResourceCount(fv *StatsQuery_ResourceCount)
- func (m *StatsQuery) SetStoreUsage(fv *StatsQuery_StoreOperations)
- func (m *StatsQuery) SetTimeSeriesLatencies(fv *StatsQuery_TimeSeriesLatencies)
- func (m *StatsQuery) SetTimeSeriesUsage(fv *StatsQuery_TimeSeries)
- func (m *StatsQuery) String() string
- func (m *StatsQuery) Unmarshal(b []byte) error
- func (m *StatsQuery) UnmarshalJSON(data []byte) error
- type StatsQuery_ActivityLogs
- func (*StatsQuery_ActivityLogs) Descriptor() ([]byte, []int)
- func (m *StatsQuery_ActivityLogs) GetCategories() []string
- func (m *StatsQuery_ActivityLogs) GetGroupBy() []StatsQuery_ActivityLogs_Groups
- func (m *StatsQuery_ActivityLogs) GetMethods() []string
- func (m *StatsQuery_ActivityLogs) GetType() StatsQuery_ActivityLogs_Type
- func (m *StatsQuery_ActivityLogs) GetVersions() []string
- func (*StatsQuery_ActivityLogs) GotenMessage()
- func (obj *StatsQuery_ActivityLogs) GotenValidate() error
- func (m *StatsQuery_ActivityLogs) Marshal() ([]byte, error)
- func (m *StatsQuery_ActivityLogs) MarshalJSON() ([]byte, error)
- func (*StatsQuery_ActivityLogs) ProtoMessage()
- func (m *StatsQuery_ActivityLogs) ProtoReflect() preflect.Message
- func (m *StatsQuery_ActivityLogs) Reset()
- func (m *StatsQuery_ActivityLogs) SetCategories(fv []string)
- func (m *StatsQuery_ActivityLogs) SetGroupBy(fv []StatsQuery_ActivityLogs_Groups)
- func (m *StatsQuery_ActivityLogs) SetMethods(fv []string)
- func (m *StatsQuery_ActivityLogs) SetType(fv StatsQuery_ActivityLogs_Type)
- func (m *StatsQuery_ActivityLogs) SetVersions(fv []string)
- func (m *StatsQuery_ActivityLogs) String() string
- func (m *StatsQuery_ActivityLogs) Unmarshal(b []byte) error
- func (m *StatsQuery_ActivityLogs) UnmarshalJSON(data []byte) error
- type StatsQuery_ActivityLogsUsage
- type StatsQuery_ActivityLogs_Groups
- func (StatsQuery_ActivityLogs_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_ActivityLogs_Groups) Enum() *StatsQuery_ActivityLogs_Groups
- func (StatsQuery_ActivityLogs_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_ActivityLogs_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_ActivityLogs_Groups) String() string
- func (StatsQuery_ActivityLogs_Groups) Type() preflect.EnumType
- type StatsQuery_ActivityLogs_Type
- func (StatsQuery_ActivityLogs_Type) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_ActivityLogs_Type) Enum() *StatsQuery_ActivityLogs_Type
- func (StatsQuery_ActivityLogs_Type) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_ActivityLogs_Type) Number() preflect.EnumNumber
- func (x StatsQuery_ActivityLogs_Type) String() string
- func (StatsQuery_ActivityLogs_Type) Type() preflect.EnumType
- type StatsQuery_CallLatencies
- func (*StatsQuery_CallLatencies) Descriptor() ([]byte, []int)
- func (m *StatsQuery_CallLatencies) GetGroupBy() []StatsQuery_CallLatencies_Groups
- func (m *StatsQuery_CallLatencies) GetMethods() []string
- func (m *StatsQuery_CallLatencies) GetReducer() StatsQuery_CallLatencies_Reducer
- func (m *StatsQuery_CallLatencies) GetResources() []string
- func (m *StatsQuery_CallLatencies) GetVersions() []string
- func (*StatsQuery_CallLatencies) GotenMessage()
- func (obj *StatsQuery_CallLatencies) GotenValidate() error
- func (m *StatsQuery_CallLatencies) Marshal() ([]byte, error)
- func (m *StatsQuery_CallLatencies) MarshalJSON() ([]byte, error)
- func (*StatsQuery_CallLatencies) ProtoMessage()
- func (m *StatsQuery_CallLatencies) ProtoReflect() preflect.Message
- func (m *StatsQuery_CallLatencies) Reset()
- func (m *StatsQuery_CallLatencies) SetGroupBy(fv []StatsQuery_CallLatencies_Groups)
- func (m *StatsQuery_CallLatencies) SetMethods(fv []string)
- func (m *StatsQuery_CallLatencies) SetReducer(fv StatsQuery_CallLatencies_Reducer)
- func (m *StatsQuery_CallLatencies) SetResources(fv []string)
- func (m *StatsQuery_CallLatencies) SetVersions(fv []string)
- func (m *StatsQuery_CallLatencies) String() string
- func (m *StatsQuery_CallLatencies) Unmarshal(b []byte) error
- func (m *StatsQuery_CallLatencies) UnmarshalJSON(data []byte) error
- type StatsQuery_CallLatencies_
- type StatsQuery_CallLatencies_Groups
- func (StatsQuery_CallLatencies_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_CallLatencies_Groups) Enum() *StatsQuery_CallLatencies_Groups
- func (StatsQuery_CallLatencies_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_CallLatencies_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_CallLatencies_Groups) String() string
- func (StatsQuery_CallLatencies_Groups) Type() preflect.EnumType
- type StatsQuery_CallLatencies_Reducer
- func (StatsQuery_CallLatencies_Reducer) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_CallLatencies_Reducer) Enum() *StatsQuery_CallLatencies_Reducer
- func (StatsQuery_CallLatencies_Reducer) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_CallLatencies_Reducer) Number() preflect.EnumNumber
- func (x StatsQuery_CallLatencies_Reducer) String() string
- func (StatsQuery_CallLatencies_Reducer) Type() preflect.EnumType
- type StatsQuery_EgressThroughput
- func (*StatsQuery_EgressThroughput) Descriptor() ([]byte, []int)
- func (m *StatsQuery_EgressThroughput) GetGroupBy() []StatsQuery_EgressThroughput_Groups
- func (m *StatsQuery_EgressThroughput) GetMethods() []string
- func (m *StatsQuery_EgressThroughput) GetResources() []string
- func (m *StatsQuery_EgressThroughput) GetVersions() []string
- func (*StatsQuery_EgressThroughput) GotenMessage()
- func (obj *StatsQuery_EgressThroughput) GotenValidate() error
- func (m *StatsQuery_EgressThroughput) Marshal() ([]byte, error)
- func (m *StatsQuery_EgressThroughput) MarshalJSON() ([]byte, error)
- func (*StatsQuery_EgressThroughput) ProtoMessage()
- func (m *StatsQuery_EgressThroughput) ProtoReflect() preflect.Message
- func (m *StatsQuery_EgressThroughput) Reset()
- func (m *StatsQuery_EgressThroughput) SetGroupBy(fv []StatsQuery_EgressThroughput_Groups)
- func (m *StatsQuery_EgressThroughput) SetMethods(fv []string)
- func (m *StatsQuery_EgressThroughput) SetResources(fv []string)
- func (m *StatsQuery_EgressThroughput) SetVersions(fv []string)
- func (m *StatsQuery_EgressThroughput) String() string
- func (m *StatsQuery_EgressThroughput) Unmarshal(b []byte) error
- func (m *StatsQuery_EgressThroughput) UnmarshalJSON(data []byte) error
- type StatsQuery_EgressThroughput_
- type StatsQuery_EgressThroughput_Groups
- func (StatsQuery_EgressThroughput_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_EgressThroughput_Groups) Enum() *StatsQuery_EgressThroughput_Groups
- func (StatsQuery_EgressThroughput_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_EgressThroughput_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_EgressThroughput_Groups) String() string
- func (StatsQuery_EgressThroughput_Groups) Type() preflect.EnumType
- type StatsQuery_ErrorCounts
- func (*StatsQuery_ErrorCounts) Descriptor() ([]byte, []int)
- func (m *StatsQuery_ErrorCounts) GetErrorCodes() []string
- func (m *StatsQuery_ErrorCounts) GetGroupBy() []StatsQuery_ErrorCounts_Groups
- func (m *StatsQuery_ErrorCounts) GetMethods() []string
- func (m *StatsQuery_ErrorCounts) GetResources() []string
- func (m *StatsQuery_ErrorCounts) GetVersions() []string
- func (*StatsQuery_ErrorCounts) GotenMessage()
- func (obj *StatsQuery_ErrorCounts) GotenValidate() error
- func (m *StatsQuery_ErrorCounts) Marshal() ([]byte, error)
- func (m *StatsQuery_ErrorCounts) MarshalJSON() ([]byte, error)
- func (*StatsQuery_ErrorCounts) ProtoMessage()
- func (m *StatsQuery_ErrorCounts) ProtoReflect() preflect.Message
- func (m *StatsQuery_ErrorCounts) Reset()
- func (m *StatsQuery_ErrorCounts) SetErrorCodes(fv []string)
- func (m *StatsQuery_ErrorCounts) SetGroupBy(fv []StatsQuery_ErrorCounts_Groups)
- func (m *StatsQuery_ErrorCounts) SetMethods(fv []string)
- func (m *StatsQuery_ErrorCounts) SetResources(fv []string)
- func (m *StatsQuery_ErrorCounts) SetVersions(fv []string)
- func (m *StatsQuery_ErrorCounts) String() string
- func (m *StatsQuery_ErrorCounts) Unmarshal(b []byte) error
- func (m *StatsQuery_ErrorCounts) UnmarshalJSON(data []byte) error
- type StatsQuery_ErrorCounts_
- type StatsQuery_ErrorCounts_Groups
- func (StatsQuery_ErrorCounts_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_ErrorCounts_Groups) Enum() *StatsQuery_ErrorCounts_Groups
- func (StatsQuery_ErrorCounts_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_ErrorCounts_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_ErrorCounts_Groups) String() string
- func (StatsQuery_ErrorCounts_Groups) Type() preflect.EnumType
- type StatsQuery_ExecutedCalls
- func (*StatsQuery_ExecutedCalls) Descriptor() ([]byte, []int)
- func (m *StatsQuery_ExecutedCalls) GetGroupBy() []StatsQuery_ExecutedCalls_Groups
- func (m *StatsQuery_ExecutedCalls) GetMethods() []string
- func (m *StatsQuery_ExecutedCalls) GetResources() []string
- func (m *StatsQuery_ExecutedCalls) GetVersions() []string
- func (*StatsQuery_ExecutedCalls) GotenMessage()
- func (obj *StatsQuery_ExecutedCalls) GotenValidate() error
- func (m *StatsQuery_ExecutedCalls) Marshal() ([]byte, error)
- func (m *StatsQuery_ExecutedCalls) MarshalJSON() ([]byte, error)
- func (*StatsQuery_ExecutedCalls) ProtoMessage()
- func (m *StatsQuery_ExecutedCalls) ProtoReflect() preflect.Message
- func (m *StatsQuery_ExecutedCalls) Reset()
- func (m *StatsQuery_ExecutedCalls) SetGroupBy(fv []StatsQuery_ExecutedCalls_Groups)
- func (m *StatsQuery_ExecutedCalls) SetMethods(fv []string)
- func (m *StatsQuery_ExecutedCalls) SetResources(fv []string)
- func (m *StatsQuery_ExecutedCalls) SetVersions(fv []string)
- func (m *StatsQuery_ExecutedCalls) String() string
- func (m *StatsQuery_ExecutedCalls) Unmarshal(b []byte) error
- func (m *StatsQuery_ExecutedCalls) UnmarshalJSON(data []byte) error
- type StatsQuery_ExecutedCalls_
- type StatsQuery_ExecutedCalls_Groups
- func (StatsQuery_ExecutedCalls_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_ExecutedCalls_Groups) Enum() *StatsQuery_ExecutedCalls_Groups
- func (StatsQuery_ExecutedCalls_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_ExecutedCalls_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_ExecutedCalls_Groups) String() string
- func (StatsQuery_ExecutedCalls_Groups) Type() preflect.EnumType
- type StatsQuery_IngressThroughput
- func (*StatsQuery_IngressThroughput) Descriptor() ([]byte, []int)
- func (m *StatsQuery_IngressThroughput) GetGroupBy() []StatsQuery_IngressThroughput_Groups
- func (m *StatsQuery_IngressThroughput) GetMethods() []string
- func (m *StatsQuery_IngressThroughput) GetResources() []string
- func (m *StatsQuery_IngressThroughput) GetVersions() []string
- func (*StatsQuery_IngressThroughput) GotenMessage()
- func (obj *StatsQuery_IngressThroughput) GotenValidate() error
- func (m *StatsQuery_IngressThroughput) Marshal() ([]byte, error)
- func (m *StatsQuery_IngressThroughput) MarshalJSON() ([]byte, error)
- func (*StatsQuery_IngressThroughput) ProtoMessage()
- func (m *StatsQuery_IngressThroughput) ProtoReflect() preflect.Message
- func (m *StatsQuery_IngressThroughput) Reset()
- func (m *StatsQuery_IngressThroughput) SetGroupBy(fv []StatsQuery_IngressThroughput_Groups)
- func (m *StatsQuery_IngressThroughput) SetMethods(fv []string)
- func (m *StatsQuery_IngressThroughput) SetResources(fv []string)
- func (m *StatsQuery_IngressThroughput) SetVersions(fv []string)
- func (m *StatsQuery_IngressThroughput) String() string
- func (m *StatsQuery_IngressThroughput) Unmarshal(b []byte) error
- func (m *StatsQuery_IngressThroughput) UnmarshalJSON(data []byte) error
- type StatsQuery_IngressThroughput_
- type StatsQuery_IngressThroughput_Groups
- func (StatsQuery_IngressThroughput_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_IngressThroughput_Groups) Enum() *StatsQuery_IngressThroughput_Groups
- func (StatsQuery_IngressThroughput_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_IngressThroughput_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_IngressThroughput_Groups) String() string
- func (StatsQuery_IngressThroughput_Groups) Type() preflect.EnumType
- type StatsQuery_Logs
- func (*StatsQuery_Logs) Descriptor() ([]byte, []int)
- func (m *StatsQuery_Logs) GetGroupBy() []StatsQuery_Logs_Groups
- func (m *StatsQuery_Logs) GetLogTypes() []string
- func (m *StatsQuery_Logs) GetType() StatsQuery_Logs_Type
- func (*StatsQuery_Logs) GotenMessage()
- func (obj *StatsQuery_Logs) GotenValidate() error
- func (m *StatsQuery_Logs) Marshal() ([]byte, error)
- func (m *StatsQuery_Logs) MarshalJSON() ([]byte, error)
- func (*StatsQuery_Logs) ProtoMessage()
- func (m *StatsQuery_Logs) ProtoReflect() preflect.Message
- func (m *StatsQuery_Logs) Reset()
- func (m *StatsQuery_Logs) SetGroupBy(fv []StatsQuery_Logs_Groups)
- func (m *StatsQuery_Logs) SetLogTypes(fv []string)
- func (m *StatsQuery_Logs) SetType(fv StatsQuery_Logs_Type)
- func (m *StatsQuery_Logs) String() string
- func (m *StatsQuery_Logs) Unmarshal(b []byte) error
- func (m *StatsQuery_Logs) UnmarshalJSON(data []byte) error
- type StatsQuery_LogsUsage
- type StatsQuery_Logs_Groups
- func (StatsQuery_Logs_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_Logs_Groups) Enum() *StatsQuery_Logs_Groups
- func (StatsQuery_Logs_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_Logs_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_Logs_Groups) String() string
- func (StatsQuery_Logs_Groups) Type() preflect.EnumType
- type StatsQuery_Logs_Type
- func (StatsQuery_Logs_Type) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_Logs_Type) Enum() *StatsQuery_Logs_Type
- func (StatsQuery_Logs_Type) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_Logs_Type) Number() preflect.EnumNumber
- func (x StatsQuery_Logs_Type) String() string
- func (StatsQuery_Logs_Type) Type() preflect.EnumType
- type StatsQuery_OpenCalls
- func (*StatsQuery_OpenCalls) Descriptor() ([]byte, []int)
- func (m *StatsQuery_OpenCalls) GetGroupBy() []StatsQuery_OpenCalls_Groups
- func (m *StatsQuery_OpenCalls) GetMethods() []string
- func (m *StatsQuery_OpenCalls) GetResources() []string
- func (m *StatsQuery_OpenCalls) GetVersions() []string
- func (*StatsQuery_OpenCalls) GotenMessage()
- func (obj *StatsQuery_OpenCalls) GotenValidate() error
- func (m *StatsQuery_OpenCalls) Marshal() ([]byte, error)
- func (m *StatsQuery_OpenCalls) MarshalJSON() ([]byte, error)
- func (*StatsQuery_OpenCalls) ProtoMessage()
- func (m *StatsQuery_OpenCalls) ProtoReflect() preflect.Message
- func (m *StatsQuery_OpenCalls) Reset()
- func (m *StatsQuery_OpenCalls) SetGroupBy(fv []StatsQuery_OpenCalls_Groups)
- func (m *StatsQuery_OpenCalls) SetMethods(fv []string)
- func (m *StatsQuery_OpenCalls) SetResources(fv []string)
- func (m *StatsQuery_OpenCalls) SetVersions(fv []string)
- func (m *StatsQuery_OpenCalls) String() string
- func (m *StatsQuery_OpenCalls) Unmarshal(b []byte) error
- func (m *StatsQuery_OpenCalls) UnmarshalJSON(data []byte) error
- type StatsQuery_OpenCalls_
- type StatsQuery_OpenCalls_Groups
- func (StatsQuery_OpenCalls_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_OpenCalls_Groups) Enum() *StatsQuery_OpenCalls_Groups
- func (StatsQuery_OpenCalls_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_OpenCalls_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_OpenCalls_Groups) String() string
- func (StatsQuery_OpenCalls_Groups) Type() preflect.EnumType
- type StatsQuery_ResourceChangeLogs
- func (*StatsQuery_ResourceChangeLogs) Descriptor() ([]byte, []int)
- func (m *StatsQuery_ResourceChangeLogs) GetGroupBy() []StatsQuery_ResourceChangeLogs_Groups
- func (m *StatsQuery_ResourceChangeLogs) GetResourceTypes() []string
- func (m *StatsQuery_ResourceChangeLogs) GetType() StatsQuery_ResourceChangeLogs_Type
- func (*StatsQuery_ResourceChangeLogs) GotenMessage()
- func (obj *StatsQuery_ResourceChangeLogs) GotenValidate() error
- func (m *StatsQuery_ResourceChangeLogs) Marshal() ([]byte, error)
- func (m *StatsQuery_ResourceChangeLogs) MarshalJSON() ([]byte, error)
- func (*StatsQuery_ResourceChangeLogs) ProtoMessage()
- func (m *StatsQuery_ResourceChangeLogs) ProtoReflect() preflect.Message
- func (m *StatsQuery_ResourceChangeLogs) Reset()
- func (m *StatsQuery_ResourceChangeLogs) SetGroupBy(fv []StatsQuery_ResourceChangeLogs_Groups)
- func (m *StatsQuery_ResourceChangeLogs) SetResourceTypes(fv []string)
- func (m *StatsQuery_ResourceChangeLogs) SetType(fv StatsQuery_ResourceChangeLogs_Type)
- func (m *StatsQuery_ResourceChangeLogs) String() string
- func (m *StatsQuery_ResourceChangeLogs) Unmarshal(b []byte) error
- func (m *StatsQuery_ResourceChangeLogs) UnmarshalJSON(data []byte) error
- type StatsQuery_ResourceChangeLogsUsage
- type StatsQuery_ResourceChangeLogs_Groups
- func (StatsQuery_ResourceChangeLogs_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_ResourceChangeLogs_Groups) Enum() *StatsQuery_ResourceChangeLogs_Groups
- func (StatsQuery_ResourceChangeLogs_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_ResourceChangeLogs_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_ResourceChangeLogs_Groups) String() string
- func (StatsQuery_ResourceChangeLogs_Groups) Type() preflect.EnumType
- type StatsQuery_ResourceChangeLogs_Type
- func (StatsQuery_ResourceChangeLogs_Type) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_ResourceChangeLogs_Type) Enum() *StatsQuery_ResourceChangeLogs_Type
- func (StatsQuery_ResourceChangeLogs_Type) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_ResourceChangeLogs_Type) Number() preflect.EnumNumber
- func (x StatsQuery_ResourceChangeLogs_Type) String() string
- func (StatsQuery_ResourceChangeLogs_Type) Type() preflect.EnumType
- type StatsQuery_ResourceCount
- func (*StatsQuery_ResourceCount) Descriptor() ([]byte, []int)
- func (m *StatsQuery_ResourceCount) GetResources() []string
- func (*StatsQuery_ResourceCount) GotenMessage()
- func (obj *StatsQuery_ResourceCount) GotenValidate() error
- func (m *StatsQuery_ResourceCount) Marshal() ([]byte, error)
- func (m *StatsQuery_ResourceCount) MarshalJSON() ([]byte, error)
- func (*StatsQuery_ResourceCount) ProtoMessage()
- func (m *StatsQuery_ResourceCount) ProtoReflect() preflect.Message
- func (m *StatsQuery_ResourceCount) Reset()
- func (m *StatsQuery_ResourceCount) SetResources(fv []string)
- func (m *StatsQuery_ResourceCount) String() string
- func (m *StatsQuery_ResourceCount) Unmarshal(b []byte) error
- func (m *StatsQuery_ResourceCount) UnmarshalJSON(data []byte) error
- type StatsQuery_ResourceCount_
- type StatsQuery_StoreOperations
- func (*StatsQuery_StoreOperations) Descriptor() ([]byte, []int)
- func (m *StatsQuery_StoreOperations) GetGroupBy() []StatsQuery_StoreOperations_Groups
- func (m *StatsQuery_StoreOperations) GetMethods() []string
- func (m *StatsQuery_StoreOperations) GetOperations() []StatsQuery_StoreOperations_Operation
- func (m *StatsQuery_StoreOperations) GetResources() []string
- func (m *StatsQuery_StoreOperations) GetVersions() []string
- func (*StatsQuery_StoreOperations) GotenMessage()
- func (obj *StatsQuery_StoreOperations) GotenValidate() error
- func (m *StatsQuery_StoreOperations) Marshal() ([]byte, error)
- func (m *StatsQuery_StoreOperations) MarshalJSON() ([]byte, error)
- func (*StatsQuery_StoreOperations) ProtoMessage()
- func (m *StatsQuery_StoreOperations) ProtoReflect() preflect.Message
- func (m *StatsQuery_StoreOperations) Reset()
- func (m *StatsQuery_StoreOperations) SetGroupBy(fv []StatsQuery_StoreOperations_Groups)
- func (m *StatsQuery_StoreOperations) SetMethods(fv []string)
- func (m *StatsQuery_StoreOperations) SetOperations(fv []StatsQuery_StoreOperations_Operation)
- func (m *StatsQuery_StoreOperations) SetResources(fv []string)
- func (m *StatsQuery_StoreOperations) SetVersions(fv []string)
- func (m *StatsQuery_StoreOperations) String() string
- func (m *StatsQuery_StoreOperations) Unmarshal(b []byte) error
- func (m *StatsQuery_StoreOperations) UnmarshalJSON(data []byte) error
- type StatsQuery_StoreOperations_Groups
- func (StatsQuery_StoreOperations_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_StoreOperations_Groups) Enum() *StatsQuery_StoreOperations_Groups
- func (StatsQuery_StoreOperations_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_StoreOperations_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_StoreOperations_Groups) String() string
- func (StatsQuery_StoreOperations_Groups) Type() preflect.EnumType
- type StatsQuery_StoreOperations_Operation
- func (StatsQuery_StoreOperations_Operation) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_StoreOperations_Operation) Enum() *StatsQuery_StoreOperations_Operation
- func (StatsQuery_StoreOperations_Operation) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_StoreOperations_Operation) Number() preflect.EnumNumber
- func (x StatsQuery_StoreOperations_Operation) String() string
- func (StatsQuery_StoreOperations_Operation) Type() preflect.EnumType
- type StatsQuery_StoreUsage
- type StatsQuery_TimeSeries
- func (*StatsQuery_TimeSeries) Descriptor() ([]byte, []int)
- func (m *StatsQuery_TimeSeries) GetGroupBy() []StatsQuery_TimeSeries_Groups
- func (m *StatsQuery_TimeSeries) GetMetricTypes() []string
- func (m *StatsQuery_TimeSeries) GetResourceTypes() []string
- func (m *StatsQuery_TimeSeries) GetType() StatsQuery_TimeSeries_Type
- func (*StatsQuery_TimeSeries) GotenMessage()
- func (obj *StatsQuery_TimeSeries) GotenValidate() error
- func (m *StatsQuery_TimeSeries) Marshal() ([]byte, error)
- func (m *StatsQuery_TimeSeries) MarshalJSON() ([]byte, error)
- func (*StatsQuery_TimeSeries) ProtoMessage()
- func (m *StatsQuery_TimeSeries) ProtoReflect() preflect.Message
- func (m *StatsQuery_TimeSeries) Reset()
- func (m *StatsQuery_TimeSeries) SetGroupBy(fv []StatsQuery_TimeSeries_Groups)
- func (m *StatsQuery_TimeSeries) SetMetricTypes(fv []string)
- func (m *StatsQuery_TimeSeries) SetResourceTypes(fv []string)
- func (m *StatsQuery_TimeSeries) SetType(fv StatsQuery_TimeSeries_Type)
- func (m *StatsQuery_TimeSeries) String() string
- func (m *StatsQuery_TimeSeries) Unmarshal(b []byte) error
- func (m *StatsQuery_TimeSeries) UnmarshalJSON(data []byte) error
- type StatsQuery_TimeSeriesLatencies
- func (*StatsQuery_TimeSeriesLatencies) Descriptor() ([]byte, []int)
- func (m *StatsQuery_TimeSeriesLatencies) GetOfAp() *durationpb.Duration
- func (m *StatsQuery_TimeSeriesLatencies) GetReducer() StatsQuery_TimeSeriesLatencies_Reducer
- func (*StatsQuery_TimeSeriesLatencies) GotenMessage()
- func (obj *StatsQuery_TimeSeriesLatencies) GotenValidate() error
- func (m *StatsQuery_TimeSeriesLatencies) Marshal() ([]byte, error)
- func (m *StatsQuery_TimeSeriesLatencies) MarshalJSON() ([]byte, error)
- func (*StatsQuery_TimeSeriesLatencies) ProtoMessage()
- func (m *StatsQuery_TimeSeriesLatencies) ProtoReflect() preflect.Message
- func (m *StatsQuery_TimeSeriesLatencies) Reset()
- func (m *StatsQuery_TimeSeriesLatencies) SetOfAp(fv *durationpb.Duration)
- func (m *StatsQuery_TimeSeriesLatencies) SetReducer(fv StatsQuery_TimeSeriesLatencies_Reducer)
- func (m *StatsQuery_TimeSeriesLatencies) String() string
- func (m *StatsQuery_TimeSeriesLatencies) Unmarshal(b []byte) error
- func (m *StatsQuery_TimeSeriesLatencies) UnmarshalJSON(data []byte) error
- type StatsQuery_TimeSeriesLatencies_
- type StatsQuery_TimeSeriesLatencies_Reducer
- func (StatsQuery_TimeSeriesLatencies_Reducer) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_TimeSeriesLatencies_Reducer) Enum() *StatsQuery_TimeSeriesLatencies_Reducer
- func (StatsQuery_TimeSeriesLatencies_Reducer) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_TimeSeriesLatencies_Reducer) Number() preflect.EnumNumber
- func (x StatsQuery_TimeSeriesLatencies_Reducer) String() string
- func (StatsQuery_TimeSeriesLatencies_Reducer) Type() preflect.EnumType
- type StatsQuery_TimeSeriesUsage
- type StatsQuery_TimeSeries_Groups
- func (StatsQuery_TimeSeries_Groups) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_TimeSeries_Groups) Enum() *StatsQuery_TimeSeries_Groups
- func (StatsQuery_TimeSeries_Groups) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_TimeSeries_Groups) Number() preflect.EnumNumber
- func (x StatsQuery_TimeSeries_Groups) String() string
- func (StatsQuery_TimeSeries_Groups) Type() preflect.EnumType
- type StatsQuery_TimeSeries_Type
- func (StatsQuery_TimeSeries_Type) Descriptor() preflect.EnumDescriptor
- func (x StatsQuery_TimeSeries_Type) Enum() *StatsQuery_TimeSeries_Type
- func (StatsQuery_TimeSeries_Type) EnumDescriptor() ([]byte, []int)
- func (x StatsQuery_TimeSeries_Type) Number() preflect.EnumNumber
- func (x StatsQuery_TimeSeries_Type) String() string
- func (StatsQuery_TimeSeries_Type) Type() preflect.EnumType
- type TimeSerieServiceClient
- type TimeSerieServiceDescriptor
- func (d *TimeSerieServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *TimeSerieServiceDescriptor) GetApiName() string
- func (d *TimeSerieServiceDescriptor) GetFullAPIName() string
- func (d *TimeSerieServiceDescriptor) GetProtoPkgName() string
- func (d *TimeSerieServiceDescriptor) GetServiceDomain() string
- func (d *TimeSerieServiceDescriptor) GetServiceVersion() string
Constants ¶
This section is empty.
Variables ¶
var ( StatsQuery_CallLatencies_Groups_name = map[int32]string{ 0: "METHOD", 1: "VERSION", 2: "RESOURCE_TYPE", } StatsQuery_CallLatencies_Groups_value = map[string]int32{ "METHOD": 0, "VERSION": 1, "RESOURCE_TYPE": 2, } )
var ( StatsQuery_CallLatencies_Reducer_name = map[int32]string{ 0: "SUMMARY", 1: "MIN", 2: "MAX", 3: "P50", 4: "P95", 5: "P99", 6: "MEAN", 7: "STD_DEV", } StatsQuery_CallLatencies_Reducer_value = map[string]int32{ "SUMMARY": 0, "MIN": 1, "MAX": 2, "P50": 3, "P95": 4, "P99": 5, "MEAN": 6, "STD_DEV": 7, } )
var ( StatsQuery_ExecutedCalls_Groups_name = map[int32]string{ 0: "METHOD", 1: "VERSION", 2: "RESOURCE_TYPE", } StatsQuery_ExecutedCalls_Groups_value = map[string]int32{ "METHOD": 0, "VERSION": 1, "RESOURCE_TYPE": 2, } )
var ( StatsQuery_OpenCalls_Groups_name = map[int32]string{ 0: "METHOD", 1: "VERSION", 2: "RESOURCE_TYPE", } StatsQuery_OpenCalls_Groups_value = map[string]int32{ "METHOD": 0, "VERSION": 1, "RESOURCE_TYPE": 2, } )
var ( StatsQuery_ErrorCounts_Groups_name = map[int32]string{ 0: "METHOD", 1: "VERSION", 2: "RESOURCE_TYPE", 3: "RESPONSE_CODE", } StatsQuery_ErrorCounts_Groups_value = map[string]int32{ "METHOD": 0, "VERSION": 1, "RESOURCE_TYPE": 2, "RESPONSE_CODE": 3, } )
var ( StatsQuery_IngressThroughput_Groups_name = map[int32]string{ 0: "METHOD", 1: "VERSION", 2: "RESOURCE_TYPE", } StatsQuery_IngressThroughput_Groups_value = map[string]int32{ "METHOD": 0, "VERSION": 1, "RESOURCE_TYPE": 2, } )
var ( StatsQuery_EgressThroughput_Groups_name = map[int32]string{ 0: "METHOD", 1: "VERSION", 2: "RESOURCE_TYPE", } StatsQuery_EgressThroughput_Groups_value = map[string]int32{ "METHOD": 0, "VERSION": 1, "RESOURCE_TYPE": 2, } )
var ( StatsQuery_StoreOperations_Groups_name = map[int32]string{ 0: "METHOD", 1: "VERSION", 2: "RESOURCE_TYPE", 3: "OPERATION", } StatsQuery_StoreOperations_Groups_value = map[string]int32{ "METHOD": 0, "VERSION": 1, "RESOURCE_TYPE": 2, "OPERATION": 3, } )
var ( StatsQuery_StoreOperations_Operation_name = map[int32]string{ 0: "UNDEFINED", 1: "GET", 2: "LIST", 3: "SEARCH", 4: "WATCH", 5: "CREATE", 6: "UPDATE", 7: "DELETE", } StatsQuery_StoreOperations_Operation_value = map[string]int32{ "UNDEFINED": 0, "GET": 1, "LIST": 2, "SEARCH": 3, "WATCH": 4, "CREATE": 5, "UPDATE": 6, "DELETE": 7, } )
var ( StatsQuery_Logs_Groups_name = map[int32]string{ 0: "LOG_TYPE", } StatsQuery_Logs_Groups_value = map[string]int32{ "LOG_TYPE": 0, } )
var ( StatsQuery_Logs_Type_name = map[int32]string{ 0: "UNDEFINED", 1: "READS", 2: "WRITES", } StatsQuery_Logs_Type_value = map[string]int32{ "UNDEFINED": 0, "READS": 1, "WRITES": 2, } )
var ( StatsQuery_ActivityLogs_Groups_name = map[int32]string{ 0: "METHOD", 1: "VERSION", 2: "CATEGORY", } StatsQuery_ActivityLogs_Groups_value = map[string]int32{ "METHOD": 0, "VERSION": 1, "CATEGORY": 2, } )
var ( StatsQuery_ActivityLogs_Type_name = map[int32]string{ 0: "UNDEFINED", 1: "READS", 2: "WRITES", } StatsQuery_ActivityLogs_Type_value = map[string]int32{ "UNDEFINED": 0, "READS": 1, "WRITES": 2, } )
var ( StatsQuery_ResourceChangeLogs_Groups_name = map[int32]string{ 0: "RESOURCE_TYPE", } StatsQuery_ResourceChangeLogs_Groups_value = map[string]int32{ "RESOURCE_TYPE": 0, } )
var ( StatsQuery_ResourceChangeLogs_Type_name = map[int32]string{ 0: "UNDEFINED", 1: "READS", 2: "WRITES", } StatsQuery_ResourceChangeLogs_Type_value = map[string]int32{ "UNDEFINED": 0, "READS": 1, "WRITES": 2, } )
var ( StatsQuery_TimeSeries_Groups_name = map[int32]string{ 0: "RESOURCE_TYPE", 1: "METRIC_TYPE", } StatsQuery_TimeSeries_Groups_value = map[string]int32{ "RESOURCE_TYPE": 0, "METRIC_TYPE": 1, } )
var ( StatsQuery_TimeSeries_Type_name = map[int32]string{ 0: "UNDEFINED", 1: "READS", 2: "RAW_WRITES", 3: "ROLLUP_WRITES", } StatsQuery_TimeSeries_Type_value = map[string]int32{ "UNDEFINED": 0, "READS": 1, "RAW_WRITES": 2, "ROLLUP_WRITES": 3, } )
var ( StatsQuery_TimeSeriesLatencies_Reducer_name = map[int32]string{ 0: "SUMMARY", 1: "MIN", 2: "MAX", 3: "P50", 4: "P95", 5: "P99", 6: "MEAN", 7: "STD_DEV", } StatsQuery_TimeSeriesLatencies_Reducer_value = map[string]int32{ "SUMMARY": 0, "MIN": 1, "MAX": 2, "P50": 3, "P95": 4, "P99": 5, "MEAN": 6, "STD_DEV": 7, } )
Functions ¶
This section is empty.
Types ¶
type CreateTimeSeriesDescriptor ¶
type CreateTimeSeriesDescriptor struct{}
func GetCreateTimeSeriesDescriptor ¶
func GetCreateTimeSeriesDescriptor() *CreateTimeSeriesDescriptor
func (*CreateTimeSeriesDescriptor) GetApiDescriptor ¶
func (d *CreateTimeSeriesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*CreateTimeSeriesDescriptor) GetApiName ¶
func (d *CreateTimeSeriesDescriptor) GetApiName() string
func (*CreateTimeSeriesDescriptor) GetClientMsgReflectHandle ¶
func (d *CreateTimeSeriesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateTimeSeriesDescriptor) GetFullMethodName ¶
func (d *CreateTimeSeriesDescriptor) GetFullMethodName() string
func (*CreateTimeSeriesDescriptor) GetMethodName ¶
func (d *CreateTimeSeriesDescriptor) GetMethodName() string
func (*CreateTimeSeriesDescriptor) GetProtoPkgName ¶
func (d *CreateTimeSeriesDescriptor) GetProtoPkgName() string
func (*CreateTimeSeriesDescriptor) GetResourceDescriptor ¶
func (d *CreateTimeSeriesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*CreateTimeSeriesDescriptor) GetServerMsgReflectHandle ¶
func (d *CreateTimeSeriesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*CreateTimeSeriesDescriptor) GetServiceDomain ¶
func (d *CreateTimeSeriesDescriptor) GetServiceDomain() string
func (*CreateTimeSeriesDescriptor) GetServiceVersion ¶
func (d *CreateTimeSeriesDescriptor) GetServiceVersion() string
func (*CreateTimeSeriesDescriptor) GetVerb ¶
func (d *CreateTimeSeriesDescriptor) GetVerb() string
func (*CreateTimeSeriesDescriptor) HasResource ¶
func (d *CreateTimeSeriesDescriptor) HasResource() bool
func (*CreateTimeSeriesDescriptor) IsClientStream ¶
func (d *CreateTimeSeriesDescriptor) IsClientStream() bool
func (*CreateTimeSeriesDescriptor) IsCollection ¶
func (d *CreateTimeSeriesDescriptor) IsCollection() bool
func (*CreateTimeSeriesDescriptor) IsPlural ¶
func (d *CreateTimeSeriesDescriptor) IsPlural() bool
func (*CreateTimeSeriesDescriptor) IsServerStream ¶
func (d *CreateTimeSeriesDescriptor) IsServerStream() bool
func (*CreateTimeSeriesDescriptor) IsUnary ¶
func (d *CreateTimeSeriesDescriptor) IsUnary() bool
func (*CreateTimeSeriesDescriptor) NewEmptyClientMsg ¶
func (d *CreateTimeSeriesDescriptor) NewEmptyClientMsg() proto.Message
func (*CreateTimeSeriesDescriptor) NewEmptyServerMsg ¶
func (d *CreateTimeSeriesDescriptor) NewEmptyServerMsg() proto.Message
func (*CreateTimeSeriesDescriptor) RequestHasResourceBody ¶
func (d *CreateTimeSeriesDescriptor) RequestHasResourceBody() bool
type CreateTimeSeriesDescriptorClientMsgHandle ¶
type CreateTimeSeriesDescriptorClientMsgHandle struct{}
func (*CreateTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *CreateTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateTimeSeriesDescriptorServerMsgHandle ¶
type CreateTimeSeriesDescriptorServerMsgHandle struct{}
func (*CreateTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *CreateTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type CreateTimeSeriesError ¶
type CreateTimeSeriesError struct { // The time series, including the `Metric`, `MonitoredResource`, // and `Point`s (including timestamp and value) that resulted // in the error. This field provides all of the context that // would be needed to retry the operation. TimeSeries *time_serie.TimeSerie `protobuf:"bytes,1,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty" firestore:"timeSeries"` // The status of the requested write operation. Status *rpc.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty" firestore:"status"` // contains filtered or unexported fields }
Describes the result of a failed request to write data to a time series.
func (*CreateTimeSeriesError) Descriptor ¶
func (*CreateTimeSeriesError) Descriptor() ([]byte, []int)
Deprecated, Use CreateTimeSeriesError.ProtoReflect.Descriptor instead.
func (*CreateTimeSeriesError) GetStatus ¶
func (m *CreateTimeSeriesError) GetStatus() *rpc.Status
func (*CreateTimeSeriesError) GetTimeSeries ¶
func (m *CreateTimeSeriesError) GetTimeSeries() *time_serie.TimeSerie
func (*CreateTimeSeriesError) GotenMessage ¶
func (*CreateTimeSeriesError) GotenMessage()
func (*CreateTimeSeriesError) GotenValidate ¶
func (obj *CreateTimeSeriesError) GotenValidate() error
func (*CreateTimeSeriesError) Marshal ¶
func (m *CreateTimeSeriesError) Marshal() ([]byte, error)
func (*CreateTimeSeriesError) MarshalJSON ¶
func (m *CreateTimeSeriesError) MarshalJSON() ([]byte, error)
func (*CreateTimeSeriesError) ProtoMessage ¶
func (*CreateTimeSeriesError) ProtoMessage()
func (*CreateTimeSeriesError) ProtoReflect ¶
func (m *CreateTimeSeriesError) ProtoReflect() preflect.Message
func (*CreateTimeSeriesError) Reset ¶
func (m *CreateTimeSeriesError) Reset()
func (*CreateTimeSeriesError) SetStatus ¶
func (m *CreateTimeSeriesError) SetStatus(fv *rpc.Status)
func (*CreateTimeSeriesError) SetTimeSeries ¶
func (m *CreateTimeSeriesError) SetTimeSeries(fv *time_serie.TimeSerie)
func (*CreateTimeSeriesError) String ¶
func (m *CreateTimeSeriesError) String() string
func (*CreateTimeSeriesError) Unmarshal ¶
func (m *CreateTimeSeriesError) Unmarshal(b []byte) error
func (*CreateTimeSeriesError) UnmarshalJSON ¶
func (m *CreateTimeSeriesError) UnmarshalJSON(data []byte) error
type CreateTimeSeriesRequest ¶
type CreateTimeSeriesRequest struct { // The project on which to execute the request. The format is // "projects/{project_id}", or // "projects/{project_id}/regions/{region_id}/buckets/{bucket_id}" Parent string `protobuf:"bytes,3,opt,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // The new data to be added to a list of time series. // Adds at most one data point to each of several time series. The new data // point must be more recent than any other point in its time series. Each // `TimeSeries` value must fully specify a unique time series by supplying // all label values for the metric and the monitored resource. TimeSeries []*time_serie.TimeSerie `protobuf:"bytes,2,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty" firestore:"timeSeries"` // contains filtered or unexported fields }
Request message for method [CreateTimeSeries][ntt.monitoring.v4.CreateTimeSeries]
func (*CreateTimeSeriesRequest) Descriptor ¶
func (*CreateTimeSeriesRequest) Descriptor() ([]byte, []int)
Deprecated, Use CreateTimeSeriesRequest.ProtoReflect.Descriptor instead.
func (*CreateTimeSeriesRequest) GetParent ¶
func (m *CreateTimeSeriesRequest) GetParent() string
func (*CreateTimeSeriesRequest) GetTimeSeries ¶
func (m *CreateTimeSeriesRequest) GetTimeSeries() []*time_serie.TimeSerie
func (*CreateTimeSeriesRequest) GotenMessage ¶
func (*CreateTimeSeriesRequest) GotenMessage()
func (*CreateTimeSeriesRequest) GotenValidate ¶
func (obj *CreateTimeSeriesRequest) GotenValidate() error
func (*CreateTimeSeriesRequest) Marshal ¶
func (m *CreateTimeSeriesRequest) Marshal() ([]byte, error)
func (*CreateTimeSeriesRequest) MarshalJSON ¶
func (m *CreateTimeSeriesRequest) MarshalJSON() ([]byte, error)
func (*CreateTimeSeriesRequest) ProtoMessage ¶
func (*CreateTimeSeriesRequest) ProtoMessage()
func (*CreateTimeSeriesRequest) ProtoReflect ¶
func (m *CreateTimeSeriesRequest) ProtoReflect() preflect.Message
func (*CreateTimeSeriesRequest) Reset ¶
func (m *CreateTimeSeriesRequest) Reset()
func (*CreateTimeSeriesRequest) SetParent ¶
func (m *CreateTimeSeriesRequest) SetParent(fv string)
func (*CreateTimeSeriesRequest) SetTimeSeries ¶
func (m *CreateTimeSeriesRequest) SetTimeSeries(fv []*time_serie.TimeSerie)
func (*CreateTimeSeriesRequest) String ¶
func (m *CreateTimeSeriesRequest) String() string
func (*CreateTimeSeriesRequest) Unmarshal ¶
func (m *CreateTimeSeriesRequest) Unmarshal(b []byte) error
func (*CreateTimeSeriesRequest) UnmarshalJSON ¶
func (m *CreateTimeSeriesRequest) UnmarshalJSON(data []byte) error
type CreateTimeSeriesResponse ¶
type CreateTimeSeriesResponse struct { // Time Serie keys indexed by Create position - present only when given // TimeSerie didn't use Key field TimeSerieKeys map[uint32][]byte `` /* 218-byte string literal not displayed */ // Time series that failed to be created FailedTimeSeries []*CreateTimeSeriesError `` /* 141-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for method [CreateTimeSeries][ntt.monitoring.v4.CreateTimeSeries]
func (*CreateTimeSeriesResponse) Descriptor ¶
func (*CreateTimeSeriesResponse) Descriptor() ([]byte, []int)
Deprecated, Use CreateTimeSeriesResponse.ProtoReflect.Descriptor instead.
func (*CreateTimeSeriesResponse) GetFailedTimeSeries ¶
func (m *CreateTimeSeriesResponse) GetFailedTimeSeries() []*CreateTimeSeriesError
func (*CreateTimeSeriesResponse) GetTimeSerieKeys ¶
func (m *CreateTimeSeriesResponse) GetTimeSerieKeys() map[uint32][]byte
func (*CreateTimeSeriesResponse) GotenMessage ¶
func (*CreateTimeSeriesResponse) GotenMessage()
func (*CreateTimeSeriesResponse) GotenValidate ¶
func (obj *CreateTimeSeriesResponse) GotenValidate() error
func (*CreateTimeSeriesResponse) Marshal ¶
func (m *CreateTimeSeriesResponse) Marshal() ([]byte, error)
func (*CreateTimeSeriesResponse) MarshalJSON ¶
func (m *CreateTimeSeriesResponse) MarshalJSON() ([]byte, error)
func (*CreateTimeSeriesResponse) ProtoMessage ¶
func (*CreateTimeSeriesResponse) ProtoMessage()
func (*CreateTimeSeriesResponse) ProtoReflect ¶
func (m *CreateTimeSeriesResponse) ProtoReflect() preflect.Message
func (*CreateTimeSeriesResponse) Reset ¶
func (m *CreateTimeSeriesResponse) Reset()
func (*CreateTimeSeriesResponse) SetFailedTimeSeries ¶
func (m *CreateTimeSeriesResponse) SetFailedTimeSeries(fv []*CreateTimeSeriesError)
func (*CreateTimeSeriesResponse) SetTimeSerieKeys ¶
func (m *CreateTimeSeriesResponse) SetTimeSerieKeys(fv map[uint32][]byte)
func (*CreateTimeSeriesResponse) String ¶
func (m *CreateTimeSeriesResponse) String() string
func (*CreateTimeSeriesResponse) Unmarshal ¶
func (m *CreateTimeSeriesResponse) Unmarshal(b []byte) error
func (*CreateTimeSeriesResponse) UnmarshalJSON ¶
func (m *CreateTimeSeriesResponse) UnmarshalJSON(data []byte) error
type ListTimeSeriesDescriptor ¶
type ListTimeSeriesDescriptor struct{}
func GetListTimeSeriesDescriptor ¶
func GetListTimeSeriesDescriptor() *ListTimeSeriesDescriptor
func (*ListTimeSeriesDescriptor) GetApiDescriptor ¶
func (d *ListTimeSeriesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*ListTimeSeriesDescriptor) GetApiName ¶
func (d *ListTimeSeriesDescriptor) GetApiName() string
func (*ListTimeSeriesDescriptor) GetClientMsgReflectHandle ¶
func (d *ListTimeSeriesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListTimeSeriesDescriptor) GetFullMethodName ¶
func (d *ListTimeSeriesDescriptor) GetFullMethodName() string
func (*ListTimeSeriesDescriptor) GetMethodName ¶
func (d *ListTimeSeriesDescriptor) GetMethodName() string
func (*ListTimeSeriesDescriptor) GetProtoPkgName ¶
func (d *ListTimeSeriesDescriptor) GetProtoPkgName() string
func (*ListTimeSeriesDescriptor) GetResourceDescriptor ¶
func (d *ListTimeSeriesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*ListTimeSeriesDescriptor) GetServerMsgReflectHandle ¶
func (d *ListTimeSeriesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*ListTimeSeriesDescriptor) GetServiceDomain ¶
func (d *ListTimeSeriesDescriptor) GetServiceDomain() string
func (*ListTimeSeriesDescriptor) GetServiceVersion ¶
func (d *ListTimeSeriesDescriptor) GetServiceVersion() string
func (*ListTimeSeriesDescriptor) GetVerb ¶
func (d *ListTimeSeriesDescriptor) GetVerb() string
func (*ListTimeSeriesDescriptor) HasResource ¶
func (d *ListTimeSeriesDescriptor) HasResource() bool
func (*ListTimeSeriesDescriptor) IsClientStream ¶
func (d *ListTimeSeriesDescriptor) IsClientStream() bool
func (*ListTimeSeriesDescriptor) IsCollection ¶
func (d *ListTimeSeriesDescriptor) IsCollection() bool
func (*ListTimeSeriesDescriptor) IsPlural ¶
func (d *ListTimeSeriesDescriptor) IsPlural() bool
func (*ListTimeSeriesDescriptor) IsServerStream ¶
func (d *ListTimeSeriesDescriptor) IsServerStream() bool
func (*ListTimeSeriesDescriptor) IsUnary ¶
func (d *ListTimeSeriesDescriptor) IsUnary() bool
func (*ListTimeSeriesDescriptor) NewEmptyClientMsg ¶
func (d *ListTimeSeriesDescriptor) NewEmptyClientMsg() proto.Message
func (*ListTimeSeriesDescriptor) NewEmptyServerMsg ¶
func (d *ListTimeSeriesDescriptor) NewEmptyServerMsg() proto.Message
func (*ListTimeSeriesDescriptor) RequestHasResourceBody ¶
func (d *ListTimeSeriesDescriptor) RequestHasResourceBody() bool
type ListTimeSeriesDescriptorClientMsgHandle ¶
type ListTimeSeriesDescriptorClientMsgHandle struct{}
func (*ListTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *ListTimeSeriesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListTimeSeriesDescriptorServerMsgHandle ¶
type ListTimeSeriesDescriptorServerMsgHandle struct{}
func (*ListTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *ListTimeSeriesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListTimeSeriesRequest ¶
type ListTimeSeriesRequest struct { // The project on which to execute the request. The format is // "projects/{project_id}", or // "projects/{project_id}/regions/{region_id}/buckets/{bucket_id}" Parent string `protobuf:"bytes,10,opt,name=parent,proto3" json:"parent,omitempty" firestore:"parent"` // A monitoring filter that specifies which time // series should be returned. The filter must specify a single metric type, // and can additionally specify metric labels and other information. For // example: // // metric.type = "compute.googleapis.com/instance/cpu/usage_time" AND // metric.label.instance_name = "my-instance-name" Filter *time_serie.Filter `protobuf:"bytes,2,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"` // The time interval for which results should be returned. Only time series // that contain data points in the specified interval are included // in the response. Interval *common.TimeInterval `protobuf:"bytes,4,opt,name=interval,proto3" json:"interval,omitempty" firestore:"interval"` // By default, the raw time series data is returned. // Use this field to combine multiple time series for different // views of the data. Aggregation *common.Aggregation `protobuf:"bytes,5,opt,name=aggregation,proto3" json:"aggregation,omitempty" firestore:"aggregation"` // Unsupported: must be left blank. The points in each time series are // returned in reverse time order. OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"` // Specifies which information is returned about the time series. View common.TimeSeriesView `protobuf:"varint,7,opt,name=view,proto3,enum=ntt.monitoring.v4.TimeSeriesView" json:"view,omitempty" firestore:"view"` // view list mask. Optimize network usage and limit returned header fields to // a required subset. example fields in field mask: // - "key": for later caching, // - "resource.labels.project_id", "resource.labels.instance_name", etc - // specific labels only // - "resource", "metric": all resource labels, reduced_labels and type // NOTE: points are added implicitly FieldMask *time_serie.TimeSerie_FieldMask `` /* 142-byte string literal not displayed */ // A positive number that is the maximum number of results to return. If // `page_size` is empty or more than 100,000 results, the effective // `page_size` is 100,000 results. If `view` is set to `FULL`, this is the // maximum number of `Points` returned. If `view` is set to `HEADERS`, this is // the maximum number of `TimeSeries` returned. PageSize int32 `protobuf:"varint,8,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // If this field is not empty then it must contain the `nextPageToken` value // returned by a previous call to this method. Using this field causes the // method to return additional results from the previous method call. PageToken string `protobuf:"bytes,9,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty" firestore:"pageToken"` // contains filtered or unexported fields }
Request message for method [ListTimeSeries][ntt.monitoring.v4.ListTimeSeries]
func (*ListTimeSeriesRequest) Descriptor ¶
func (*ListTimeSeriesRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListTimeSeriesRequest.ProtoReflect.Descriptor instead.
func (*ListTimeSeriesRequest) GetAggregation ¶
func (m *ListTimeSeriesRequest) GetAggregation() *common.Aggregation
func (*ListTimeSeriesRequest) GetFieldMask ¶
func (m *ListTimeSeriesRequest) GetFieldMask() *time_serie.TimeSerie_FieldMask
func (*ListTimeSeriesRequest) GetFilter ¶
func (m *ListTimeSeriesRequest) GetFilter() *time_serie.Filter
func (*ListTimeSeriesRequest) GetInterval ¶
func (m *ListTimeSeriesRequest) GetInterval() *common.TimeInterval
func (*ListTimeSeriesRequest) GetOrderBy ¶
func (m *ListTimeSeriesRequest) GetOrderBy() string
func (*ListTimeSeriesRequest) GetPageSize ¶
func (m *ListTimeSeriesRequest) GetPageSize() int32
func (*ListTimeSeriesRequest) GetPageToken ¶
func (m *ListTimeSeriesRequest) GetPageToken() string
func (*ListTimeSeriesRequest) GetParent ¶
func (m *ListTimeSeriesRequest) GetParent() string
func (*ListTimeSeriesRequest) GetView ¶
func (m *ListTimeSeriesRequest) GetView() common.TimeSeriesView
func (*ListTimeSeriesRequest) GotenMessage ¶
func (*ListTimeSeriesRequest) GotenMessage()
func (*ListTimeSeriesRequest) GotenValidate ¶
func (obj *ListTimeSeriesRequest) GotenValidate() error
func (*ListTimeSeriesRequest) Marshal ¶
func (m *ListTimeSeriesRequest) Marshal() ([]byte, error)
func (*ListTimeSeriesRequest) MarshalJSON ¶
func (m *ListTimeSeriesRequest) MarshalJSON() ([]byte, error)
func (*ListTimeSeriesRequest) ProtoMessage ¶
func (*ListTimeSeriesRequest) ProtoMessage()
func (*ListTimeSeriesRequest) ProtoReflect ¶
func (m *ListTimeSeriesRequest) ProtoReflect() preflect.Message
func (*ListTimeSeriesRequest) Reset ¶
func (m *ListTimeSeriesRequest) Reset()
func (*ListTimeSeriesRequest) SetAggregation ¶
func (m *ListTimeSeriesRequest) SetAggregation(fv *common.Aggregation)
func (*ListTimeSeriesRequest) SetFieldMask ¶
func (m *ListTimeSeriesRequest) SetFieldMask(fv *time_serie.TimeSerie_FieldMask)
func (*ListTimeSeriesRequest) SetFilter ¶
func (m *ListTimeSeriesRequest) SetFilter(fv *time_serie.Filter)
func (*ListTimeSeriesRequest) SetInterval ¶
func (m *ListTimeSeriesRequest) SetInterval(fv *common.TimeInterval)
func (*ListTimeSeriesRequest) SetOrderBy ¶
func (m *ListTimeSeriesRequest) SetOrderBy(fv string)
func (*ListTimeSeriesRequest) SetPageSize ¶
func (m *ListTimeSeriesRequest) SetPageSize(fv int32)
func (*ListTimeSeriesRequest) SetPageToken ¶
func (m *ListTimeSeriesRequest) SetPageToken(fv string)
func (*ListTimeSeriesRequest) SetParent ¶
func (m *ListTimeSeriesRequest) SetParent(fv string)
func (*ListTimeSeriesRequest) SetView ¶
func (m *ListTimeSeriesRequest) SetView(fv common.TimeSeriesView)
func (*ListTimeSeriesRequest) String ¶
func (m *ListTimeSeriesRequest) String() string
func (*ListTimeSeriesRequest) Unmarshal ¶
func (m *ListTimeSeriesRequest) Unmarshal(b []byte) error
func (*ListTimeSeriesRequest) UnmarshalJSON ¶
func (m *ListTimeSeriesRequest) UnmarshalJSON(data []byte) error
type ListTimeSeriesResponse ¶
type ListTimeSeriesResponse struct { // One or more time series that match the filter included in the request. TimeSeries []*time_serie.TimeSerie `protobuf:"bytes,1,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty" firestore:"timeSeries"` // If there are more results than have been returned, then this field is set // to a non-empty value. To see the additional results, // use that value as `pageToken` in the next call to this method. NextPageToken string `` /* 128-byte string literal not displayed */ // Query execution errors that may have caused the time series data returned // to be incomplete. ExecutionErrors []*rpc.Status `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for method [ListTimeSeries][ntt.monitoring.v4.ListTimeSeries]
func (*ListTimeSeriesResponse) Descriptor ¶
func (*ListTimeSeriesResponse) Descriptor() ([]byte, []int)
Deprecated, Use ListTimeSeriesResponse.ProtoReflect.Descriptor instead.
func (*ListTimeSeriesResponse) GetExecutionErrors ¶
func (m *ListTimeSeriesResponse) GetExecutionErrors() []*rpc.Status
func (*ListTimeSeriesResponse) GetNextPageToken ¶
func (m *ListTimeSeriesResponse) GetNextPageToken() string
func (*ListTimeSeriesResponse) GetTimeSeries ¶
func (m *ListTimeSeriesResponse) GetTimeSeries() []*time_serie.TimeSerie
func (*ListTimeSeriesResponse) GotenMessage ¶
func (*ListTimeSeriesResponse) GotenMessage()
func (*ListTimeSeriesResponse) GotenValidate ¶
func (obj *ListTimeSeriesResponse) GotenValidate() error
func (*ListTimeSeriesResponse) Marshal ¶
func (m *ListTimeSeriesResponse) Marshal() ([]byte, error)
func (*ListTimeSeriesResponse) MarshalJSON ¶
func (m *ListTimeSeriesResponse) MarshalJSON() ([]byte, error)
func (*ListTimeSeriesResponse) ProtoMessage ¶
func (*ListTimeSeriesResponse) ProtoMessage()
func (*ListTimeSeriesResponse) ProtoReflect ¶
func (m *ListTimeSeriesResponse) ProtoReflect() preflect.Message
func (*ListTimeSeriesResponse) Reset ¶
func (m *ListTimeSeriesResponse) Reset()
func (*ListTimeSeriesResponse) SetExecutionErrors ¶
func (m *ListTimeSeriesResponse) SetExecutionErrors(fv []*rpc.Status)
func (*ListTimeSeriesResponse) SetNextPageToken ¶
func (m *ListTimeSeriesResponse) SetNextPageToken(fv string)
func (*ListTimeSeriesResponse) SetTimeSeries ¶
func (m *ListTimeSeriesResponse) SetTimeSeries(fv []*time_serie.TimeSerie)
func (*ListTimeSeriesResponse) String ¶
func (m *ListTimeSeriesResponse) String() string
func (*ListTimeSeriesResponse) Unmarshal ¶
func (m *ListTimeSeriesResponse) Unmarshal(b []byte) error
func (*ListTimeSeriesResponse) UnmarshalJSON ¶
func (m *ListTimeSeriesResponse) UnmarshalJSON(data []byte) error
type ListTimeSeriesResponse_ErrorDetails ¶
type ListTimeSeriesResponse_ErrorDetails struct { // region id which failed to give results. RegionId string `protobuf:"bytes,1,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` // contains filtered or unexported fields }
ErrorDetails is used when one of the queried regions fails to produce results. It is used in execution_errors field (see subfield ntt.rpc.Status.details).
func (*ListTimeSeriesResponse_ErrorDetails) Descriptor ¶
func (*ListTimeSeriesResponse_ErrorDetails) Descriptor() ([]byte, []int)
Deprecated, Use ListTimeSeriesResponse_ErrorDetails.ProtoReflect.Descriptor instead.
func (*ListTimeSeriesResponse_ErrorDetails) GetRegionId ¶
func (m *ListTimeSeriesResponse_ErrorDetails) GetRegionId() string
func (*ListTimeSeriesResponse_ErrorDetails) GotenMessage ¶
func (*ListTimeSeriesResponse_ErrorDetails) GotenMessage()
func (*ListTimeSeriesResponse_ErrorDetails) GotenValidate ¶
func (obj *ListTimeSeriesResponse_ErrorDetails) GotenValidate() error
func (*ListTimeSeriesResponse_ErrorDetails) Marshal ¶
func (m *ListTimeSeriesResponse_ErrorDetails) Marshal() ([]byte, error)
func (*ListTimeSeriesResponse_ErrorDetails) MarshalJSON ¶
func (m *ListTimeSeriesResponse_ErrorDetails) MarshalJSON() ([]byte, error)
func (*ListTimeSeriesResponse_ErrorDetails) ProtoMessage ¶
func (*ListTimeSeriesResponse_ErrorDetails) ProtoMessage()
func (*ListTimeSeriesResponse_ErrorDetails) ProtoReflect ¶
func (m *ListTimeSeriesResponse_ErrorDetails) ProtoReflect() preflect.Message
func (*ListTimeSeriesResponse_ErrorDetails) Reset ¶
func (m *ListTimeSeriesResponse_ErrorDetails) Reset()
func (*ListTimeSeriesResponse_ErrorDetails) SetRegionId ¶
func (m *ListTimeSeriesResponse_ErrorDetails) SetRegionId(fv string)
func (*ListTimeSeriesResponse_ErrorDetails) String ¶
func (m *ListTimeSeriesResponse_ErrorDetails) String() string
func (*ListTimeSeriesResponse_ErrorDetails) Unmarshal ¶
func (m *ListTimeSeriesResponse_ErrorDetails) Unmarshal(b []byte) error
func (*ListTimeSeriesResponse_ErrorDetails) UnmarshalJSON ¶
func (m *ListTimeSeriesResponse_ErrorDetails) UnmarshalJSON(data []byte) error
type QueryProjectTimeSeriesStatsDescriptor ¶
type QueryProjectTimeSeriesStatsDescriptor struct{}
func GetQueryProjectTimeSeriesStatsDescriptor ¶
func GetQueryProjectTimeSeriesStatsDescriptor() *QueryProjectTimeSeriesStatsDescriptor
func (*QueryProjectTimeSeriesStatsDescriptor) GetApiDescriptor ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*QueryProjectTimeSeriesStatsDescriptor) GetApiName ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetApiName() string
func (*QueryProjectTimeSeriesStatsDescriptor) GetClientMsgReflectHandle ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*QueryProjectTimeSeriesStatsDescriptor) GetFullMethodName ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetFullMethodName() string
func (*QueryProjectTimeSeriesStatsDescriptor) GetMethodName ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetMethodName() string
func (*QueryProjectTimeSeriesStatsDescriptor) GetProtoPkgName ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetProtoPkgName() string
func (*QueryProjectTimeSeriesStatsDescriptor) GetResourceDescriptor ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*QueryProjectTimeSeriesStatsDescriptor) GetServerMsgReflectHandle ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*QueryProjectTimeSeriesStatsDescriptor) GetServiceDomain ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetServiceDomain() string
func (*QueryProjectTimeSeriesStatsDescriptor) GetServiceVersion ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetServiceVersion() string
func (*QueryProjectTimeSeriesStatsDescriptor) GetVerb ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) GetVerb() string
func (*QueryProjectTimeSeriesStatsDescriptor) HasResource ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) HasResource() bool
func (*QueryProjectTimeSeriesStatsDescriptor) IsClientStream ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) IsClientStream() bool
func (*QueryProjectTimeSeriesStatsDescriptor) IsCollection ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) IsCollection() bool
func (*QueryProjectTimeSeriesStatsDescriptor) IsPlural ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) IsPlural() bool
func (*QueryProjectTimeSeriesStatsDescriptor) IsServerStream ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) IsServerStream() bool
func (*QueryProjectTimeSeriesStatsDescriptor) IsUnary ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) IsUnary() bool
func (*QueryProjectTimeSeriesStatsDescriptor) NewEmptyClientMsg ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) NewEmptyClientMsg() proto.Message
func (*QueryProjectTimeSeriesStatsDescriptor) NewEmptyServerMsg ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) NewEmptyServerMsg() proto.Message
func (*QueryProjectTimeSeriesStatsDescriptor) RequestHasResourceBody ¶
func (d *QueryProjectTimeSeriesStatsDescriptor) RequestHasResourceBody() bool
type QueryProjectTimeSeriesStatsDescriptorClientMsgHandle ¶
type QueryProjectTimeSeriesStatsDescriptorClientMsgHandle struct{}
func (*QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *QueryProjectTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type QueryProjectTimeSeriesStatsDescriptorServerMsgHandle ¶
type QueryProjectTimeSeriesStatsDescriptorServerMsgHandle struct{}
func (*QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *QueryProjectTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type QueryProjectTimeSeriesStatsRequest ¶
type QueryProjectTimeSeriesStatsRequest struct { Project *project.Name `protobuf:"bytes,1,opt,customtype=Name,name=project,proto3" json:"project,omitempty" firestore:"project"` // Service domain for which we request stats, for example "devices.edgelq.com" Service string `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty" firestore:"service"` // Region ID from which to get metrics RegionId string `protobuf:"bytes,3,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` // Aggregation alignment period Ap *durationpb.Duration `protobuf:"bytes,4,opt,name=ap,proto3" json:"ap,omitempty" firestore:"ap"` // The time interval for which results should be returned. Interval *common.TimeInterval `protobuf:"bytes,5,opt,name=interval,proto3" json:"interval,omitempty" firestore:"interval"` // A positive number that is the maximum number of results to return. If // `page_size` is empty or more than 100,000 results, the effective // `page_size` is 100,000 results. PageSize int32 `protobuf:"varint,6,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // If this field is not empty then it must contain the `nextPageToken` value // returned by a previous call to this method. Using this field causes the // method to return additional results from the previous method call. PageToken string `protobuf:"bytes,7,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty" firestore:"pageToken"` Query *StatsQuery `protobuf:"bytes,8,opt,name=query,proto3" json:"query,omitempty" firestore:"query"` // contains filtered or unexported fields }
Response message for method [QueryProjectTimeSeriesStats][ntt.monitoring.v4.QueryProjectTimeSeriesStats]
func (*QueryProjectTimeSeriesStatsRequest) Descriptor ¶
func (*QueryProjectTimeSeriesStatsRequest) Descriptor() ([]byte, []int)
Deprecated, Use QueryProjectTimeSeriesStatsRequest.ProtoReflect.Descriptor instead.
func (*QueryProjectTimeSeriesStatsRequest) GetAp ¶
func (m *QueryProjectTimeSeriesStatsRequest) GetAp() *durationpb.Duration
func (*QueryProjectTimeSeriesStatsRequest) GetInterval ¶
func (m *QueryProjectTimeSeriesStatsRequest) GetInterval() *common.TimeInterval
func (*QueryProjectTimeSeriesStatsRequest) GetPageSize ¶
func (m *QueryProjectTimeSeriesStatsRequest) GetPageSize() int32
func (*QueryProjectTimeSeriesStatsRequest) GetPageToken ¶
func (m *QueryProjectTimeSeriesStatsRequest) GetPageToken() string
func (*QueryProjectTimeSeriesStatsRequest) GetProject ¶
func (m *QueryProjectTimeSeriesStatsRequest) GetProject() *project.Name
func (*QueryProjectTimeSeriesStatsRequest) GetQuery ¶
func (m *QueryProjectTimeSeriesStatsRequest) GetQuery() *StatsQuery
func (*QueryProjectTimeSeriesStatsRequest) GetRegionId ¶
func (m *QueryProjectTimeSeriesStatsRequest) GetRegionId() string
func (*QueryProjectTimeSeriesStatsRequest) GetService ¶
func (m *QueryProjectTimeSeriesStatsRequest) GetService() string
func (*QueryProjectTimeSeriesStatsRequest) GotenMessage ¶
func (*QueryProjectTimeSeriesStatsRequest) GotenMessage()
func (*QueryProjectTimeSeriesStatsRequest) GotenValidate ¶
func (obj *QueryProjectTimeSeriesStatsRequest) GotenValidate() error
func (*QueryProjectTimeSeriesStatsRequest) Marshal ¶
func (m *QueryProjectTimeSeriesStatsRequest) Marshal() ([]byte, error)
func (*QueryProjectTimeSeriesStatsRequest) MarshalJSON ¶
func (m *QueryProjectTimeSeriesStatsRequest) MarshalJSON() ([]byte, error)
func (*QueryProjectTimeSeriesStatsRequest) ProtoMessage ¶
func (*QueryProjectTimeSeriesStatsRequest) ProtoMessage()
func (*QueryProjectTimeSeriesStatsRequest) ProtoReflect ¶
func (m *QueryProjectTimeSeriesStatsRequest) ProtoReflect() preflect.Message
func (*QueryProjectTimeSeriesStatsRequest) Reset ¶
func (m *QueryProjectTimeSeriesStatsRequest) Reset()
func (*QueryProjectTimeSeriesStatsRequest) SetAp ¶
func (m *QueryProjectTimeSeriesStatsRequest) SetAp(fv *durationpb.Duration)
func (*QueryProjectTimeSeriesStatsRequest) SetInterval ¶
func (m *QueryProjectTimeSeriesStatsRequest) SetInterval(fv *common.TimeInterval)
func (*QueryProjectTimeSeriesStatsRequest) SetPageSize ¶
func (m *QueryProjectTimeSeriesStatsRequest) SetPageSize(fv int32)
func (*QueryProjectTimeSeriesStatsRequest) SetPageToken ¶
func (m *QueryProjectTimeSeriesStatsRequest) SetPageToken(fv string)
func (*QueryProjectTimeSeriesStatsRequest) SetProject ¶
func (m *QueryProjectTimeSeriesStatsRequest) SetProject(fv *project.Name)
func (*QueryProjectTimeSeriesStatsRequest) SetQuery ¶
func (m *QueryProjectTimeSeriesStatsRequest) SetQuery(fv *StatsQuery)
func (*QueryProjectTimeSeriesStatsRequest) SetRegionId ¶
func (m *QueryProjectTimeSeriesStatsRequest) SetRegionId(fv string)
func (*QueryProjectTimeSeriesStatsRequest) SetService ¶
func (m *QueryProjectTimeSeriesStatsRequest) SetService(fv string)
func (*QueryProjectTimeSeriesStatsRequest) String ¶
func (m *QueryProjectTimeSeriesStatsRequest) String() string
func (*QueryProjectTimeSeriesStatsRequest) Unmarshal ¶
func (m *QueryProjectTimeSeriesStatsRequest) Unmarshal(b []byte) error
func (*QueryProjectTimeSeriesStatsRequest) UnmarshalJSON ¶
func (m *QueryProjectTimeSeriesStatsRequest) UnmarshalJSON(data []byte) error
type QueryProjectTimeSeriesStatsResponse ¶
type QueryProjectTimeSeriesStatsResponse struct { // One or more time series that match the request. TimeSeries []*time_serie.TimeSerie `protobuf:"bytes,1,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty" firestore:"timeSeries"` // If there are more results than have been returned, then this field is set // to a non-empty value. To see the additional results, // use that value as `pageToken` in the next call to this method. NextPageToken string `` /* 128-byte string literal not displayed */ // Query execution errors that may have caused the time series data returned // to be incomplete. ExecutionErrors []*rpc.Status `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for method [QueryProjectTimeSeriesStats][ntt.monitoring.v4.QueryProjectTimeSeriesStats]
func (*QueryProjectTimeSeriesStatsResponse) Descriptor ¶
func (*QueryProjectTimeSeriesStatsResponse) Descriptor() ([]byte, []int)
Deprecated, Use QueryProjectTimeSeriesStatsResponse.ProtoReflect.Descriptor instead.
func (*QueryProjectTimeSeriesStatsResponse) GetExecutionErrors ¶
func (m *QueryProjectTimeSeriesStatsResponse) GetExecutionErrors() []*rpc.Status
func (*QueryProjectTimeSeriesStatsResponse) GetNextPageToken ¶
func (m *QueryProjectTimeSeriesStatsResponse) GetNextPageToken() string
func (*QueryProjectTimeSeriesStatsResponse) GetTimeSeries ¶
func (m *QueryProjectTimeSeriesStatsResponse) GetTimeSeries() []*time_serie.TimeSerie
func (*QueryProjectTimeSeriesStatsResponse) GotenMessage ¶
func (*QueryProjectTimeSeriesStatsResponse) GotenMessage()
func (*QueryProjectTimeSeriesStatsResponse) GotenValidate ¶
func (obj *QueryProjectTimeSeriesStatsResponse) GotenValidate() error
func (*QueryProjectTimeSeriesStatsResponse) Marshal ¶
func (m *QueryProjectTimeSeriesStatsResponse) Marshal() ([]byte, error)
func (*QueryProjectTimeSeriesStatsResponse) MarshalJSON ¶
func (m *QueryProjectTimeSeriesStatsResponse) MarshalJSON() ([]byte, error)
func (*QueryProjectTimeSeriesStatsResponse) ProtoMessage ¶
func (*QueryProjectTimeSeriesStatsResponse) ProtoMessage()
func (*QueryProjectTimeSeriesStatsResponse) ProtoReflect ¶
func (m *QueryProjectTimeSeriesStatsResponse) ProtoReflect() preflect.Message
func (*QueryProjectTimeSeriesStatsResponse) Reset ¶
func (m *QueryProjectTimeSeriesStatsResponse) Reset()
func (*QueryProjectTimeSeriesStatsResponse) SetExecutionErrors ¶
func (m *QueryProjectTimeSeriesStatsResponse) SetExecutionErrors(fv []*rpc.Status)
func (*QueryProjectTimeSeriesStatsResponse) SetNextPageToken ¶
func (m *QueryProjectTimeSeriesStatsResponse) SetNextPageToken(fv string)
func (*QueryProjectTimeSeriesStatsResponse) SetTimeSeries ¶
func (m *QueryProjectTimeSeriesStatsResponse) SetTimeSeries(fv []*time_serie.TimeSerie)
func (*QueryProjectTimeSeriesStatsResponse) String ¶
func (m *QueryProjectTimeSeriesStatsResponse) String() string
func (*QueryProjectTimeSeriesStatsResponse) Unmarshal ¶
func (m *QueryProjectTimeSeriesStatsResponse) Unmarshal(b []byte) error
func (*QueryProjectTimeSeriesStatsResponse) UnmarshalJSON ¶
func (m *QueryProjectTimeSeriesStatsResponse) UnmarshalJSON(data []byte) error
type QueryProjectTimeSeriesStatsResponse_ErrorDetails ¶
type QueryProjectTimeSeriesStatsResponse_ErrorDetails struct { // region id which failed to give results. RegionId string `protobuf:"bytes,1,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` // contains filtered or unexported fields }
ErrorDetails is used when one of the queried regions fails to produce results. It is used in execution_errors field (see subfield ntt.rpc.Status.details).
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) Descriptor ¶
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) Descriptor() ([]byte, []int)
Deprecated, Use QueryProjectTimeSeriesStatsResponse_ErrorDetails.ProtoReflect.Descriptor instead.
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) GetRegionId ¶
func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) GetRegionId() string
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) GotenMessage ¶
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) GotenMessage()
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) GotenValidate ¶
func (obj *QueryProjectTimeSeriesStatsResponse_ErrorDetails) GotenValidate() error
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) Marshal ¶
func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) Marshal() ([]byte, error)
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) MarshalJSON ¶
func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) MarshalJSON() ([]byte, error)
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) ProtoMessage ¶
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) ProtoMessage()
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) ProtoReflect ¶
func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) ProtoReflect() preflect.Message
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) Reset ¶
func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) Reset()
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) SetRegionId ¶
func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) SetRegionId(fv string)
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) String ¶
func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) String() string
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) Unmarshal ¶
func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) Unmarshal(b []byte) error
func (*QueryProjectTimeSeriesStatsResponse_ErrorDetails) UnmarshalJSON ¶
func (m *QueryProjectTimeSeriesStatsResponse_ErrorDetails) UnmarshalJSON(data []byte) error
type QueryServiceTimeSeriesStatsDescriptor ¶
type QueryServiceTimeSeriesStatsDescriptor struct{}
func GetQueryServiceTimeSeriesStatsDescriptor ¶
func GetQueryServiceTimeSeriesStatsDescriptor() *QueryServiceTimeSeriesStatsDescriptor
func (*QueryServiceTimeSeriesStatsDescriptor) GetApiDescriptor ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
func (*QueryServiceTimeSeriesStatsDescriptor) GetApiName ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetApiName() string
func (*QueryServiceTimeSeriesStatsDescriptor) GetClientMsgReflectHandle ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
func (*QueryServiceTimeSeriesStatsDescriptor) GetFullMethodName ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetFullMethodName() string
func (*QueryServiceTimeSeriesStatsDescriptor) GetMethodName ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetMethodName() string
func (*QueryServiceTimeSeriesStatsDescriptor) GetProtoPkgName ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetProtoPkgName() string
func (*QueryServiceTimeSeriesStatsDescriptor) GetResourceDescriptor ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetResourceDescriptor() gotenresource.Descriptor
func (*QueryServiceTimeSeriesStatsDescriptor) GetServerMsgReflectHandle ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
func (*QueryServiceTimeSeriesStatsDescriptor) GetServiceDomain ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetServiceDomain() string
func (*QueryServiceTimeSeriesStatsDescriptor) GetServiceVersion ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetServiceVersion() string
func (*QueryServiceTimeSeriesStatsDescriptor) GetVerb ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) GetVerb() string
func (*QueryServiceTimeSeriesStatsDescriptor) HasResource ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) HasResource() bool
func (*QueryServiceTimeSeriesStatsDescriptor) IsClientStream ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) IsClientStream() bool
func (*QueryServiceTimeSeriesStatsDescriptor) IsCollection ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) IsCollection() bool
func (*QueryServiceTimeSeriesStatsDescriptor) IsPlural ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) IsPlural() bool
func (*QueryServiceTimeSeriesStatsDescriptor) IsServerStream ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) IsServerStream() bool
func (*QueryServiceTimeSeriesStatsDescriptor) IsUnary ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) IsUnary() bool
func (*QueryServiceTimeSeriesStatsDescriptor) NewEmptyClientMsg ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) NewEmptyClientMsg() proto.Message
func (*QueryServiceTimeSeriesStatsDescriptor) NewEmptyServerMsg ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) NewEmptyServerMsg() proto.Message
func (*QueryServiceTimeSeriesStatsDescriptor) RequestHasResourceBody ¶
func (d *QueryServiceTimeSeriesStatsDescriptor) RequestHasResourceBody() bool
type QueryServiceTimeSeriesStatsDescriptorClientMsgHandle ¶
type QueryServiceTimeSeriesStatsDescriptorClientMsgHandle struct{}
func (*QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractCollectionName ¶
func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBodies ¶
func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBody ¶
func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceName ¶
func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceNames ¶
func (h *QueryServiceTimeSeriesStatsDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type QueryServiceTimeSeriesStatsDescriptorServerMsgHandle ¶
type QueryServiceTimeSeriesStatsDescriptorServerMsgHandle struct{}
func (*QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractCollectionName ¶
func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBodies ¶
func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList
func (*QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBody ¶
func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource
func (*QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceName ¶
func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceNames ¶
func (h *QueryServiceTimeSeriesStatsDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type QueryServiceTimeSeriesStatsRequest ¶
type QueryServiceTimeSeriesStatsRequest struct { Service *meta_service.Name `protobuf:"bytes,1,opt,customtype=Name,name=service,proto3" json:"service,omitempty" firestore:"service"` // Region ID from which stats should e obtained RegionId string `protobuf:"bytes,2,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` Ap *durationpb.Duration `protobuf:"bytes,3,opt,name=ap,proto3" json:"ap,omitempty" firestore:"ap"` // The time interval for which results should be returned. Interval *common.TimeInterval `protobuf:"bytes,4,opt,name=interval,proto3" json:"interval,omitempty" firestore:"interval"` // A positive number that is the maximum number of results to return. If // `page_size` is empty or more than 100,000 results, the effective // `page_size` is 100,000 results. PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"` // If this field is not empty then it must contain the `nextPageToken` value // returned by a previous call to this method. Using this field causes the // method to return additional results from the previous method call. PageToken string `protobuf:"bytes,6,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty" firestore:"pageToken"` // Optional list of user projects for which we want to get stats. If provided, // statistics will be grouped by them. UserProjectIds []string `` /* 132-byte string literal not displayed */ Query *StatsQuery `protobuf:"bytes,8,opt,name=query,proto3" json:"query,omitempty" firestore:"query"` // contains filtered or unexported fields }
Response message for method [QueryServiceTimeSeriesStats][ntt.monitoring.v4.QueryServiceTimeSeriesStats]
func (*QueryServiceTimeSeriesStatsRequest) Descriptor ¶
func (*QueryServiceTimeSeriesStatsRequest) Descriptor() ([]byte, []int)
Deprecated, Use QueryServiceTimeSeriesStatsRequest.ProtoReflect.Descriptor instead.
func (*QueryServiceTimeSeriesStatsRequest) GetAp ¶
func (m *QueryServiceTimeSeriesStatsRequest) GetAp() *durationpb.Duration
func (*QueryServiceTimeSeriesStatsRequest) GetInterval ¶
func (m *QueryServiceTimeSeriesStatsRequest) GetInterval() *common.TimeInterval
func (*QueryServiceTimeSeriesStatsRequest) GetPageSize ¶
func (m *QueryServiceTimeSeriesStatsRequest) GetPageSize() int32
func (*QueryServiceTimeSeriesStatsRequest) GetPageToken ¶
func (m *QueryServiceTimeSeriesStatsRequest) GetPageToken() string
func (*QueryServiceTimeSeriesStatsRequest) GetQuery ¶
func (m *QueryServiceTimeSeriesStatsRequest) GetQuery() *StatsQuery
func (*QueryServiceTimeSeriesStatsRequest) GetRegionId ¶
func (m *QueryServiceTimeSeriesStatsRequest) GetRegionId() string
func (*QueryServiceTimeSeriesStatsRequest) GetService ¶
func (m *QueryServiceTimeSeriesStatsRequest) GetService() *meta_service.Name
func (*QueryServiceTimeSeriesStatsRequest) GetUserProjectIds ¶
func (m *QueryServiceTimeSeriesStatsRequest) GetUserProjectIds() []string
func (*QueryServiceTimeSeriesStatsRequest) GotenMessage ¶
func (*QueryServiceTimeSeriesStatsRequest) GotenMessage()
func (*QueryServiceTimeSeriesStatsRequest) GotenValidate ¶
func (obj *QueryServiceTimeSeriesStatsRequest) GotenValidate() error
func (*QueryServiceTimeSeriesStatsRequest) Marshal ¶
func (m *QueryServiceTimeSeriesStatsRequest) Marshal() ([]byte, error)
func (*QueryServiceTimeSeriesStatsRequest) MarshalJSON ¶
func (m *QueryServiceTimeSeriesStatsRequest) MarshalJSON() ([]byte, error)
func (*QueryServiceTimeSeriesStatsRequest) ProtoMessage ¶
func (*QueryServiceTimeSeriesStatsRequest) ProtoMessage()
func (*QueryServiceTimeSeriesStatsRequest) ProtoReflect ¶
func (m *QueryServiceTimeSeriesStatsRequest) ProtoReflect() preflect.Message
func (*QueryServiceTimeSeriesStatsRequest) Reset ¶
func (m *QueryServiceTimeSeriesStatsRequest) Reset()
func (*QueryServiceTimeSeriesStatsRequest) SetAp ¶
func (m *QueryServiceTimeSeriesStatsRequest) SetAp(fv *durationpb.Duration)
func (*QueryServiceTimeSeriesStatsRequest) SetInterval ¶
func (m *QueryServiceTimeSeriesStatsRequest) SetInterval(fv *common.TimeInterval)
func (*QueryServiceTimeSeriesStatsRequest) SetPageSize ¶
func (m *QueryServiceTimeSeriesStatsRequest) SetPageSize(fv int32)
func (*QueryServiceTimeSeriesStatsRequest) SetPageToken ¶
func (m *QueryServiceTimeSeriesStatsRequest) SetPageToken(fv string)
func (*QueryServiceTimeSeriesStatsRequest) SetQuery ¶
func (m *QueryServiceTimeSeriesStatsRequest) SetQuery(fv *StatsQuery)
func (*QueryServiceTimeSeriesStatsRequest) SetRegionId ¶
func (m *QueryServiceTimeSeriesStatsRequest) SetRegionId(fv string)
func (*QueryServiceTimeSeriesStatsRequest) SetService ¶
func (m *QueryServiceTimeSeriesStatsRequest) SetService(fv *meta_service.Name)
func (*QueryServiceTimeSeriesStatsRequest) SetUserProjectIds ¶
func (m *QueryServiceTimeSeriesStatsRequest) SetUserProjectIds(fv []string)
func (*QueryServiceTimeSeriesStatsRequest) String ¶
func (m *QueryServiceTimeSeriesStatsRequest) String() string
func (*QueryServiceTimeSeriesStatsRequest) Unmarshal ¶
func (m *QueryServiceTimeSeriesStatsRequest) Unmarshal(b []byte) error
func (*QueryServiceTimeSeriesStatsRequest) UnmarshalJSON ¶
func (m *QueryServiceTimeSeriesStatsRequest) UnmarshalJSON(data []byte) error
type QueryServiceTimeSeriesStatsResponse ¶
type QueryServiceTimeSeriesStatsResponse struct { // One or more time series that match the request. TimeSeries []*time_serie.TimeSerie `protobuf:"bytes,1,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty" firestore:"timeSeries"` // If there are more results than have been returned, then this field is set // to a non-empty value. To see the additional results, // use that value as `pageToken` in the next call to this method. NextPageToken string `` /* 128-byte string literal not displayed */ // Query execution errors that may have caused the time series data returned // to be incomplete. ExecutionErrors []*rpc.Status `` /* 134-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for method [QueryServiceTimeSeriesStats][ntt.monitoring.v4.QueryServiceTimeSeriesStats]
func (*QueryServiceTimeSeriesStatsResponse) Descriptor ¶
func (*QueryServiceTimeSeriesStatsResponse) Descriptor() ([]byte, []int)
Deprecated, Use QueryServiceTimeSeriesStatsResponse.ProtoReflect.Descriptor instead.
func (*QueryServiceTimeSeriesStatsResponse) GetExecutionErrors ¶
func (m *QueryServiceTimeSeriesStatsResponse) GetExecutionErrors() []*rpc.Status
func (*QueryServiceTimeSeriesStatsResponse) GetNextPageToken ¶
func (m *QueryServiceTimeSeriesStatsResponse) GetNextPageToken() string
func (*QueryServiceTimeSeriesStatsResponse) GetTimeSeries ¶
func (m *QueryServiceTimeSeriesStatsResponse) GetTimeSeries() []*time_serie.TimeSerie
func (*QueryServiceTimeSeriesStatsResponse) GotenMessage ¶
func (*QueryServiceTimeSeriesStatsResponse) GotenMessage()
func (*QueryServiceTimeSeriesStatsResponse) GotenValidate ¶
func (obj *QueryServiceTimeSeriesStatsResponse) GotenValidate() error
func (*QueryServiceTimeSeriesStatsResponse) Marshal ¶
func (m *QueryServiceTimeSeriesStatsResponse) Marshal() ([]byte, error)
func (*QueryServiceTimeSeriesStatsResponse) MarshalJSON ¶
func (m *QueryServiceTimeSeriesStatsResponse) MarshalJSON() ([]byte, error)
func (*QueryServiceTimeSeriesStatsResponse) ProtoMessage ¶
func (*QueryServiceTimeSeriesStatsResponse) ProtoMessage()
func (*QueryServiceTimeSeriesStatsResponse) ProtoReflect ¶
func (m *QueryServiceTimeSeriesStatsResponse) ProtoReflect() preflect.Message
func (*QueryServiceTimeSeriesStatsResponse) Reset ¶
func (m *QueryServiceTimeSeriesStatsResponse) Reset()
func (*QueryServiceTimeSeriesStatsResponse) SetExecutionErrors ¶
func (m *QueryServiceTimeSeriesStatsResponse) SetExecutionErrors(fv []*rpc.Status)
func (*QueryServiceTimeSeriesStatsResponse) SetNextPageToken ¶
func (m *QueryServiceTimeSeriesStatsResponse) SetNextPageToken(fv string)
func (*QueryServiceTimeSeriesStatsResponse) SetTimeSeries ¶
func (m *QueryServiceTimeSeriesStatsResponse) SetTimeSeries(fv []*time_serie.TimeSerie)
func (*QueryServiceTimeSeriesStatsResponse) String ¶
func (m *QueryServiceTimeSeriesStatsResponse) String() string
func (*QueryServiceTimeSeriesStatsResponse) Unmarshal ¶
func (m *QueryServiceTimeSeriesStatsResponse) Unmarshal(b []byte) error
func (*QueryServiceTimeSeriesStatsResponse) UnmarshalJSON ¶
func (m *QueryServiceTimeSeriesStatsResponse) UnmarshalJSON(data []byte) error
type QueryServiceTimeSeriesStatsResponse_ErrorDetails ¶
type QueryServiceTimeSeriesStatsResponse_ErrorDetails struct { // region id which failed to give results. RegionId string `protobuf:"bytes,1,opt,name=region_id,json=regionId,proto3" json:"region_id,omitempty" firestore:"regionId"` // contains filtered or unexported fields }
ErrorDetails is used when one of the queried regions fails to produce results. It is used in execution_errors field (see subfield ntt.rpc.Status.details).
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) Descriptor ¶
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) Descriptor() ([]byte, []int)
Deprecated, Use QueryServiceTimeSeriesStatsResponse_ErrorDetails.ProtoReflect.Descriptor instead.
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) GetRegionId ¶
func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) GetRegionId() string
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) GotenMessage ¶
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) GotenMessage()
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) GotenValidate ¶
func (obj *QueryServiceTimeSeriesStatsResponse_ErrorDetails) GotenValidate() error
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) Marshal ¶
func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) Marshal() ([]byte, error)
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) MarshalJSON ¶
func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) MarshalJSON() ([]byte, error)
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) ProtoMessage ¶
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) ProtoMessage()
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) ProtoReflect ¶
func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) ProtoReflect() preflect.Message
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) Reset ¶
func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) Reset()
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) SetRegionId ¶
func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) SetRegionId(fv string)
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) String ¶
func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) String() string
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) Unmarshal ¶
func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) Unmarshal(b []byte) error
func (*QueryServiceTimeSeriesStatsResponse_ErrorDetails) UnmarshalJSON ¶
func (m *QueryServiceTimeSeriesStatsResponse_ErrorDetails) UnmarshalJSON(data []byte) error
type StatsQuery ¶
type StatsQuery struct { // Types that are valid to be assigned to Request: // *StatsQuery_CallLatencies_ // *StatsQuery_ExecutedCalls_ // *StatsQuery_OpenCalls_ // *StatsQuery_ErrorCounts_ // *StatsQuery_IngressThroughput_ // *StatsQuery_EgressThroughput_ // *StatsQuery_StoreUsage // *StatsQuery_ResourceCount_ // *StatsQuery_LogsUsage // *StatsQuery_ActivityLogsUsage // *StatsQuery_ResourceChangeLogsUsage // *StatsQuery_TimeSeriesUsage // *StatsQuery_TimeSeriesLatencies_ Request isStatsQuery_Request `protobuf_oneof:"request"` // contains filtered or unexported fields }
func (*StatsQuery) Descriptor ¶
func (*StatsQuery) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery.ProtoReflect.Descriptor instead.
func (*StatsQuery) GetActivityLogsUsage ¶
func (m *StatsQuery) GetActivityLogsUsage() *StatsQuery_ActivityLogs
func (*StatsQuery) GetCallLatencies ¶
func (m *StatsQuery) GetCallLatencies() *StatsQuery_CallLatencies
func (*StatsQuery) GetEgressThroughput ¶
func (m *StatsQuery) GetEgressThroughput() *StatsQuery_EgressThroughput
func (*StatsQuery) GetErrorCounts ¶
func (m *StatsQuery) GetErrorCounts() *StatsQuery_ErrorCounts
func (*StatsQuery) GetExecutedCalls ¶
func (m *StatsQuery) GetExecutedCalls() *StatsQuery_ExecutedCalls
func (*StatsQuery) GetIngressThroughput ¶
func (m *StatsQuery) GetIngressThroughput() *StatsQuery_IngressThroughput
func (*StatsQuery) GetLogsUsage ¶
func (m *StatsQuery) GetLogsUsage() *StatsQuery_Logs
func (*StatsQuery) GetOpenCalls ¶
func (m *StatsQuery) GetOpenCalls() *StatsQuery_OpenCalls
func (*StatsQuery) GetRequest ¶
func (m *StatsQuery) GetRequest() isStatsQuery_Request
func (*StatsQuery) GetResourceChangeLogsUsage ¶
func (m *StatsQuery) GetResourceChangeLogsUsage() *StatsQuery_ResourceChangeLogs
func (*StatsQuery) GetResourceCount ¶
func (m *StatsQuery) GetResourceCount() *StatsQuery_ResourceCount
func (*StatsQuery) GetStoreUsage ¶
func (m *StatsQuery) GetStoreUsage() *StatsQuery_StoreOperations
func (*StatsQuery) GetTimeSeriesLatencies ¶
func (m *StatsQuery) GetTimeSeriesLatencies() *StatsQuery_TimeSeriesLatencies
func (*StatsQuery) GetTimeSeriesUsage ¶
func (m *StatsQuery) GetTimeSeriesUsage() *StatsQuery_TimeSeries
func (*StatsQuery) GotenMessage ¶
func (*StatsQuery) GotenMessage()
func (*StatsQuery) GotenValidate ¶
func (obj *StatsQuery) GotenValidate() error
func (*StatsQuery) Marshal ¶
func (m *StatsQuery) Marshal() ([]byte, error)
func (*StatsQuery) MarshalJSON ¶
func (m *StatsQuery) MarshalJSON() ([]byte, error)
func (*StatsQuery) ProtoMessage ¶
func (*StatsQuery) ProtoMessage()
func (*StatsQuery) ProtoReflect ¶
func (m *StatsQuery) ProtoReflect() preflect.Message
func (*StatsQuery) Reset ¶
func (m *StatsQuery) Reset()
func (*StatsQuery) SetActivityLogsUsage ¶
func (m *StatsQuery) SetActivityLogsUsage(fv *StatsQuery_ActivityLogs)
func (*StatsQuery) SetCallLatencies ¶
func (m *StatsQuery) SetCallLatencies(fv *StatsQuery_CallLatencies)
func (*StatsQuery) SetEgressThroughput ¶
func (m *StatsQuery) SetEgressThroughput(fv *StatsQuery_EgressThroughput)
func (*StatsQuery) SetErrorCounts ¶
func (m *StatsQuery) SetErrorCounts(fv *StatsQuery_ErrorCounts)
func (*StatsQuery) SetExecutedCalls ¶
func (m *StatsQuery) SetExecutedCalls(fv *StatsQuery_ExecutedCalls)
func (*StatsQuery) SetIngressThroughput ¶
func (m *StatsQuery) SetIngressThroughput(fv *StatsQuery_IngressThroughput)
func (*StatsQuery) SetLogsUsage ¶
func (m *StatsQuery) SetLogsUsage(fv *StatsQuery_Logs)
func (*StatsQuery) SetOpenCalls ¶
func (m *StatsQuery) SetOpenCalls(fv *StatsQuery_OpenCalls)
func (*StatsQuery) SetRequest ¶
func (m *StatsQuery) SetRequest(ofv isStatsQuery_Request)
func (*StatsQuery) SetResourceChangeLogsUsage ¶
func (m *StatsQuery) SetResourceChangeLogsUsage(fv *StatsQuery_ResourceChangeLogs)
func (*StatsQuery) SetResourceCount ¶
func (m *StatsQuery) SetResourceCount(fv *StatsQuery_ResourceCount)
func (*StatsQuery) SetStoreUsage ¶
func (m *StatsQuery) SetStoreUsage(fv *StatsQuery_StoreOperations)
func (*StatsQuery) SetTimeSeriesLatencies ¶
func (m *StatsQuery) SetTimeSeriesLatencies(fv *StatsQuery_TimeSeriesLatencies)
func (*StatsQuery) SetTimeSeriesUsage ¶
func (m *StatsQuery) SetTimeSeriesUsage(fv *StatsQuery_TimeSeries)
func (*StatsQuery) String ¶
func (m *StatsQuery) String() string
func (*StatsQuery) Unmarshal ¶
func (m *StatsQuery) Unmarshal(b []byte) error
func (*StatsQuery) UnmarshalJSON ¶
func (m *StatsQuery) UnmarshalJSON(data []byte) error
type StatsQuery_ActivityLogs ¶
type StatsQuery_ActivityLogs struct { Type StatsQuery_ActivityLogs_Type `` /* 131-byte string literal not displayed */ Methods []string `protobuf:"bytes,2,rep,name=methods,proto3" json:"methods,omitempty" firestore:"methods"` Versions []string `protobuf:"bytes,3,rep,name=versions,proto3" json:"versions,omitempty" firestore:"versions"` Categories []string `protobuf:"bytes,4,rep,name=categories,proto3" json:"categories,omitempty" firestore:"categories"` GroupBy []StatsQuery_ActivityLogs_Groups `` /* 164-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_ActivityLogs) Descriptor ¶
func (*StatsQuery_ActivityLogs) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ActivityLogs.ProtoReflect.Descriptor instead.
func (*StatsQuery_ActivityLogs) GetCategories ¶
func (m *StatsQuery_ActivityLogs) GetCategories() []string
func (*StatsQuery_ActivityLogs) GetGroupBy ¶
func (m *StatsQuery_ActivityLogs) GetGroupBy() []StatsQuery_ActivityLogs_Groups
func (*StatsQuery_ActivityLogs) GetMethods ¶
func (m *StatsQuery_ActivityLogs) GetMethods() []string
func (*StatsQuery_ActivityLogs) GetType ¶
func (m *StatsQuery_ActivityLogs) GetType() StatsQuery_ActivityLogs_Type
func (*StatsQuery_ActivityLogs) GetVersions ¶
func (m *StatsQuery_ActivityLogs) GetVersions() []string
func (*StatsQuery_ActivityLogs) GotenMessage ¶
func (*StatsQuery_ActivityLogs) GotenMessage()
func (*StatsQuery_ActivityLogs) GotenValidate ¶
func (obj *StatsQuery_ActivityLogs) GotenValidate() error
func (*StatsQuery_ActivityLogs) Marshal ¶
func (m *StatsQuery_ActivityLogs) Marshal() ([]byte, error)
func (*StatsQuery_ActivityLogs) MarshalJSON ¶
func (m *StatsQuery_ActivityLogs) MarshalJSON() ([]byte, error)
func (*StatsQuery_ActivityLogs) ProtoMessage ¶
func (*StatsQuery_ActivityLogs) ProtoMessage()
func (*StatsQuery_ActivityLogs) ProtoReflect ¶
func (m *StatsQuery_ActivityLogs) ProtoReflect() preflect.Message
func (*StatsQuery_ActivityLogs) Reset ¶
func (m *StatsQuery_ActivityLogs) Reset()
func (*StatsQuery_ActivityLogs) SetCategories ¶
func (m *StatsQuery_ActivityLogs) SetCategories(fv []string)
func (*StatsQuery_ActivityLogs) SetGroupBy ¶
func (m *StatsQuery_ActivityLogs) SetGroupBy(fv []StatsQuery_ActivityLogs_Groups)
func (*StatsQuery_ActivityLogs) SetMethods ¶
func (m *StatsQuery_ActivityLogs) SetMethods(fv []string)
func (*StatsQuery_ActivityLogs) SetType ¶
func (m *StatsQuery_ActivityLogs) SetType(fv StatsQuery_ActivityLogs_Type)
func (*StatsQuery_ActivityLogs) SetVersions ¶
func (m *StatsQuery_ActivityLogs) SetVersions(fv []string)
func (*StatsQuery_ActivityLogs) String ¶
func (m *StatsQuery_ActivityLogs) String() string
func (*StatsQuery_ActivityLogs) Unmarshal ¶
func (m *StatsQuery_ActivityLogs) Unmarshal(b []byte) error
func (*StatsQuery_ActivityLogs) UnmarshalJSON ¶
func (m *StatsQuery_ActivityLogs) UnmarshalJSON(data []byte) error
type StatsQuery_ActivityLogsUsage ¶
type StatsQuery_ActivityLogsUsage struct {
ActivityLogsUsage *StatsQuery_ActivityLogs `protobuf:"bytes,10,opt,name=activity_logs_usage,json=activityLogsUsage,proto3,oneof" firestore:"activityLogsUsage"`
}
type StatsQuery_ActivityLogs_Groups ¶
type StatsQuery_ActivityLogs_Groups int32
const ( StatsQuery_ActivityLogs_METHOD StatsQuery_ActivityLogs_Groups = 0 StatsQuery_ActivityLogs_VERSION StatsQuery_ActivityLogs_Groups = 1 StatsQuery_ActivityLogs_CATEGORY StatsQuery_ActivityLogs_Groups = 2 )
func (StatsQuery_ActivityLogs_Groups) Descriptor ¶
func (StatsQuery_ActivityLogs_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_ActivityLogs_Groups) Enum ¶
func (x StatsQuery_ActivityLogs_Groups) Enum() *StatsQuery_ActivityLogs_Groups
func (StatsQuery_ActivityLogs_Groups) EnumDescriptor ¶
func (StatsQuery_ActivityLogs_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ActivityLogs_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_ActivityLogs_Groups) Number ¶
func (x StatsQuery_ActivityLogs_Groups) Number() preflect.EnumNumber
func (StatsQuery_ActivityLogs_Groups) String ¶
func (x StatsQuery_ActivityLogs_Groups) String() string
func (StatsQuery_ActivityLogs_Groups) Type ¶
func (StatsQuery_ActivityLogs_Groups) Type() preflect.EnumType
type StatsQuery_ActivityLogs_Type ¶
type StatsQuery_ActivityLogs_Type int32
const ( StatsQuery_ActivityLogs_UNDEFINED StatsQuery_ActivityLogs_Type = 0 StatsQuery_ActivityLogs_READS StatsQuery_ActivityLogs_Type = 1 StatsQuery_ActivityLogs_WRITES StatsQuery_ActivityLogs_Type = 2 )
func (StatsQuery_ActivityLogs_Type) Descriptor ¶
func (StatsQuery_ActivityLogs_Type) Descriptor() preflect.EnumDescriptor
func (StatsQuery_ActivityLogs_Type) Enum ¶
func (x StatsQuery_ActivityLogs_Type) Enum() *StatsQuery_ActivityLogs_Type
func (StatsQuery_ActivityLogs_Type) EnumDescriptor ¶
func (StatsQuery_ActivityLogs_Type) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ActivityLogs_Type.ProtoReflect.Descriptor instead.
func (StatsQuery_ActivityLogs_Type) Number ¶
func (x StatsQuery_ActivityLogs_Type) Number() preflect.EnumNumber
func (StatsQuery_ActivityLogs_Type) String ¶
func (x StatsQuery_ActivityLogs_Type) String() string
func (StatsQuery_ActivityLogs_Type) Type ¶
func (StatsQuery_ActivityLogs_Type) Type() preflect.EnumType
type StatsQuery_CallLatencies ¶
type StatsQuery_CallLatencies struct { Methods []string `protobuf:"bytes,1,rep,name=methods,proto3" json:"methods,omitempty" firestore:"methods"` Versions []string `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty" firestore:"versions"` Resources []string `protobuf:"bytes,3,rep,name=resources,proto3" json:"resources,omitempty" firestore:"resources"` Reducer StatsQuery_CallLatencies_Reducer `` /* 144-byte string literal not displayed */ GroupBy []StatsQuery_CallLatencies_Groups `` /* 165-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_CallLatencies) Descriptor ¶
func (*StatsQuery_CallLatencies) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_CallLatencies.ProtoReflect.Descriptor instead.
func (*StatsQuery_CallLatencies) GetGroupBy ¶
func (m *StatsQuery_CallLatencies) GetGroupBy() []StatsQuery_CallLatencies_Groups
func (*StatsQuery_CallLatencies) GetMethods ¶
func (m *StatsQuery_CallLatencies) GetMethods() []string
func (*StatsQuery_CallLatencies) GetReducer ¶
func (m *StatsQuery_CallLatencies) GetReducer() StatsQuery_CallLatencies_Reducer
func (*StatsQuery_CallLatencies) GetResources ¶
func (m *StatsQuery_CallLatencies) GetResources() []string
func (*StatsQuery_CallLatencies) GetVersions ¶
func (m *StatsQuery_CallLatencies) GetVersions() []string
func (*StatsQuery_CallLatencies) GotenMessage ¶
func (*StatsQuery_CallLatencies) GotenMessage()
func (*StatsQuery_CallLatencies) GotenValidate ¶
func (obj *StatsQuery_CallLatencies) GotenValidate() error
func (*StatsQuery_CallLatencies) Marshal ¶
func (m *StatsQuery_CallLatencies) Marshal() ([]byte, error)
func (*StatsQuery_CallLatencies) MarshalJSON ¶
func (m *StatsQuery_CallLatencies) MarshalJSON() ([]byte, error)
func (*StatsQuery_CallLatencies) ProtoMessage ¶
func (*StatsQuery_CallLatencies) ProtoMessage()
func (*StatsQuery_CallLatencies) ProtoReflect ¶
func (m *StatsQuery_CallLatencies) ProtoReflect() preflect.Message
func (*StatsQuery_CallLatencies) Reset ¶
func (m *StatsQuery_CallLatencies) Reset()
func (*StatsQuery_CallLatencies) SetGroupBy ¶
func (m *StatsQuery_CallLatencies) SetGroupBy(fv []StatsQuery_CallLatencies_Groups)
func (*StatsQuery_CallLatencies) SetMethods ¶
func (m *StatsQuery_CallLatencies) SetMethods(fv []string)
func (*StatsQuery_CallLatencies) SetReducer ¶
func (m *StatsQuery_CallLatencies) SetReducer(fv StatsQuery_CallLatencies_Reducer)
func (*StatsQuery_CallLatencies) SetResources ¶
func (m *StatsQuery_CallLatencies) SetResources(fv []string)
func (*StatsQuery_CallLatencies) SetVersions ¶
func (m *StatsQuery_CallLatencies) SetVersions(fv []string)
func (*StatsQuery_CallLatencies) String ¶
func (m *StatsQuery_CallLatencies) String() string
func (*StatsQuery_CallLatencies) Unmarshal ¶
func (m *StatsQuery_CallLatencies) Unmarshal(b []byte) error
func (*StatsQuery_CallLatencies) UnmarshalJSON ¶
func (m *StatsQuery_CallLatencies) UnmarshalJSON(data []byte) error
type StatsQuery_CallLatencies_ ¶
type StatsQuery_CallLatencies_ struct {
CallLatencies *StatsQuery_CallLatencies `protobuf:"bytes,1,opt,name=call_latencies,json=callLatencies,proto3,oneof" firestore:"callLatencies"`
}
type StatsQuery_CallLatencies_Groups ¶
type StatsQuery_CallLatencies_Groups int32
const ( StatsQuery_CallLatencies_METHOD StatsQuery_CallLatencies_Groups = 0 StatsQuery_CallLatencies_VERSION StatsQuery_CallLatencies_Groups = 1 StatsQuery_CallLatencies_RESOURCE_TYPE StatsQuery_CallLatencies_Groups = 2 )
func (StatsQuery_CallLatencies_Groups) Descriptor ¶
func (StatsQuery_CallLatencies_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_CallLatencies_Groups) Enum ¶
func (x StatsQuery_CallLatencies_Groups) Enum() *StatsQuery_CallLatencies_Groups
func (StatsQuery_CallLatencies_Groups) EnumDescriptor ¶
func (StatsQuery_CallLatencies_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_CallLatencies_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_CallLatencies_Groups) Number ¶
func (x StatsQuery_CallLatencies_Groups) Number() preflect.EnumNumber
func (StatsQuery_CallLatencies_Groups) String ¶
func (x StatsQuery_CallLatencies_Groups) String() string
func (StatsQuery_CallLatencies_Groups) Type ¶
func (StatsQuery_CallLatencies_Groups) Type() preflect.EnumType
type StatsQuery_CallLatencies_Reducer ¶
type StatsQuery_CallLatencies_Reducer int32
const ( StatsQuery_CallLatencies_SUMMARY StatsQuery_CallLatencies_Reducer = 0 StatsQuery_CallLatencies_MIN StatsQuery_CallLatencies_Reducer = 1 StatsQuery_CallLatencies_MAX StatsQuery_CallLatencies_Reducer = 2 StatsQuery_CallLatencies_P50 StatsQuery_CallLatencies_Reducer = 3 StatsQuery_CallLatencies_P95 StatsQuery_CallLatencies_Reducer = 4 StatsQuery_CallLatencies_P99 StatsQuery_CallLatencies_Reducer = 5 StatsQuery_CallLatencies_MEAN StatsQuery_CallLatencies_Reducer = 6 StatsQuery_CallLatencies_STD_DEV StatsQuery_CallLatencies_Reducer = 7 )
func (StatsQuery_CallLatencies_Reducer) Descriptor ¶
func (StatsQuery_CallLatencies_Reducer) Descriptor() preflect.EnumDescriptor
func (StatsQuery_CallLatencies_Reducer) Enum ¶
func (x StatsQuery_CallLatencies_Reducer) Enum() *StatsQuery_CallLatencies_Reducer
func (StatsQuery_CallLatencies_Reducer) EnumDescriptor ¶
func (StatsQuery_CallLatencies_Reducer) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_CallLatencies_Reducer.ProtoReflect.Descriptor instead.
func (StatsQuery_CallLatencies_Reducer) Number ¶
func (x StatsQuery_CallLatencies_Reducer) Number() preflect.EnumNumber
func (StatsQuery_CallLatencies_Reducer) String ¶
func (x StatsQuery_CallLatencies_Reducer) String() string
func (StatsQuery_CallLatencies_Reducer) Type ¶
func (StatsQuery_CallLatencies_Reducer) Type() preflect.EnumType
type StatsQuery_EgressThroughput ¶
type StatsQuery_EgressThroughput struct { Methods []string `protobuf:"bytes,1,rep,name=methods,proto3" json:"methods,omitempty" firestore:"methods"` Versions []string `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty" firestore:"versions"` Resources []string `protobuf:"bytes,3,rep,name=resources,proto3" json:"resources,omitempty" firestore:"resources"` GroupBy []StatsQuery_EgressThroughput_Groups `` /* 168-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_EgressThroughput) Descriptor ¶
func (*StatsQuery_EgressThroughput) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_EgressThroughput.ProtoReflect.Descriptor instead.
func (*StatsQuery_EgressThroughput) GetGroupBy ¶
func (m *StatsQuery_EgressThroughput) GetGroupBy() []StatsQuery_EgressThroughput_Groups
func (*StatsQuery_EgressThroughput) GetMethods ¶
func (m *StatsQuery_EgressThroughput) GetMethods() []string
func (*StatsQuery_EgressThroughput) GetResources ¶
func (m *StatsQuery_EgressThroughput) GetResources() []string
func (*StatsQuery_EgressThroughput) GetVersions ¶
func (m *StatsQuery_EgressThroughput) GetVersions() []string
func (*StatsQuery_EgressThroughput) GotenMessage ¶
func (*StatsQuery_EgressThroughput) GotenMessage()
func (*StatsQuery_EgressThroughput) GotenValidate ¶
func (obj *StatsQuery_EgressThroughput) GotenValidate() error
func (*StatsQuery_EgressThroughput) Marshal ¶
func (m *StatsQuery_EgressThroughput) Marshal() ([]byte, error)
func (*StatsQuery_EgressThroughput) MarshalJSON ¶
func (m *StatsQuery_EgressThroughput) MarshalJSON() ([]byte, error)
func (*StatsQuery_EgressThroughput) ProtoMessage ¶
func (*StatsQuery_EgressThroughput) ProtoMessage()
func (*StatsQuery_EgressThroughput) ProtoReflect ¶
func (m *StatsQuery_EgressThroughput) ProtoReflect() preflect.Message
func (*StatsQuery_EgressThroughput) Reset ¶
func (m *StatsQuery_EgressThroughput) Reset()
func (*StatsQuery_EgressThroughput) SetGroupBy ¶
func (m *StatsQuery_EgressThroughput) SetGroupBy(fv []StatsQuery_EgressThroughput_Groups)
func (*StatsQuery_EgressThroughput) SetMethods ¶
func (m *StatsQuery_EgressThroughput) SetMethods(fv []string)
func (*StatsQuery_EgressThroughput) SetResources ¶
func (m *StatsQuery_EgressThroughput) SetResources(fv []string)
func (*StatsQuery_EgressThroughput) SetVersions ¶
func (m *StatsQuery_EgressThroughput) SetVersions(fv []string)
func (*StatsQuery_EgressThroughput) String ¶
func (m *StatsQuery_EgressThroughput) String() string
func (*StatsQuery_EgressThroughput) Unmarshal ¶
func (m *StatsQuery_EgressThroughput) Unmarshal(b []byte) error
func (*StatsQuery_EgressThroughput) UnmarshalJSON ¶
func (m *StatsQuery_EgressThroughput) UnmarshalJSON(data []byte) error
type StatsQuery_EgressThroughput_ ¶
type StatsQuery_EgressThroughput_ struct {
EgressThroughput *StatsQuery_EgressThroughput `protobuf:"bytes,6,opt,name=egress_throughput,json=egressThroughput,proto3,oneof" firestore:"egressThroughput"`
}
type StatsQuery_EgressThroughput_Groups ¶
type StatsQuery_EgressThroughput_Groups int32
const ( StatsQuery_EgressThroughput_METHOD StatsQuery_EgressThroughput_Groups = 0 StatsQuery_EgressThroughput_VERSION StatsQuery_EgressThroughput_Groups = 1 StatsQuery_EgressThroughput_RESOURCE_TYPE StatsQuery_EgressThroughput_Groups = 2 )
func (StatsQuery_EgressThroughput_Groups) Descriptor ¶
func (StatsQuery_EgressThroughput_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_EgressThroughput_Groups) Enum ¶
func (x StatsQuery_EgressThroughput_Groups) Enum() *StatsQuery_EgressThroughput_Groups
func (StatsQuery_EgressThroughput_Groups) EnumDescriptor ¶
func (StatsQuery_EgressThroughput_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_EgressThroughput_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_EgressThroughput_Groups) Number ¶
func (x StatsQuery_EgressThroughput_Groups) Number() preflect.EnumNumber
func (StatsQuery_EgressThroughput_Groups) String ¶
func (x StatsQuery_EgressThroughput_Groups) String() string
func (StatsQuery_EgressThroughput_Groups) Type ¶
func (StatsQuery_EgressThroughput_Groups) Type() preflect.EnumType
type StatsQuery_ErrorCounts ¶
type StatsQuery_ErrorCounts struct { Methods []string `protobuf:"bytes,1,rep,name=methods,proto3" json:"methods,omitempty" firestore:"methods"` Versions []string `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty" firestore:"versions"` Resources []string `protobuf:"bytes,3,rep,name=resources,proto3" json:"resources,omitempty" firestore:"resources"` ErrorCodes []string `protobuf:"bytes,4,rep,name=error_codes,json=errorCodes,proto3" json:"error_codes,omitempty" firestore:"errorCodes"` GroupBy []StatsQuery_ErrorCounts_Groups `` /* 163-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_ErrorCounts) Descriptor ¶
func (*StatsQuery_ErrorCounts) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ErrorCounts.ProtoReflect.Descriptor instead.
func (*StatsQuery_ErrorCounts) GetErrorCodes ¶
func (m *StatsQuery_ErrorCounts) GetErrorCodes() []string
func (*StatsQuery_ErrorCounts) GetGroupBy ¶
func (m *StatsQuery_ErrorCounts) GetGroupBy() []StatsQuery_ErrorCounts_Groups
func (*StatsQuery_ErrorCounts) GetMethods ¶
func (m *StatsQuery_ErrorCounts) GetMethods() []string
func (*StatsQuery_ErrorCounts) GetResources ¶
func (m *StatsQuery_ErrorCounts) GetResources() []string
func (*StatsQuery_ErrorCounts) GetVersions ¶
func (m *StatsQuery_ErrorCounts) GetVersions() []string
func (*StatsQuery_ErrorCounts) GotenMessage ¶
func (*StatsQuery_ErrorCounts) GotenMessage()
func (*StatsQuery_ErrorCounts) GotenValidate ¶
func (obj *StatsQuery_ErrorCounts) GotenValidate() error
func (*StatsQuery_ErrorCounts) Marshal ¶
func (m *StatsQuery_ErrorCounts) Marshal() ([]byte, error)
func (*StatsQuery_ErrorCounts) MarshalJSON ¶
func (m *StatsQuery_ErrorCounts) MarshalJSON() ([]byte, error)
func (*StatsQuery_ErrorCounts) ProtoMessage ¶
func (*StatsQuery_ErrorCounts) ProtoMessage()
func (*StatsQuery_ErrorCounts) ProtoReflect ¶
func (m *StatsQuery_ErrorCounts) ProtoReflect() preflect.Message
func (*StatsQuery_ErrorCounts) Reset ¶
func (m *StatsQuery_ErrorCounts) Reset()
func (*StatsQuery_ErrorCounts) SetErrorCodes ¶
func (m *StatsQuery_ErrorCounts) SetErrorCodes(fv []string)
func (*StatsQuery_ErrorCounts) SetGroupBy ¶
func (m *StatsQuery_ErrorCounts) SetGroupBy(fv []StatsQuery_ErrorCounts_Groups)
func (*StatsQuery_ErrorCounts) SetMethods ¶
func (m *StatsQuery_ErrorCounts) SetMethods(fv []string)
func (*StatsQuery_ErrorCounts) SetResources ¶
func (m *StatsQuery_ErrorCounts) SetResources(fv []string)
func (*StatsQuery_ErrorCounts) SetVersions ¶
func (m *StatsQuery_ErrorCounts) SetVersions(fv []string)
func (*StatsQuery_ErrorCounts) String ¶
func (m *StatsQuery_ErrorCounts) String() string
func (*StatsQuery_ErrorCounts) Unmarshal ¶
func (m *StatsQuery_ErrorCounts) Unmarshal(b []byte) error
func (*StatsQuery_ErrorCounts) UnmarshalJSON ¶
func (m *StatsQuery_ErrorCounts) UnmarshalJSON(data []byte) error
type StatsQuery_ErrorCounts_ ¶
type StatsQuery_ErrorCounts_ struct {
ErrorCounts *StatsQuery_ErrorCounts `protobuf:"bytes,4,opt,name=error_counts,json=errorCounts,proto3,oneof" firestore:"errorCounts"`
}
type StatsQuery_ErrorCounts_Groups ¶
type StatsQuery_ErrorCounts_Groups int32
const ( StatsQuery_ErrorCounts_METHOD StatsQuery_ErrorCounts_Groups = 0 StatsQuery_ErrorCounts_VERSION StatsQuery_ErrorCounts_Groups = 1 StatsQuery_ErrorCounts_RESOURCE_TYPE StatsQuery_ErrorCounts_Groups = 2 StatsQuery_ErrorCounts_RESPONSE_CODE StatsQuery_ErrorCounts_Groups = 3 )
func (StatsQuery_ErrorCounts_Groups) Descriptor ¶
func (StatsQuery_ErrorCounts_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_ErrorCounts_Groups) Enum ¶
func (x StatsQuery_ErrorCounts_Groups) Enum() *StatsQuery_ErrorCounts_Groups
func (StatsQuery_ErrorCounts_Groups) EnumDescriptor ¶
func (StatsQuery_ErrorCounts_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ErrorCounts_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_ErrorCounts_Groups) Number ¶
func (x StatsQuery_ErrorCounts_Groups) Number() preflect.EnumNumber
func (StatsQuery_ErrorCounts_Groups) String ¶
func (x StatsQuery_ErrorCounts_Groups) String() string
func (StatsQuery_ErrorCounts_Groups) Type ¶
func (StatsQuery_ErrorCounts_Groups) Type() preflect.EnumType
type StatsQuery_ExecutedCalls ¶
type StatsQuery_ExecutedCalls struct { Methods []string `protobuf:"bytes,1,rep,name=methods,proto3" json:"methods,omitempty" firestore:"methods"` Versions []string `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty" firestore:"versions"` Resources []string `protobuf:"bytes,3,rep,name=resources,proto3" json:"resources,omitempty" firestore:"resources"` GroupBy []StatsQuery_ExecutedCalls_Groups `` /* 165-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_ExecutedCalls) Descriptor ¶
func (*StatsQuery_ExecutedCalls) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ExecutedCalls.ProtoReflect.Descriptor instead.
func (*StatsQuery_ExecutedCalls) GetGroupBy ¶
func (m *StatsQuery_ExecutedCalls) GetGroupBy() []StatsQuery_ExecutedCalls_Groups
func (*StatsQuery_ExecutedCalls) GetMethods ¶
func (m *StatsQuery_ExecutedCalls) GetMethods() []string
func (*StatsQuery_ExecutedCalls) GetResources ¶
func (m *StatsQuery_ExecutedCalls) GetResources() []string
func (*StatsQuery_ExecutedCalls) GetVersions ¶
func (m *StatsQuery_ExecutedCalls) GetVersions() []string
func (*StatsQuery_ExecutedCalls) GotenMessage ¶
func (*StatsQuery_ExecutedCalls) GotenMessage()
func (*StatsQuery_ExecutedCalls) GotenValidate ¶
func (obj *StatsQuery_ExecutedCalls) GotenValidate() error
func (*StatsQuery_ExecutedCalls) Marshal ¶
func (m *StatsQuery_ExecutedCalls) Marshal() ([]byte, error)
func (*StatsQuery_ExecutedCalls) MarshalJSON ¶
func (m *StatsQuery_ExecutedCalls) MarshalJSON() ([]byte, error)
func (*StatsQuery_ExecutedCalls) ProtoMessage ¶
func (*StatsQuery_ExecutedCalls) ProtoMessage()
func (*StatsQuery_ExecutedCalls) ProtoReflect ¶
func (m *StatsQuery_ExecutedCalls) ProtoReflect() preflect.Message
func (*StatsQuery_ExecutedCalls) Reset ¶
func (m *StatsQuery_ExecutedCalls) Reset()
func (*StatsQuery_ExecutedCalls) SetGroupBy ¶
func (m *StatsQuery_ExecutedCalls) SetGroupBy(fv []StatsQuery_ExecutedCalls_Groups)
func (*StatsQuery_ExecutedCalls) SetMethods ¶
func (m *StatsQuery_ExecutedCalls) SetMethods(fv []string)
func (*StatsQuery_ExecutedCalls) SetResources ¶
func (m *StatsQuery_ExecutedCalls) SetResources(fv []string)
func (*StatsQuery_ExecutedCalls) SetVersions ¶
func (m *StatsQuery_ExecutedCalls) SetVersions(fv []string)
func (*StatsQuery_ExecutedCalls) String ¶
func (m *StatsQuery_ExecutedCalls) String() string
func (*StatsQuery_ExecutedCalls) Unmarshal ¶
func (m *StatsQuery_ExecutedCalls) Unmarshal(b []byte) error
func (*StatsQuery_ExecutedCalls) UnmarshalJSON ¶
func (m *StatsQuery_ExecutedCalls) UnmarshalJSON(data []byte) error
type StatsQuery_ExecutedCalls_ ¶
type StatsQuery_ExecutedCalls_ struct {
ExecutedCalls *StatsQuery_ExecutedCalls `protobuf:"bytes,2,opt,name=executed_calls,json=executedCalls,proto3,oneof" firestore:"executedCalls"`
}
type StatsQuery_ExecutedCalls_Groups ¶
type StatsQuery_ExecutedCalls_Groups int32
const ( StatsQuery_ExecutedCalls_METHOD StatsQuery_ExecutedCalls_Groups = 0 StatsQuery_ExecutedCalls_VERSION StatsQuery_ExecutedCalls_Groups = 1 StatsQuery_ExecutedCalls_RESOURCE_TYPE StatsQuery_ExecutedCalls_Groups = 2 )
func (StatsQuery_ExecutedCalls_Groups) Descriptor ¶
func (StatsQuery_ExecutedCalls_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_ExecutedCalls_Groups) Enum ¶
func (x StatsQuery_ExecutedCalls_Groups) Enum() *StatsQuery_ExecutedCalls_Groups
func (StatsQuery_ExecutedCalls_Groups) EnumDescriptor ¶
func (StatsQuery_ExecutedCalls_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ExecutedCalls_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_ExecutedCalls_Groups) Number ¶
func (x StatsQuery_ExecutedCalls_Groups) Number() preflect.EnumNumber
func (StatsQuery_ExecutedCalls_Groups) String ¶
func (x StatsQuery_ExecutedCalls_Groups) String() string
func (StatsQuery_ExecutedCalls_Groups) Type ¶
func (StatsQuery_ExecutedCalls_Groups) Type() preflect.EnumType
type StatsQuery_IngressThroughput ¶
type StatsQuery_IngressThroughput struct { Methods []string `protobuf:"bytes,1,rep,name=methods,proto3" json:"methods,omitempty" firestore:"methods"` Versions []string `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty" firestore:"versions"` Resources []string `protobuf:"bytes,3,rep,name=resources,proto3" json:"resources,omitempty" firestore:"resources"` GroupBy []StatsQuery_IngressThroughput_Groups `` /* 169-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_IngressThroughput) Descriptor ¶
func (*StatsQuery_IngressThroughput) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_IngressThroughput.ProtoReflect.Descriptor instead.
func (*StatsQuery_IngressThroughput) GetGroupBy ¶
func (m *StatsQuery_IngressThroughput) GetGroupBy() []StatsQuery_IngressThroughput_Groups
func (*StatsQuery_IngressThroughput) GetMethods ¶
func (m *StatsQuery_IngressThroughput) GetMethods() []string
func (*StatsQuery_IngressThroughput) GetResources ¶
func (m *StatsQuery_IngressThroughput) GetResources() []string
func (*StatsQuery_IngressThroughput) GetVersions ¶
func (m *StatsQuery_IngressThroughput) GetVersions() []string
func (*StatsQuery_IngressThroughput) GotenMessage ¶
func (*StatsQuery_IngressThroughput) GotenMessage()
func (*StatsQuery_IngressThroughput) GotenValidate ¶
func (obj *StatsQuery_IngressThroughput) GotenValidate() error
func (*StatsQuery_IngressThroughput) Marshal ¶
func (m *StatsQuery_IngressThroughput) Marshal() ([]byte, error)
func (*StatsQuery_IngressThroughput) MarshalJSON ¶
func (m *StatsQuery_IngressThroughput) MarshalJSON() ([]byte, error)
func (*StatsQuery_IngressThroughput) ProtoMessage ¶
func (*StatsQuery_IngressThroughput) ProtoMessage()
func (*StatsQuery_IngressThroughput) ProtoReflect ¶
func (m *StatsQuery_IngressThroughput) ProtoReflect() preflect.Message
func (*StatsQuery_IngressThroughput) Reset ¶
func (m *StatsQuery_IngressThroughput) Reset()
func (*StatsQuery_IngressThroughput) SetGroupBy ¶
func (m *StatsQuery_IngressThroughput) SetGroupBy(fv []StatsQuery_IngressThroughput_Groups)
func (*StatsQuery_IngressThroughput) SetMethods ¶
func (m *StatsQuery_IngressThroughput) SetMethods(fv []string)
func (*StatsQuery_IngressThroughput) SetResources ¶
func (m *StatsQuery_IngressThroughput) SetResources(fv []string)
func (*StatsQuery_IngressThroughput) SetVersions ¶
func (m *StatsQuery_IngressThroughput) SetVersions(fv []string)
func (*StatsQuery_IngressThroughput) String ¶
func (m *StatsQuery_IngressThroughput) String() string
func (*StatsQuery_IngressThroughput) Unmarshal ¶
func (m *StatsQuery_IngressThroughput) Unmarshal(b []byte) error
func (*StatsQuery_IngressThroughput) UnmarshalJSON ¶
func (m *StatsQuery_IngressThroughput) UnmarshalJSON(data []byte) error
type StatsQuery_IngressThroughput_ ¶
type StatsQuery_IngressThroughput_ struct {
IngressThroughput *StatsQuery_IngressThroughput `protobuf:"bytes,5,opt,name=ingress_throughput,json=ingressThroughput,proto3,oneof" firestore:"ingressThroughput"`
}
type StatsQuery_IngressThroughput_Groups ¶
type StatsQuery_IngressThroughput_Groups int32
const ( StatsQuery_IngressThroughput_METHOD StatsQuery_IngressThroughput_Groups = 0 StatsQuery_IngressThroughput_VERSION StatsQuery_IngressThroughput_Groups = 1 StatsQuery_IngressThroughput_RESOURCE_TYPE StatsQuery_IngressThroughput_Groups = 2 )
func (StatsQuery_IngressThroughput_Groups) Descriptor ¶
func (StatsQuery_IngressThroughput_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_IngressThroughput_Groups) Enum ¶
func (x StatsQuery_IngressThroughput_Groups) Enum() *StatsQuery_IngressThroughput_Groups
func (StatsQuery_IngressThroughput_Groups) EnumDescriptor ¶
func (StatsQuery_IngressThroughput_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_IngressThroughput_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_IngressThroughput_Groups) Number ¶
func (x StatsQuery_IngressThroughput_Groups) Number() preflect.EnumNumber
func (StatsQuery_IngressThroughput_Groups) String ¶
func (x StatsQuery_IngressThroughput_Groups) String() string
func (StatsQuery_IngressThroughput_Groups) Type ¶
func (StatsQuery_IngressThroughput_Groups) Type() preflect.EnumType
type StatsQuery_Logs ¶
type StatsQuery_Logs struct { Type StatsQuery_Logs_Type `protobuf:"varint,1,opt,name=type,proto3,enum=ntt.monitoring.v4.StatsQuery_Logs_Type" json:"type,omitempty" firestore:"type"` LogTypes []string `protobuf:"bytes,2,rep,name=log_types,json=logTypes,proto3" json:"log_types,omitempty" firestore:"logTypes"` GroupBy []StatsQuery_Logs_Groups `` /* 156-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_Logs) Descriptor ¶
func (*StatsQuery_Logs) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_Logs.ProtoReflect.Descriptor instead.
func (*StatsQuery_Logs) GetGroupBy ¶
func (m *StatsQuery_Logs) GetGroupBy() []StatsQuery_Logs_Groups
func (*StatsQuery_Logs) GetLogTypes ¶
func (m *StatsQuery_Logs) GetLogTypes() []string
func (*StatsQuery_Logs) GetType ¶
func (m *StatsQuery_Logs) GetType() StatsQuery_Logs_Type
func (*StatsQuery_Logs) GotenMessage ¶
func (*StatsQuery_Logs) GotenMessage()
func (*StatsQuery_Logs) GotenValidate ¶
func (obj *StatsQuery_Logs) GotenValidate() error
func (*StatsQuery_Logs) Marshal ¶
func (m *StatsQuery_Logs) Marshal() ([]byte, error)
func (*StatsQuery_Logs) MarshalJSON ¶
func (m *StatsQuery_Logs) MarshalJSON() ([]byte, error)
func (*StatsQuery_Logs) ProtoMessage ¶
func (*StatsQuery_Logs) ProtoMessage()
func (*StatsQuery_Logs) ProtoReflect ¶
func (m *StatsQuery_Logs) ProtoReflect() preflect.Message
func (*StatsQuery_Logs) Reset ¶
func (m *StatsQuery_Logs) Reset()
func (*StatsQuery_Logs) SetGroupBy ¶
func (m *StatsQuery_Logs) SetGroupBy(fv []StatsQuery_Logs_Groups)
func (*StatsQuery_Logs) SetLogTypes ¶
func (m *StatsQuery_Logs) SetLogTypes(fv []string)
func (*StatsQuery_Logs) SetType ¶
func (m *StatsQuery_Logs) SetType(fv StatsQuery_Logs_Type)
func (*StatsQuery_Logs) String ¶
func (m *StatsQuery_Logs) String() string
func (*StatsQuery_Logs) Unmarshal ¶
func (m *StatsQuery_Logs) Unmarshal(b []byte) error
func (*StatsQuery_Logs) UnmarshalJSON ¶
func (m *StatsQuery_Logs) UnmarshalJSON(data []byte) error
type StatsQuery_LogsUsage ¶
type StatsQuery_LogsUsage struct {
LogsUsage *StatsQuery_Logs `protobuf:"bytes,9,opt,name=logs_usage,json=logsUsage,proto3,oneof" firestore:"logsUsage"`
}
type StatsQuery_Logs_Groups ¶
type StatsQuery_Logs_Groups int32
const (
StatsQuery_Logs_LOG_TYPE StatsQuery_Logs_Groups = 0
)
func (StatsQuery_Logs_Groups) Descriptor ¶
func (StatsQuery_Logs_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_Logs_Groups) Enum ¶
func (x StatsQuery_Logs_Groups) Enum() *StatsQuery_Logs_Groups
func (StatsQuery_Logs_Groups) EnumDescriptor ¶
func (StatsQuery_Logs_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_Logs_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_Logs_Groups) Number ¶
func (x StatsQuery_Logs_Groups) Number() preflect.EnumNumber
func (StatsQuery_Logs_Groups) String ¶
func (x StatsQuery_Logs_Groups) String() string
func (StatsQuery_Logs_Groups) Type ¶
func (StatsQuery_Logs_Groups) Type() preflect.EnumType
type StatsQuery_Logs_Type ¶
type StatsQuery_Logs_Type int32
const ( StatsQuery_Logs_UNDEFINED StatsQuery_Logs_Type = 0 StatsQuery_Logs_READS StatsQuery_Logs_Type = 1 StatsQuery_Logs_WRITES StatsQuery_Logs_Type = 2 )
func (StatsQuery_Logs_Type) Descriptor ¶
func (StatsQuery_Logs_Type) Descriptor() preflect.EnumDescriptor
func (StatsQuery_Logs_Type) Enum ¶
func (x StatsQuery_Logs_Type) Enum() *StatsQuery_Logs_Type
func (StatsQuery_Logs_Type) EnumDescriptor ¶
func (StatsQuery_Logs_Type) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_Logs_Type.ProtoReflect.Descriptor instead.
func (StatsQuery_Logs_Type) Number ¶
func (x StatsQuery_Logs_Type) Number() preflect.EnumNumber
func (StatsQuery_Logs_Type) String ¶
func (x StatsQuery_Logs_Type) String() string
func (StatsQuery_Logs_Type) Type ¶
func (StatsQuery_Logs_Type) Type() preflect.EnumType
type StatsQuery_OpenCalls ¶
type StatsQuery_OpenCalls struct { Methods []string `protobuf:"bytes,1,rep,name=methods,proto3" json:"methods,omitempty" firestore:"methods"` Versions []string `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty" firestore:"versions"` Resources []string `protobuf:"bytes,3,rep,name=resources,proto3" json:"resources,omitempty" firestore:"resources"` GroupBy []StatsQuery_OpenCalls_Groups `` /* 161-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_OpenCalls) Descriptor ¶
func (*StatsQuery_OpenCalls) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_OpenCalls.ProtoReflect.Descriptor instead.
func (*StatsQuery_OpenCalls) GetGroupBy ¶
func (m *StatsQuery_OpenCalls) GetGroupBy() []StatsQuery_OpenCalls_Groups
func (*StatsQuery_OpenCalls) GetMethods ¶
func (m *StatsQuery_OpenCalls) GetMethods() []string
func (*StatsQuery_OpenCalls) GetResources ¶
func (m *StatsQuery_OpenCalls) GetResources() []string
func (*StatsQuery_OpenCalls) GetVersions ¶
func (m *StatsQuery_OpenCalls) GetVersions() []string
func (*StatsQuery_OpenCalls) GotenMessage ¶
func (*StatsQuery_OpenCalls) GotenMessage()
func (*StatsQuery_OpenCalls) GotenValidate ¶
func (obj *StatsQuery_OpenCalls) GotenValidate() error
func (*StatsQuery_OpenCalls) Marshal ¶
func (m *StatsQuery_OpenCalls) Marshal() ([]byte, error)
func (*StatsQuery_OpenCalls) MarshalJSON ¶
func (m *StatsQuery_OpenCalls) MarshalJSON() ([]byte, error)
func (*StatsQuery_OpenCalls) ProtoMessage ¶
func (*StatsQuery_OpenCalls) ProtoMessage()
func (*StatsQuery_OpenCalls) ProtoReflect ¶
func (m *StatsQuery_OpenCalls) ProtoReflect() preflect.Message
func (*StatsQuery_OpenCalls) Reset ¶
func (m *StatsQuery_OpenCalls) Reset()
func (*StatsQuery_OpenCalls) SetGroupBy ¶
func (m *StatsQuery_OpenCalls) SetGroupBy(fv []StatsQuery_OpenCalls_Groups)
func (*StatsQuery_OpenCalls) SetMethods ¶
func (m *StatsQuery_OpenCalls) SetMethods(fv []string)
func (*StatsQuery_OpenCalls) SetResources ¶
func (m *StatsQuery_OpenCalls) SetResources(fv []string)
func (*StatsQuery_OpenCalls) SetVersions ¶
func (m *StatsQuery_OpenCalls) SetVersions(fv []string)
func (*StatsQuery_OpenCalls) String ¶
func (m *StatsQuery_OpenCalls) String() string
func (*StatsQuery_OpenCalls) Unmarshal ¶
func (m *StatsQuery_OpenCalls) Unmarshal(b []byte) error
func (*StatsQuery_OpenCalls) UnmarshalJSON ¶
func (m *StatsQuery_OpenCalls) UnmarshalJSON(data []byte) error
type StatsQuery_OpenCalls_ ¶
type StatsQuery_OpenCalls_ struct {
OpenCalls *StatsQuery_OpenCalls `protobuf:"bytes,3,opt,name=open_calls,json=openCalls,proto3,oneof" firestore:"openCalls"`
}
type StatsQuery_OpenCalls_Groups ¶
type StatsQuery_OpenCalls_Groups int32
const ( StatsQuery_OpenCalls_METHOD StatsQuery_OpenCalls_Groups = 0 StatsQuery_OpenCalls_VERSION StatsQuery_OpenCalls_Groups = 1 StatsQuery_OpenCalls_RESOURCE_TYPE StatsQuery_OpenCalls_Groups = 2 )
func (StatsQuery_OpenCalls_Groups) Descriptor ¶
func (StatsQuery_OpenCalls_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_OpenCalls_Groups) Enum ¶
func (x StatsQuery_OpenCalls_Groups) Enum() *StatsQuery_OpenCalls_Groups
func (StatsQuery_OpenCalls_Groups) EnumDescriptor ¶
func (StatsQuery_OpenCalls_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_OpenCalls_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_OpenCalls_Groups) Number ¶
func (x StatsQuery_OpenCalls_Groups) Number() preflect.EnumNumber
func (StatsQuery_OpenCalls_Groups) String ¶
func (x StatsQuery_OpenCalls_Groups) String() string
func (StatsQuery_OpenCalls_Groups) Type ¶
func (StatsQuery_OpenCalls_Groups) Type() preflect.EnumType
type StatsQuery_ResourceChangeLogs ¶
type StatsQuery_ResourceChangeLogs struct { Type StatsQuery_ResourceChangeLogs_Type `` /* 137-byte string literal not displayed */ ResourceTypes []string `` /* 126-byte string literal not displayed */ GroupBy []StatsQuery_ResourceChangeLogs_Groups `` /* 170-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_ResourceChangeLogs) Descriptor ¶
func (*StatsQuery_ResourceChangeLogs) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ResourceChangeLogs.ProtoReflect.Descriptor instead.
func (*StatsQuery_ResourceChangeLogs) GetGroupBy ¶
func (m *StatsQuery_ResourceChangeLogs) GetGroupBy() []StatsQuery_ResourceChangeLogs_Groups
func (*StatsQuery_ResourceChangeLogs) GetResourceTypes ¶
func (m *StatsQuery_ResourceChangeLogs) GetResourceTypes() []string
func (*StatsQuery_ResourceChangeLogs) GetType ¶
func (m *StatsQuery_ResourceChangeLogs) GetType() StatsQuery_ResourceChangeLogs_Type
func (*StatsQuery_ResourceChangeLogs) GotenMessage ¶
func (*StatsQuery_ResourceChangeLogs) GotenMessage()
func (*StatsQuery_ResourceChangeLogs) GotenValidate ¶
func (obj *StatsQuery_ResourceChangeLogs) GotenValidate() error
func (*StatsQuery_ResourceChangeLogs) Marshal ¶
func (m *StatsQuery_ResourceChangeLogs) Marshal() ([]byte, error)
func (*StatsQuery_ResourceChangeLogs) MarshalJSON ¶
func (m *StatsQuery_ResourceChangeLogs) MarshalJSON() ([]byte, error)
func (*StatsQuery_ResourceChangeLogs) ProtoMessage ¶
func (*StatsQuery_ResourceChangeLogs) ProtoMessage()
func (*StatsQuery_ResourceChangeLogs) ProtoReflect ¶
func (m *StatsQuery_ResourceChangeLogs) ProtoReflect() preflect.Message
func (*StatsQuery_ResourceChangeLogs) Reset ¶
func (m *StatsQuery_ResourceChangeLogs) Reset()
func (*StatsQuery_ResourceChangeLogs) SetGroupBy ¶
func (m *StatsQuery_ResourceChangeLogs) SetGroupBy(fv []StatsQuery_ResourceChangeLogs_Groups)
func (*StatsQuery_ResourceChangeLogs) SetResourceTypes ¶
func (m *StatsQuery_ResourceChangeLogs) SetResourceTypes(fv []string)
func (*StatsQuery_ResourceChangeLogs) SetType ¶
func (m *StatsQuery_ResourceChangeLogs) SetType(fv StatsQuery_ResourceChangeLogs_Type)
func (*StatsQuery_ResourceChangeLogs) String ¶
func (m *StatsQuery_ResourceChangeLogs) String() string
func (*StatsQuery_ResourceChangeLogs) Unmarshal ¶
func (m *StatsQuery_ResourceChangeLogs) Unmarshal(b []byte) error
func (*StatsQuery_ResourceChangeLogs) UnmarshalJSON ¶
func (m *StatsQuery_ResourceChangeLogs) UnmarshalJSON(data []byte) error
type StatsQuery_ResourceChangeLogsUsage ¶
type StatsQuery_ResourceChangeLogsUsage struct {
ResourceChangeLogsUsage *StatsQuery_ResourceChangeLogs `` /* 133-byte string literal not displayed */
}
type StatsQuery_ResourceChangeLogs_Groups ¶
type StatsQuery_ResourceChangeLogs_Groups int32
const (
StatsQuery_ResourceChangeLogs_RESOURCE_TYPE StatsQuery_ResourceChangeLogs_Groups = 0
)
func (StatsQuery_ResourceChangeLogs_Groups) Descriptor ¶
func (StatsQuery_ResourceChangeLogs_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_ResourceChangeLogs_Groups) Enum ¶
func (x StatsQuery_ResourceChangeLogs_Groups) Enum() *StatsQuery_ResourceChangeLogs_Groups
func (StatsQuery_ResourceChangeLogs_Groups) EnumDescriptor ¶
func (StatsQuery_ResourceChangeLogs_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ResourceChangeLogs_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_ResourceChangeLogs_Groups) Number ¶
func (x StatsQuery_ResourceChangeLogs_Groups) Number() preflect.EnumNumber
func (StatsQuery_ResourceChangeLogs_Groups) String ¶
func (x StatsQuery_ResourceChangeLogs_Groups) String() string
func (StatsQuery_ResourceChangeLogs_Groups) Type ¶
func (StatsQuery_ResourceChangeLogs_Groups) Type() preflect.EnumType
type StatsQuery_ResourceChangeLogs_Type ¶
type StatsQuery_ResourceChangeLogs_Type int32
const ( StatsQuery_ResourceChangeLogs_UNDEFINED StatsQuery_ResourceChangeLogs_Type = 0 StatsQuery_ResourceChangeLogs_READS StatsQuery_ResourceChangeLogs_Type = 1 StatsQuery_ResourceChangeLogs_WRITES StatsQuery_ResourceChangeLogs_Type = 2 )
func (StatsQuery_ResourceChangeLogs_Type) Descriptor ¶
func (StatsQuery_ResourceChangeLogs_Type) Descriptor() preflect.EnumDescriptor
func (StatsQuery_ResourceChangeLogs_Type) Enum ¶
func (x StatsQuery_ResourceChangeLogs_Type) Enum() *StatsQuery_ResourceChangeLogs_Type
func (StatsQuery_ResourceChangeLogs_Type) EnumDescriptor ¶
func (StatsQuery_ResourceChangeLogs_Type) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ResourceChangeLogs_Type.ProtoReflect.Descriptor instead.
func (StatsQuery_ResourceChangeLogs_Type) Number ¶
func (x StatsQuery_ResourceChangeLogs_Type) Number() preflect.EnumNumber
func (StatsQuery_ResourceChangeLogs_Type) String ¶
func (x StatsQuery_ResourceChangeLogs_Type) String() string
func (StatsQuery_ResourceChangeLogs_Type) Type ¶
func (StatsQuery_ResourceChangeLogs_Type) Type() preflect.EnumType
type StatsQuery_ResourceCount ¶
type StatsQuery_ResourceCount struct { Resources []string `protobuf:"bytes,1,rep,name=resources,proto3" json:"resources,omitempty" firestore:"resources"` // contains filtered or unexported fields }
func (*StatsQuery_ResourceCount) Descriptor ¶
func (*StatsQuery_ResourceCount) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_ResourceCount.ProtoReflect.Descriptor instead.
func (*StatsQuery_ResourceCount) GetResources ¶
func (m *StatsQuery_ResourceCount) GetResources() []string
func (*StatsQuery_ResourceCount) GotenMessage ¶
func (*StatsQuery_ResourceCount) GotenMessage()
func (*StatsQuery_ResourceCount) GotenValidate ¶
func (obj *StatsQuery_ResourceCount) GotenValidate() error
func (*StatsQuery_ResourceCount) Marshal ¶
func (m *StatsQuery_ResourceCount) Marshal() ([]byte, error)
func (*StatsQuery_ResourceCount) MarshalJSON ¶
func (m *StatsQuery_ResourceCount) MarshalJSON() ([]byte, error)
func (*StatsQuery_ResourceCount) ProtoMessage ¶
func (*StatsQuery_ResourceCount) ProtoMessage()
func (*StatsQuery_ResourceCount) ProtoReflect ¶
func (m *StatsQuery_ResourceCount) ProtoReflect() preflect.Message
func (*StatsQuery_ResourceCount) Reset ¶
func (m *StatsQuery_ResourceCount) Reset()
func (*StatsQuery_ResourceCount) SetResources ¶
func (m *StatsQuery_ResourceCount) SetResources(fv []string)
func (*StatsQuery_ResourceCount) String ¶
func (m *StatsQuery_ResourceCount) String() string
func (*StatsQuery_ResourceCount) Unmarshal ¶
func (m *StatsQuery_ResourceCount) Unmarshal(b []byte) error
func (*StatsQuery_ResourceCount) UnmarshalJSON ¶
func (m *StatsQuery_ResourceCount) UnmarshalJSON(data []byte) error
type StatsQuery_ResourceCount_ ¶
type StatsQuery_ResourceCount_ struct {
ResourceCount *StatsQuery_ResourceCount `protobuf:"bytes,8,opt,name=resource_count,json=resourceCount,proto3,oneof" firestore:"resourceCount"`
}
type StatsQuery_StoreOperations ¶
type StatsQuery_StoreOperations struct { Methods []string `protobuf:"bytes,1,rep,name=methods,proto3" json:"methods,omitempty" firestore:"methods"` Versions []string `protobuf:"bytes,2,rep,name=versions,proto3" json:"versions,omitempty" firestore:"versions"` Resources []string `protobuf:"bytes,3,rep,name=resources,proto3" json:"resources,omitempty" firestore:"resources"` Operations []StatsQuery_StoreOperations_Operation `` /* 164-byte string literal not displayed */ GroupBy []StatsQuery_StoreOperations_Groups `` /* 167-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_StoreOperations) Descriptor ¶
func (*StatsQuery_StoreOperations) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_StoreOperations.ProtoReflect.Descriptor instead.
func (*StatsQuery_StoreOperations) GetGroupBy ¶
func (m *StatsQuery_StoreOperations) GetGroupBy() []StatsQuery_StoreOperations_Groups
func (*StatsQuery_StoreOperations) GetMethods ¶
func (m *StatsQuery_StoreOperations) GetMethods() []string
func (*StatsQuery_StoreOperations) GetOperations ¶
func (m *StatsQuery_StoreOperations) GetOperations() []StatsQuery_StoreOperations_Operation
func (*StatsQuery_StoreOperations) GetResources ¶
func (m *StatsQuery_StoreOperations) GetResources() []string
func (*StatsQuery_StoreOperations) GetVersions ¶
func (m *StatsQuery_StoreOperations) GetVersions() []string
func (*StatsQuery_StoreOperations) GotenMessage ¶
func (*StatsQuery_StoreOperations) GotenMessage()
func (*StatsQuery_StoreOperations) GotenValidate ¶
func (obj *StatsQuery_StoreOperations) GotenValidate() error
func (*StatsQuery_StoreOperations) Marshal ¶
func (m *StatsQuery_StoreOperations) Marshal() ([]byte, error)
func (*StatsQuery_StoreOperations) MarshalJSON ¶
func (m *StatsQuery_StoreOperations) MarshalJSON() ([]byte, error)
func (*StatsQuery_StoreOperations) ProtoMessage ¶
func (*StatsQuery_StoreOperations) ProtoMessage()
func (*StatsQuery_StoreOperations) ProtoReflect ¶
func (m *StatsQuery_StoreOperations) ProtoReflect() preflect.Message
func (*StatsQuery_StoreOperations) Reset ¶
func (m *StatsQuery_StoreOperations) Reset()
func (*StatsQuery_StoreOperations) SetGroupBy ¶
func (m *StatsQuery_StoreOperations) SetGroupBy(fv []StatsQuery_StoreOperations_Groups)
func (*StatsQuery_StoreOperations) SetMethods ¶
func (m *StatsQuery_StoreOperations) SetMethods(fv []string)
func (*StatsQuery_StoreOperations) SetOperations ¶
func (m *StatsQuery_StoreOperations) SetOperations(fv []StatsQuery_StoreOperations_Operation)
func (*StatsQuery_StoreOperations) SetResources ¶
func (m *StatsQuery_StoreOperations) SetResources(fv []string)
func (*StatsQuery_StoreOperations) SetVersions ¶
func (m *StatsQuery_StoreOperations) SetVersions(fv []string)
func (*StatsQuery_StoreOperations) String ¶
func (m *StatsQuery_StoreOperations) String() string
func (*StatsQuery_StoreOperations) Unmarshal ¶
func (m *StatsQuery_StoreOperations) Unmarshal(b []byte) error
func (*StatsQuery_StoreOperations) UnmarshalJSON ¶
func (m *StatsQuery_StoreOperations) UnmarshalJSON(data []byte) error
type StatsQuery_StoreOperations_Groups ¶
type StatsQuery_StoreOperations_Groups int32
const ( StatsQuery_StoreOperations_METHOD StatsQuery_StoreOperations_Groups = 0 StatsQuery_StoreOperations_VERSION StatsQuery_StoreOperations_Groups = 1 StatsQuery_StoreOperations_RESOURCE_TYPE StatsQuery_StoreOperations_Groups = 2 StatsQuery_StoreOperations_OPERATION StatsQuery_StoreOperations_Groups = 3 )
func (StatsQuery_StoreOperations_Groups) Descriptor ¶
func (StatsQuery_StoreOperations_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_StoreOperations_Groups) Enum ¶
func (x StatsQuery_StoreOperations_Groups) Enum() *StatsQuery_StoreOperations_Groups
func (StatsQuery_StoreOperations_Groups) EnumDescriptor ¶
func (StatsQuery_StoreOperations_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_StoreOperations_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_StoreOperations_Groups) Number ¶
func (x StatsQuery_StoreOperations_Groups) Number() preflect.EnumNumber
func (StatsQuery_StoreOperations_Groups) String ¶
func (x StatsQuery_StoreOperations_Groups) String() string
func (StatsQuery_StoreOperations_Groups) Type ¶
func (StatsQuery_StoreOperations_Groups) Type() preflect.EnumType
type StatsQuery_StoreOperations_Operation ¶
type StatsQuery_StoreOperations_Operation int32
const ( StatsQuery_StoreOperations_UNDEFINED StatsQuery_StoreOperations_Operation = 0 StatsQuery_StoreOperations_GET StatsQuery_StoreOperations_Operation = 1 StatsQuery_StoreOperations_LIST StatsQuery_StoreOperations_Operation = 2 StatsQuery_StoreOperations_SEARCH StatsQuery_StoreOperations_Operation = 3 StatsQuery_StoreOperations_WATCH StatsQuery_StoreOperations_Operation = 4 StatsQuery_StoreOperations_CREATE StatsQuery_StoreOperations_Operation = 5 StatsQuery_StoreOperations_UPDATE StatsQuery_StoreOperations_Operation = 6 StatsQuery_StoreOperations_DELETE StatsQuery_StoreOperations_Operation = 7 )
func (StatsQuery_StoreOperations_Operation) Descriptor ¶
func (StatsQuery_StoreOperations_Operation) Descriptor() preflect.EnumDescriptor
func (StatsQuery_StoreOperations_Operation) Enum ¶
func (x StatsQuery_StoreOperations_Operation) Enum() *StatsQuery_StoreOperations_Operation
func (StatsQuery_StoreOperations_Operation) EnumDescriptor ¶
func (StatsQuery_StoreOperations_Operation) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_StoreOperations_Operation.ProtoReflect.Descriptor instead.
func (StatsQuery_StoreOperations_Operation) Number ¶
func (x StatsQuery_StoreOperations_Operation) Number() preflect.EnumNumber
func (StatsQuery_StoreOperations_Operation) String ¶
func (x StatsQuery_StoreOperations_Operation) String() string
func (StatsQuery_StoreOperations_Operation) Type ¶
func (StatsQuery_StoreOperations_Operation) Type() preflect.EnumType
type StatsQuery_StoreUsage ¶
type StatsQuery_StoreUsage struct {
StoreUsage *StatsQuery_StoreOperations `protobuf:"bytes,7,opt,name=store_usage,json=storeUsage,proto3,oneof" firestore:"storeUsage"`
}
type StatsQuery_TimeSeries ¶
type StatsQuery_TimeSeries struct { Type StatsQuery_TimeSeries_Type `` /* 129-byte string literal not displayed */ ResourceTypes []string `` /* 126-byte string literal not displayed */ MetricTypes []string `protobuf:"bytes,3,rep,name=metric_types,json=metricTypes,proto3" json:"metric_types,omitempty" firestore:"metricTypes"` GroupBy []StatsQuery_TimeSeries_Groups `` /* 162-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_TimeSeries) Descriptor ¶
func (*StatsQuery_TimeSeries) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_TimeSeries.ProtoReflect.Descriptor instead.
func (*StatsQuery_TimeSeries) GetGroupBy ¶
func (m *StatsQuery_TimeSeries) GetGroupBy() []StatsQuery_TimeSeries_Groups
func (*StatsQuery_TimeSeries) GetMetricTypes ¶
func (m *StatsQuery_TimeSeries) GetMetricTypes() []string
func (*StatsQuery_TimeSeries) GetResourceTypes ¶
func (m *StatsQuery_TimeSeries) GetResourceTypes() []string
func (*StatsQuery_TimeSeries) GetType ¶
func (m *StatsQuery_TimeSeries) GetType() StatsQuery_TimeSeries_Type
func (*StatsQuery_TimeSeries) GotenMessage ¶
func (*StatsQuery_TimeSeries) GotenMessage()
func (*StatsQuery_TimeSeries) GotenValidate ¶
func (obj *StatsQuery_TimeSeries) GotenValidate() error
func (*StatsQuery_TimeSeries) Marshal ¶
func (m *StatsQuery_TimeSeries) Marshal() ([]byte, error)
func (*StatsQuery_TimeSeries) MarshalJSON ¶
func (m *StatsQuery_TimeSeries) MarshalJSON() ([]byte, error)
func (*StatsQuery_TimeSeries) ProtoMessage ¶
func (*StatsQuery_TimeSeries) ProtoMessage()
func (*StatsQuery_TimeSeries) ProtoReflect ¶
func (m *StatsQuery_TimeSeries) ProtoReflect() preflect.Message
func (*StatsQuery_TimeSeries) Reset ¶
func (m *StatsQuery_TimeSeries) Reset()
func (*StatsQuery_TimeSeries) SetGroupBy ¶
func (m *StatsQuery_TimeSeries) SetGroupBy(fv []StatsQuery_TimeSeries_Groups)
func (*StatsQuery_TimeSeries) SetMetricTypes ¶
func (m *StatsQuery_TimeSeries) SetMetricTypes(fv []string)
func (*StatsQuery_TimeSeries) SetResourceTypes ¶
func (m *StatsQuery_TimeSeries) SetResourceTypes(fv []string)
func (*StatsQuery_TimeSeries) SetType ¶
func (m *StatsQuery_TimeSeries) SetType(fv StatsQuery_TimeSeries_Type)
func (*StatsQuery_TimeSeries) String ¶
func (m *StatsQuery_TimeSeries) String() string
func (*StatsQuery_TimeSeries) Unmarshal ¶
func (m *StatsQuery_TimeSeries) Unmarshal(b []byte) error
func (*StatsQuery_TimeSeries) UnmarshalJSON ¶
func (m *StatsQuery_TimeSeries) UnmarshalJSON(data []byte) error
type StatsQuery_TimeSeriesLatencies ¶
type StatsQuery_TimeSeriesLatencies struct { OfAp *durationpb.Duration `protobuf:"bytes,1,opt,name=of_ap,json=ofAp,proto3" json:"of_ap,omitempty" firestore:"ofAp"` Reducer StatsQuery_TimeSeriesLatencies_Reducer `` /* 150-byte string literal not displayed */ // contains filtered or unexported fields }
func (*StatsQuery_TimeSeriesLatencies) Descriptor ¶
func (*StatsQuery_TimeSeriesLatencies) Descriptor() ([]byte, []int)
Deprecated, Use StatsQuery_TimeSeriesLatencies.ProtoReflect.Descriptor instead.
func (*StatsQuery_TimeSeriesLatencies) GetOfAp ¶
func (m *StatsQuery_TimeSeriesLatencies) GetOfAp() *durationpb.Duration
func (*StatsQuery_TimeSeriesLatencies) GetReducer ¶
func (m *StatsQuery_TimeSeriesLatencies) GetReducer() StatsQuery_TimeSeriesLatencies_Reducer
func (*StatsQuery_TimeSeriesLatencies) GotenMessage ¶
func (*StatsQuery_TimeSeriesLatencies) GotenMessage()
func (*StatsQuery_TimeSeriesLatencies) GotenValidate ¶
func (obj *StatsQuery_TimeSeriesLatencies) GotenValidate() error
func (*StatsQuery_TimeSeriesLatencies) Marshal ¶
func (m *StatsQuery_TimeSeriesLatencies) Marshal() ([]byte, error)
func (*StatsQuery_TimeSeriesLatencies) MarshalJSON ¶
func (m *StatsQuery_TimeSeriesLatencies) MarshalJSON() ([]byte, error)
func (*StatsQuery_TimeSeriesLatencies) ProtoMessage ¶
func (*StatsQuery_TimeSeriesLatencies) ProtoMessage()
func (*StatsQuery_TimeSeriesLatencies) ProtoReflect ¶
func (m *StatsQuery_TimeSeriesLatencies) ProtoReflect() preflect.Message
func (*StatsQuery_TimeSeriesLatencies) Reset ¶
func (m *StatsQuery_TimeSeriesLatencies) Reset()
func (*StatsQuery_TimeSeriesLatencies) SetOfAp ¶
func (m *StatsQuery_TimeSeriesLatencies) SetOfAp(fv *durationpb.Duration)
func (*StatsQuery_TimeSeriesLatencies) SetReducer ¶
func (m *StatsQuery_TimeSeriesLatencies) SetReducer(fv StatsQuery_TimeSeriesLatencies_Reducer)
func (*StatsQuery_TimeSeriesLatencies) String ¶
func (m *StatsQuery_TimeSeriesLatencies) String() string
func (*StatsQuery_TimeSeriesLatencies) Unmarshal ¶
func (m *StatsQuery_TimeSeriesLatencies) Unmarshal(b []byte) error
func (*StatsQuery_TimeSeriesLatencies) UnmarshalJSON ¶
func (m *StatsQuery_TimeSeriesLatencies) UnmarshalJSON(data []byte) error
type StatsQuery_TimeSeriesLatencies_ ¶
type StatsQuery_TimeSeriesLatencies_ struct {
TimeSeriesLatencies *StatsQuery_TimeSeriesLatencies `protobuf:"bytes,13,opt,name=time_series_latencies,json=timeSeriesLatencies,proto3,oneof" firestore:"timeSeriesLatencies"`
}
type StatsQuery_TimeSeriesLatencies_Reducer ¶
type StatsQuery_TimeSeriesLatencies_Reducer int32
const ( StatsQuery_TimeSeriesLatencies_SUMMARY StatsQuery_TimeSeriesLatencies_Reducer = 0 StatsQuery_TimeSeriesLatencies_MIN StatsQuery_TimeSeriesLatencies_Reducer = 1 StatsQuery_TimeSeriesLatencies_MAX StatsQuery_TimeSeriesLatencies_Reducer = 2 StatsQuery_TimeSeriesLatencies_P50 StatsQuery_TimeSeriesLatencies_Reducer = 3 StatsQuery_TimeSeriesLatencies_P95 StatsQuery_TimeSeriesLatencies_Reducer = 4 StatsQuery_TimeSeriesLatencies_P99 StatsQuery_TimeSeriesLatencies_Reducer = 5 StatsQuery_TimeSeriesLatencies_MEAN StatsQuery_TimeSeriesLatencies_Reducer = 6 StatsQuery_TimeSeriesLatencies_STD_DEV StatsQuery_TimeSeriesLatencies_Reducer = 7 )
func (StatsQuery_TimeSeriesLatencies_Reducer) Descriptor ¶
func (StatsQuery_TimeSeriesLatencies_Reducer) Descriptor() preflect.EnumDescriptor
func (StatsQuery_TimeSeriesLatencies_Reducer) EnumDescriptor ¶
func (StatsQuery_TimeSeriesLatencies_Reducer) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_TimeSeriesLatencies_Reducer.ProtoReflect.Descriptor instead.
func (StatsQuery_TimeSeriesLatencies_Reducer) Number ¶
func (x StatsQuery_TimeSeriesLatencies_Reducer) Number() preflect.EnumNumber
func (StatsQuery_TimeSeriesLatencies_Reducer) String ¶
func (x StatsQuery_TimeSeriesLatencies_Reducer) String() string
func (StatsQuery_TimeSeriesLatencies_Reducer) Type ¶
func (StatsQuery_TimeSeriesLatencies_Reducer) Type() preflect.EnumType
type StatsQuery_TimeSeriesUsage ¶
type StatsQuery_TimeSeriesUsage struct {
TimeSeriesUsage *StatsQuery_TimeSeries `protobuf:"bytes,12,opt,name=time_series_usage,json=timeSeriesUsage,proto3,oneof" firestore:"timeSeriesUsage"`
}
type StatsQuery_TimeSeries_Groups ¶
type StatsQuery_TimeSeries_Groups int32
const ( StatsQuery_TimeSeries_RESOURCE_TYPE StatsQuery_TimeSeries_Groups = 0 StatsQuery_TimeSeries_METRIC_TYPE StatsQuery_TimeSeries_Groups = 1 )
func (StatsQuery_TimeSeries_Groups) Descriptor ¶
func (StatsQuery_TimeSeries_Groups) Descriptor() preflect.EnumDescriptor
func (StatsQuery_TimeSeries_Groups) Enum ¶
func (x StatsQuery_TimeSeries_Groups) Enum() *StatsQuery_TimeSeries_Groups
func (StatsQuery_TimeSeries_Groups) EnumDescriptor ¶
func (StatsQuery_TimeSeries_Groups) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_TimeSeries_Groups.ProtoReflect.Descriptor instead.
func (StatsQuery_TimeSeries_Groups) Number ¶
func (x StatsQuery_TimeSeries_Groups) Number() preflect.EnumNumber
func (StatsQuery_TimeSeries_Groups) String ¶
func (x StatsQuery_TimeSeries_Groups) String() string
func (StatsQuery_TimeSeries_Groups) Type ¶
func (StatsQuery_TimeSeries_Groups) Type() preflect.EnumType
type StatsQuery_TimeSeries_Type ¶
type StatsQuery_TimeSeries_Type int32
const ( StatsQuery_TimeSeries_UNDEFINED StatsQuery_TimeSeries_Type = 0 StatsQuery_TimeSeries_READS StatsQuery_TimeSeries_Type = 1 StatsQuery_TimeSeries_RAW_WRITES StatsQuery_TimeSeries_Type = 2 StatsQuery_TimeSeries_ROLLUP_WRITES StatsQuery_TimeSeries_Type = 3 )
func (StatsQuery_TimeSeries_Type) Descriptor ¶
func (StatsQuery_TimeSeries_Type) Descriptor() preflect.EnumDescriptor
func (StatsQuery_TimeSeries_Type) Enum ¶
func (x StatsQuery_TimeSeries_Type) Enum() *StatsQuery_TimeSeries_Type
func (StatsQuery_TimeSeries_Type) EnumDescriptor ¶
func (StatsQuery_TimeSeries_Type) EnumDescriptor() ([]byte, []int)
Deprecated, Use StatsQuery_TimeSeries_Type.ProtoReflect.Descriptor instead.
func (StatsQuery_TimeSeries_Type) Number ¶
func (x StatsQuery_TimeSeries_Type) Number() preflect.EnumNumber
func (StatsQuery_TimeSeries_Type) String ¶
func (x StatsQuery_TimeSeries_Type) String() string
func (StatsQuery_TimeSeries_Type) Type ¶
func (StatsQuery_TimeSeries_Type) Type() preflect.EnumType
type TimeSerieServiceClient ¶
type TimeSerieServiceClient interface { ListTimeSeries(ctx context.Context, in *ListTimeSeriesRequest, opts ...grpc.CallOption) (*ListTimeSeriesResponse, error) QueryProjectTimeSeriesStats(ctx context.Context, in *QueryProjectTimeSeriesStatsRequest, opts ...grpc.CallOption) (*QueryProjectTimeSeriesStatsResponse, error) QueryServiceTimeSeriesStats(ctx context.Context, in *QueryServiceTimeSeriesStatsRequest, opts ...grpc.CallOption) (*QueryServiceTimeSeriesStatsResponse, error) CreateTimeSeries(ctx context.Context, in *CreateTimeSeriesRequest, opts ...grpc.CallOption) (*CreateTimeSeriesResponse, error) }
TimeSerieServiceClient is the client API for TimeSerieService.
For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.
func NewTimeSerieServiceClient ¶
func NewTimeSerieServiceClient(cc grpc.ClientConnInterface) TimeSerieServiceClient
type TimeSerieServiceDescriptor ¶
type TimeSerieServiceDescriptor struct{}
func GetTimeSerieServiceDescriptor ¶
func GetTimeSerieServiceDescriptor() *TimeSerieServiceDescriptor
func (*TimeSerieServiceDescriptor) AllMethodDescriptors ¶
func (d *TimeSerieServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
func (*TimeSerieServiceDescriptor) GetApiName ¶
func (d *TimeSerieServiceDescriptor) GetApiName() string
func (*TimeSerieServiceDescriptor) GetFullAPIName ¶
func (d *TimeSerieServiceDescriptor) GetFullAPIName() string
func (*TimeSerieServiceDescriptor) GetProtoPkgName ¶
func (d *TimeSerieServiceDescriptor) GetProtoPkgName() string
func (*TimeSerieServiceDescriptor) GetServiceDomain ¶
func (d *TimeSerieServiceDescriptor) GetServiceDomain() string
func (*TimeSerieServiceDescriptor) GetServiceVersion ¶
func (d *TimeSerieServiceDescriptor) GetServiceVersion() string