monitoringpb

package
v1.18.2 Latest Latest
Warning

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

Go to latest
Published: Apr 15, 2024 License: Apache-2.0 Imports: 21 Imported by: 65

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	AlertPolicy_ConditionCombinerType_name = map[int32]string{
		0: "COMBINE_UNSPECIFIED",
		1: "AND",
		2: "OR",
		3: "AND_WITH_MATCHING_RESOURCE",
	}
	AlertPolicy_ConditionCombinerType_value = map[string]int32{
		"COMBINE_UNSPECIFIED":        0,
		"AND":                        1,
		"OR":                         2,
		"AND_WITH_MATCHING_RESOURCE": 3,
	}
)

Enum value maps for AlertPolicy_ConditionCombinerType.

View Source
var (
	AlertPolicy_Severity_name = map[int32]string{
		0: "SEVERITY_UNSPECIFIED",
		1: "CRITICAL",
		2: "ERROR",
		3: "WARNING",
	}
	AlertPolicy_Severity_value = map[string]int32{
		"SEVERITY_UNSPECIFIED": 0,
		"CRITICAL":             1,
		"ERROR":                2,
		"WARNING":              3,
	}
)

Enum value maps for AlertPolicy_Severity.

View Source
var (
	AlertPolicy_Condition_EvaluationMissingData_name = map[int32]string{
		0: "EVALUATION_MISSING_DATA_UNSPECIFIED",
		1: "EVALUATION_MISSING_DATA_INACTIVE",
		2: "EVALUATION_MISSING_DATA_ACTIVE",
		3: "EVALUATION_MISSING_DATA_NO_OP",
	}
	AlertPolicy_Condition_EvaluationMissingData_value = map[string]int32{
		"EVALUATION_MISSING_DATA_UNSPECIFIED": 0,
		"EVALUATION_MISSING_DATA_INACTIVE":    1,
		"EVALUATION_MISSING_DATA_ACTIVE":      2,
		"EVALUATION_MISSING_DATA_NO_OP":       3,
	}
)

Enum value maps for AlertPolicy_Condition_EvaluationMissingData.

View Source
var (
	ComparisonType_name = map[int32]string{
		0: "COMPARISON_UNSPECIFIED",
		1: "COMPARISON_GT",
		2: "COMPARISON_GE",
		3: "COMPARISON_LT",
		4: "COMPARISON_LE",
		5: "COMPARISON_EQ",
		6: "COMPARISON_NE",
	}
	ComparisonType_value = map[string]int32{
		"COMPARISON_UNSPECIFIED": 0,
		"COMPARISON_GT":          1,
		"COMPARISON_GE":          2,
		"COMPARISON_LT":          3,
		"COMPARISON_LE":          4,
		"COMPARISON_EQ":          5,
		"COMPARISON_NE":          6,
	}
)

Enum value maps for ComparisonType.

View Source
var (
	ServiceTier_name = map[int32]string{
		0: "SERVICE_TIER_UNSPECIFIED",
		1: "SERVICE_TIER_BASIC",
		2: "SERVICE_TIER_PREMIUM",
	}
	ServiceTier_value = map[string]int32{
		"SERVICE_TIER_UNSPECIFIED": 0,
		"SERVICE_TIER_BASIC":       1,
		"SERVICE_TIER_PREMIUM":     2,
	}
)

Enum value maps for ServiceTier.

View Source
var (
	Aggregation_Aligner_name = map[int32]string{
		0:  "ALIGN_NONE",
		1:  "ALIGN_DELTA",
		2:  "ALIGN_RATE",
		3:  "ALIGN_INTERPOLATE",
		4:  "ALIGN_NEXT_OLDER",
		10: "ALIGN_MIN",
		11: "ALIGN_MAX",
		12: "ALIGN_MEAN",
		13: "ALIGN_COUNT",
		14: "ALIGN_SUM",
		15: "ALIGN_STDDEV",
		16: "ALIGN_COUNT_TRUE",
		24: "ALIGN_COUNT_FALSE",
		17: "ALIGN_FRACTION_TRUE",
		18: "ALIGN_PERCENTILE_99",
		19: "ALIGN_PERCENTILE_95",
		20: "ALIGN_PERCENTILE_50",
		21: "ALIGN_PERCENTILE_05",
		23: "ALIGN_PERCENT_CHANGE",
	}
	Aggregation_Aligner_value = map[string]int32{
		"ALIGN_NONE":           0,
		"ALIGN_DELTA":          1,
		"ALIGN_RATE":           2,
		"ALIGN_INTERPOLATE":    3,
		"ALIGN_NEXT_OLDER":     4,
		"ALIGN_MIN":            10,
		"ALIGN_MAX":            11,
		"ALIGN_MEAN":           12,
		"ALIGN_COUNT":          13,
		"ALIGN_SUM":            14,
		"ALIGN_STDDEV":         15,
		"ALIGN_COUNT_TRUE":     16,
		"ALIGN_COUNT_FALSE":    24,
		"ALIGN_FRACTION_TRUE":  17,
		"ALIGN_PERCENTILE_99":  18,
		"ALIGN_PERCENTILE_95":  19,
		"ALIGN_PERCENTILE_50":  20,
		"ALIGN_PERCENTILE_05":  21,
		"ALIGN_PERCENT_CHANGE": 23,
	}
)

Enum value maps for Aggregation_Aligner.

View Source
var (
	Aggregation_Reducer_name = map[int32]string{
		0:  "REDUCE_NONE",
		1:  "REDUCE_MEAN",
		2:  "REDUCE_MIN",
		3:  "REDUCE_MAX",
		4:  "REDUCE_SUM",
		5:  "REDUCE_STDDEV",
		6:  "REDUCE_COUNT",
		7:  "REDUCE_COUNT_TRUE",
		15: "REDUCE_COUNT_FALSE",
		8:  "REDUCE_FRACTION_TRUE",
		9:  "REDUCE_PERCENTILE_99",
		10: "REDUCE_PERCENTILE_95",
		11: "REDUCE_PERCENTILE_50",
		12: "REDUCE_PERCENTILE_05",
	}
	Aggregation_Reducer_value = map[string]int32{
		"REDUCE_NONE":          0,
		"REDUCE_MEAN":          1,
		"REDUCE_MIN":           2,
		"REDUCE_MAX":           3,
		"REDUCE_SUM":           4,
		"REDUCE_STDDEV":        5,
		"REDUCE_COUNT":         6,
		"REDUCE_COUNT_TRUE":    7,
		"REDUCE_COUNT_FALSE":   15,
		"REDUCE_FRACTION_TRUE": 8,
		"REDUCE_PERCENTILE_99": 9,
		"REDUCE_PERCENTILE_95": 10,
		"REDUCE_PERCENTILE_50": 11,
		"REDUCE_PERCENTILE_05": 12,
	}
)

Enum value maps for Aggregation_Reducer.

View Source
var (
	ListTimeSeriesRequest_TimeSeriesView_name = map[int32]string{
		0: "FULL",
		1: "HEADERS",
	}
	ListTimeSeriesRequest_TimeSeriesView_value = map[string]int32{
		"FULL":    0,
		"HEADERS": 1,
	}
)

Enum value maps for ListTimeSeriesRequest_TimeSeriesView.

View Source
var (
	NotificationChannel_VerificationStatus_name = map[int32]string{
		0: "VERIFICATION_STATUS_UNSPECIFIED",
		1: "UNVERIFIED",
		2: "VERIFIED",
	}
	NotificationChannel_VerificationStatus_value = map[string]int32{
		"VERIFICATION_STATUS_UNSPECIFIED": 0,
		"UNVERIFIED":                      1,
		"VERIFIED":                        2,
	}
)

Enum value maps for NotificationChannel_VerificationStatus.

View Source
var (
	ServiceLevelObjective_View_name = map[int32]string{
		0: "VIEW_UNSPECIFIED",
		2: "FULL",
		1: "EXPLICIT",
	}
	ServiceLevelObjective_View_value = map[string]int32{
		"VIEW_UNSPECIFIED": 0,
		"FULL":             2,
		"EXPLICIT":         1,
	}
)

Enum value maps for ServiceLevelObjective_View.

View Source
var (
	UptimeCheckRegion_name = map[int32]string{
		0: "REGION_UNSPECIFIED",
		1: "USA",
		2: "EUROPE",
		3: "SOUTH_AMERICA",
		4: "ASIA_PACIFIC",
		5: "USA_OREGON",
		6: "USA_IOWA",
		7: "USA_VIRGINIA",
	}
	UptimeCheckRegion_value = map[string]int32{
		"REGION_UNSPECIFIED": 0,
		"USA":                1,
		"EUROPE":             2,
		"SOUTH_AMERICA":      3,
		"ASIA_PACIFIC":       4,
		"USA_OREGON":         5,
		"USA_IOWA":           6,
		"USA_VIRGINIA":       7,
	}
)

Enum value maps for UptimeCheckRegion.

View Source
var (
	GroupResourceType_name = map[int32]string{
		0: "RESOURCE_TYPE_UNSPECIFIED",
		1: "INSTANCE",
		2: "AWS_ELB_LOAD_BALANCER",
	}
	GroupResourceType_value = map[string]int32{
		"RESOURCE_TYPE_UNSPECIFIED": 0,
		"INSTANCE":                  1,
		"AWS_ELB_LOAD_BALANCER":     2,
	}
)

Enum value maps for GroupResourceType.

View Source
var (
	InternalChecker_State_name = map[int32]string{
		0: "UNSPECIFIED",
		1: "CREATING",
		2: "RUNNING",
	}
	InternalChecker_State_value = map[string]int32{
		"UNSPECIFIED": 0,
		"CREATING":    1,
		"RUNNING":     2,
	}
)

Enum value maps for InternalChecker_State.

View Source
var (
	UptimeCheckConfig_CheckerType_name = map[int32]string{
		0: "CHECKER_TYPE_UNSPECIFIED",
		1: "STATIC_IP_CHECKERS",
		3: "VPC_CHECKERS",
	}
	UptimeCheckConfig_CheckerType_value = map[string]int32{
		"CHECKER_TYPE_UNSPECIFIED": 0,
		"STATIC_IP_CHECKERS":       1,
		"VPC_CHECKERS":             3,
	}
)

Enum value maps for UptimeCheckConfig_CheckerType.

View Source
var (
	UptimeCheckConfig_HttpCheck_RequestMethod_name = map[int32]string{
		0: "METHOD_UNSPECIFIED",
		1: "GET",
		2: "POST",
	}
	UptimeCheckConfig_HttpCheck_RequestMethod_value = map[string]int32{
		"METHOD_UNSPECIFIED": 0,
		"GET":                1,
		"POST":               2,
	}
)

Enum value maps for UptimeCheckConfig_HttpCheck_RequestMethod.

View Source
var (
	UptimeCheckConfig_HttpCheck_ContentType_name = map[int32]string{
		0: "TYPE_UNSPECIFIED",
		1: "URL_ENCODED",
		2: "USER_PROVIDED",
	}
	UptimeCheckConfig_HttpCheck_ContentType_value = map[string]int32{
		"TYPE_UNSPECIFIED": 0,
		"URL_ENCODED":      1,
		"USER_PROVIDED":    2,
	}
)

Enum value maps for UptimeCheckConfig_HttpCheck_ContentType.

View Source
var (
	UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass_name = map[int32]string{
		0:    "STATUS_CLASS_UNSPECIFIED",
		100:  "STATUS_CLASS_1XX",
		200:  "STATUS_CLASS_2XX",
		300:  "STATUS_CLASS_3XX",
		400:  "STATUS_CLASS_4XX",
		500:  "STATUS_CLASS_5XX",
		1000: "STATUS_CLASS_ANY",
	}
	UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass_value = map[string]int32{
		"STATUS_CLASS_UNSPECIFIED": 0,
		"STATUS_CLASS_1XX":         100,
		"STATUS_CLASS_2XX":         200,
		"STATUS_CLASS_3XX":         300,
		"STATUS_CLASS_4XX":         400,
		"STATUS_CLASS_5XX":         500,
		"STATUS_CLASS_ANY":         1000,
	}
)

Enum value maps for UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass.

View Source
var (
	UptimeCheckConfig_ContentMatcher_ContentMatcherOption_name = map[int32]string{
		0: "CONTENT_MATCHER_OPTION_UNSPECIFIED",
		1: "CONTAINS_STRING",
		2: "NOT_CONTAINS_STRING",
		3: "MATCHES_REGEX",
		4: "NOT_MATCHES_REGEX",
		5: "MATCHES_JSON_PATH",
		6: "NOT_MATCHES_JSON_PATH",
	}
	UptimeCheckConfig_ContentMatcher_ContentMatcherOption_value = map[string]int32{
		"CONTENT_MATCHER_OPTION_UNSPECIFIED": 0,
		"CONTAINS_STRING":                    1,
		"NOT_CONTAINS_STRING":                2,
		"MATCHES_REGEX":                      3,
		"NOT_MATCHES_REGEX":                  4,
		"MATCHES_JSON_PATH":                  5,
		"NOT_MATCHES_JSON_PATH":              6,
	}
)

Enum value maps for UptimeCheckConfig_ContentMatcher_ContentMatcherOption.

View Source
var (
	UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption_name = map[int32]string{
		0: "JSON_PATH_MATCHER_OPTION_UNSPECIFIED",
		1: "EXACT_MATCH",
		2: "REGEX_MATCH",
	}
	UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption_value = map[string]int32{
		"JSON_PATH_MATCHER_OPTION_UNSPECIFIED": 0,
		"EXACT_MATCH":                          1,
		"REGEX_MATCH":                          2,
	}
)

Enum value maps for UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption.

View Source
var File_google_monitoring_v3_alert_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_alert_service_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_common_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_dropped_labels_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_group_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_group_service_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_metric_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_metric_service_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_mutation_record_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_notification_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_notification_service_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_query_service_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_service_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_service_service_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_snooze_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_snooze_service_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_span_context_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_uptime_proto protoreflect.FileDescriptor
View Source
var File_google_monitoring_v3_uptime_service_proto protoreflect.FileDescriptor

Functions

func RegisterAlertPolicyServiceServer

func RegisterAlertPolicyServiceServer(s *grpc.Server, srv AlertPolicyServiceServer)

func RegisterGroupServiceServer

func RegisterGroupServiceServer(s *grpc.Server, srv GroupServiceServer)

func RegisterMetricServiceServer

func RegisterMetricServiceServer(s *grpc.Server, srv MetricServiceServer)

func RegisterNotificationChannelServiceServer

func RegisterNotificationChannelServiceServer(s *grpc.Server, srv NotificationChannelServiceServer)

func RegisterQueryServiceServer

func RegisterQueryServiceServer(s *grpc.Server, srv QueryServiceServer)

func RegisterServiceMonitoringServiceServer

func RegisterServiceMonitoringServiceServer(s *grpc.Server, srv ServiceMonitoringServiceServer)

func RegisterSnoozeServiceServer added in v1.11.0

func RegisterSnoozeServiceServer(s *grpc.Server, srv SnoozeServiceServer)

func RegisterUptimeCheckServiceServer

func RegisterUptimeCheckServiceServer(s *grpc.Server, srv UptimeCheckServiceServer)

Types

type Aggregation

type Aggregation struct {

	// The `alignment_period` specifies a time interval, in seconds, that is used
	// to divide the data in all the
	// [time series][google.monitoring.v3.TimeSeries] into consistent blocks of
	// time. This will be done before the per-series aligner can be applied to
	// the data.
	//
	// The value must be at least 60 seconds. If a per-series
	// aligner other than `ALIGN_NONE` is specified, this field is required or an
	// error is returned. If no per-series aligner is specified, or the aligner
	// `ALIGN_NONE` is specified, then this field is ignored.
	//
	// The maximum value of the `alignment_period` is 104 weeks (2 years) for
	// charts, and 90,000 seconds (25 hours) for alerting policies.
	AlignmentPeriod *durationpb.Duration `protobuf:"bytes,1,opt,name=alignment_period,json=alignmentPeriod,proto3" json:"alignment_period,omitempty"`
	// An `Aligner` describes how to bring the data points in a single
	// time series into temporal alignment. Except for `ALIGN_NONE`, all
	// alignments cause all the data points in an `alignment_period` to be
	// mathematically grouped together, resulting in a single data point for
	// each `alignment_period` with end timestamp at the end of the period.
	//
	// Not all alignment operations may be applied to all time series. The valid
	// choices depend on the `metric_kind` and `value_type` of the original time
	// series. Alignment can change the `metric_kind` or the `value_type` of
	// the time series.
	//
	// Time series data must be aligned in order to perform cross-time
	// series reduction. If `cross_series_reducer` is specified, then
	// `per_series_aligner` must be specified and not equal to `ALIGN_NONE`
	// and `alignment_period` must be specified; otherwise, an error is
	// returned.
	PerSeriesAligner Aggregation_Aligner `` /* 158-byte string literal not displayed */
	// The reduction operation to be used to combine time series into a single
	// time series, where the value of each data point in the resulting series is
	// a function of all the already aligned values in the input time series.
	//
	// Not all reducer operations can be applied to all time series. The valid
	// choices depend on the `metric_kind` and the `value_type` of the original
	// time series. Reduction can yield a time series with a different
	// `metric_kind` or `value_type` than the input time series.
	//
	// Time series data must first be aligned (see `per_series_aligner`) in order
	// to perform cross-time series reduction. If `cross_series_reducer` is
	// specified, then `per_series_aligner` must be specified, and must not be
	// `ALIGN_NONE`. An `alignment_period` must also be specified; otherwise, an
	// error is returned.
	CrossSeriesReducer Aggregation_Reducer `` /* 164-byte string literal not displayed */
	// The set of fields to preserve when `cross_series_reducer` is
	// specified. The `group_by_fields` determine how the time series are
	// partitioned into subsets prior to applying the aggregation
	// operation. Each subset contains time series that have the same
	// value for each of the grouping fields. Each individual time
	// series is a member of exactly one subset. The
	// `cross_series_reducer` is applied to each subset of time series.
	// It is not possible to reduce across different resource types, so
	// this field implicitly contains `resource.type`.  Fields not
	// specified in `group_by_fields` are aggregated away.  If
	// `group_by_fields` is not specified and all the time series have
	// the same resource type, then the time series are aggregated into
	// a single output time series. If `cross_series_reducer` is not
	// defined, this field is ignored.
	GroupByFields []string `protobuf:"bytes,5,rep,name=group_by_fields,json=groupByFields,proto3" json:"group_by_fields,omitempty"`
	// contains filtered or unexported fields
}

Describes how to combine multiple time series to provide a different view of the data. Aggregation of time series is done in two steps. First, each time series in the set is _aligned_ to the same time interval boundaries, then the set of time series is optionally _reduced_ in number.

Alignment consists of applying the `per_series_aligner` operation to each time series after its data has been divided into regular `alignment_period` time intervals. This process takes _all_ of the data points in an alignment period, applies a mathematical transformation such as averaging, minimum, maximum, delta, etc., and converts them into a single data point per period.

Reduction is when the aligned and transformed time series can optionally be combined, reducing the number of time series through similar mathematical transformations. Reduction involves applying a `cross_series_reducer` to all the time series, optionally sorting the time series into subsets with `group_by_fields`, and applying the reducer to each subset.

The raw time series data can contain a huge amount of information from multiple sources. Alignment and reduction transforms this mass of data into a more manageable and representative collection of data, for example "the 95% latency across the average of all tasks in a cluster". This representative data can be more easily graphed and comprehended, and the individual time series data is still available for later drilldown. For more details, see [Filtering and aggregation](https://cloud.google.com/monitoring/api/v3/aggregation).

func (*Aggregation) Descriptor deprecated

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

Deprecated: Use Aggregation.ProtoReflect.Descriptor instead.

func (*Aggregation) GetAlignmentPeriod

func (x *Aggregation) GetAlignmentPeriod() *durationpb.Duration

func (*Aggregation) GetCrossSeriesReducer

func (x *Aggregation) GetCrossSeriesReducer() Aggregation_Reducer

func (*Aggregation) GetGroupByFields

func (x *Aggregation) GetGroupByFields() []string

func (*Aggregation) GetPerSeriesAligner

func (x *Aggregation) GetPerSeriesAligner() Aggregation_Aligner

func (*Aggregation) ProtoMessage

func (*Aggregation) ProtoMessage()

func (*Aggregation) ProtoReflect

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

func (*Aggregation) Reset

func (x *Aggregation) Reset()

func (*Aggregation) String

func (x *Aggregation) String() string

type Aggregation_Aligner

type Aggregation_Aligner int32

The `Aligner` specifies the operation that will be applied to the data points in each alignment period in a time series. Except for `ALIGN_NONE`, which specifies that no operation be applied, each alignment operation replaces the set of data values in each alignment period with a single value: the result of applying the operation to the data values. An aligned time series has a single data value at the end of each `alignment_period`.

An alignment operation can change the data type of the values, too. For example, if you apply a counting operation to boolean values, the data `value_type` in the original time series is `BOOLEAN`, but the `value_type` in the aligned result is `INT64`.

const (
	// No alignment. Raw data is returned. Not valid if cross-series reduction
	// is requested. The `value_type` of the result is the same as the
	// `value_type` of the input.
	Aggregation_ALIGN_NONE Aggregation_Aligner = 0
	// Align and convert to
	// [DELTA][google.api.MetricDescriptor.MetricKind.DELTA].
	// The output is `delta = y1 - y0`.
	//
	// This alignment is valid for
	// [CUMULATIVE][google.api.MetricDescriptor.MetricKind.CUMULATIVE] and
	// `DELTA` metrics. If the selected alignment period results in periods
	// with no data, then the aligned value for such a period is created by
	// interpolation. The `value_type`  of the aligned result is the same as
	// the `value_type` of the input.
	Aggregation_ALIGN_DELTA Aggregation_Aligner = 1
	// Align and convert to a rate. The result is computed as
	// `rate = (y1 - y0)/(t1 - t0)`, or "delta over time".
	// Think of this aligner as providing the slope of the line that passes
	// through the value at the start and at the end of the `alignment_period`.
	//
	// This aligner is valid for `CUMULATIVE`
	// and `DELTA` metrics with numeric values. If the selected alignment
	// period results in periods with no data, then the aligned value for
	// such a period is created by interpolation. The output is a `GAUGE`
	// metric with `value_type` `DOUBLE`.
	//
	// If, by "rate", you mean "percentage change", see the
	// `ALIGN_PERCENT_CHANGE` aligner instead.
	Aggregation_ALIGN_RATE Aggregation_Aligner = 2
	// Align by interpolating between adjacent points around the alignment
	// period boundary. This aligner is valid for `GAUGE` metrics with
	// numeric values. The `value_type` of the aligned result is the same as the
	// `value_type` of the input.
	Aggregation_ALIGN_INTERPOLATE Aggregation_Aligner = 3
	// Align by moving the most recent data point before the end of the
	// alignment period to the boundary at the end of the alignment
	// period. This aligner is valid for `GAUGE` metrics. The `value_type` of
	// the aligned result is the same as the `value_type` of the input.
	Aggregation_ALIGN_NEXT_OLDER Aggregation_Aligner = 4
	// Align the time series by returning the minimum value in each alignment
	// period. This aligner is valid for `GAUGE` and `DELTA` metrics with
	// numeric values. The `value_type` of the aligned result is the same as
	// the `value_type` of the input.
	Aggregation_ALIGN_MIN Aggregation_Aligner = 10
	// Align the time series by returning the maximum value in each alignment
	// period. This aligner is valid for `GAUGE` and `DELTA` metrics with
	// numeric values. The `value_type` of the aligned result is the same as
	// the `value_type` of the input.
	Aggregation_ALIGN_MAX Aggregation_Aligner = 11
	// Align the time series by returning the mean value in each alignment
	// period. This aligner is valid for `GAUGE` and `DELTA` metrics with
	// numeric values. The `value_type` of the aligned result is `DOUBLE`.
	Aggregation_ALIGN_MEAN Aggregation_Aligner = 12
	// Align the time series by returning the number of values in each alignment
	// period. This aligner is valid for `GAUGE` and `DELTA` metrics with
	// numeric or Boolean values. The `value_type` of the aligned result is
	// `INT64`.
	Aggregation_ALIGN_COUNT Aggregation_Aligner = 13
	// Align the time series by returning the sum of the values in each
	// alignment period. This aligner is valid for `GAUGE` and `DELTA`
	// metrics with numeric and distribution values. The `value_type` of the
	// aligned result is the same as the `value_type` of the input.
	Aggregation_ALIGN_SUM Aggregation_Aligner = 14
	// Align the time series by returning the standard deviation of the values
	// in each alignment period. This aligner is valid for `GAUGE` and
	// `DELTA` metrics with numeric values. The `value_type` of the output is
	// `DOUBLE`.
	Aggregation_ALIGN_STDDEV Aggregation_Aligner = 15
	// Align the time series by returning the number of `True` values in
	// each alignment period. This aligner is valid for `GAUGE` metrics with
	// Boolean values. The `value_type` of the output is `INT64`.
	Aggregation_ALIGN_COUNT_TRUE Aggregation_Aligner = 16
	// Align the time series by returning the number of `False` values in
	// each alignment period. This aligner is valid for `GAUGE` metrics with
	// Boolean values. The `value_type` of the output is `INT64`.
	Aggregation_ALIGN_COUNT_FALSE Aggregation_Aligner = 24
	// Align the time series by returning the ratio of the number of `True`
	// values to the total number of values in each alignment period. This
	// aligner is valid for `GAUGE` metrics with Boolean values. The output
	// value is in the range [0.0, 1.0] and has `value_type` `DOUBLE`.
	Aggregation_ALIGN_FRACTION_TRUE Aggregation_Aligner = 17
	// Align the time series by using [percentile
	// aggregation](https://en.wikipedia.org/wiki/Percentile). The resulting
	// data point in each alignment period is the 99th percentile of all data
	// points in the period. This aligner is valid for `GAUGE` and `DELTA`
	// metrics with distribution values. The output is a `GAUGE` metric with
	// `value_type` `DOUBLE`.
	Aggregation_ALIGN_PERCENTILE_99 Aggregation_Aligner = 18
	// Align the time series by using [percentile
	// aggregation](https://en.wikipedia.org/wiki/Percentile). The resulting
	// data point in each alignment period is the 95th percentile of all data
	// points in the period. This aligner is valid for `GAUGE` and `DELTA`
	// metrics with distribution values. The output is a `GAUGE` metric with
	// `value_type` `DOUBLE`.
	Aggregation_ALIGN_PERCENTILE_95 Aggregation_Aligner = 19
	// Align the time series by using [percentile
	// aggregation](https://en.wikipedia.org/wiki/Percentile). The resulting
	// data point in each alignment period is the 50th percentile of all data
	// points in the period. This aligner is valid for `GAUGE` and `DELTA`
	// metrics with distribution values. The output is a `GAUGE` metric with
	// `value_type` `DOUBLE`.
	Aggregation_ALIGN_PERCENTILE_50 Aggregation_Aligner = 20
	// Align the time series by using [percentile
	// aggregation](https://en.wikipedia.org/wiki/Percentile). The resulting
	// data point in each alignment period is the 5th percentile of all data
	// points in the period. This aligner is valid for `GAUGE` and `DELTA`
	// metrics with distribution values. The output is a `GAUGE` metric with
	// `value_type` `DOUBLE`.
	Aggregation_ALIGN_PERCENTILE_05 Aggregation_Aligner = 21
	// Align and convert to a percentage change. This aligner is valid for
	// `GAUGE` and `DELTA` metrics with numeric values. This alignment returns
	// `((current - previous)/previous) * 100`, where the value of `previous` is
	// determined based on the `alignment_period`.
	//
	// If the values of `current` and `previous` are both 0, then the returned
	// value is 0. If only `previous` is 0, the returned value is infinity.
	//
	// A 10-minute moving mean is computed at each point of the alignment period
	// prior to the above calculation to smooth the metric and prevent false
	// positives from very short-lived spikes. The moving mean is only
	// applicable for data whose values are `>= 0`. Any values `< 0` are
	// treated as a missing datapoint, and are ignored. While `DELTA`
	// metrics are accepted by this alignment, special care should be taken that
	// the values for the metric will always be positive. The output is a
	// `GAUGE` metric with `value_type` `DOUBLE`.
	Aggregation_ALIGN_PERCENT_CHANGE Aggregation_Aligner = 23
)

func (Aggregation_Aligner) Descriptor

func (Aggregation_Aligner) Enum

func (Aggregation_Aligner) EnumDescriptor deprecated

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

Deprecated: Use Aggregation_Aligner.Descriptor instead.

func (Aggregation_Aligner) Number

func (Aggregation_Aligner) String

func (x Aggregation_Aligner) String() string

func (Aggregation_Aligner) Type

type Aggregation_Reducer

type Aggregation_Reducer int32

A Reducer operation describes how to aggregate data points from multiple time series into a single time series, where the value of each data point in the resulting series is a function of all the already aligned values in the input time series.

const (
	// No cross-time series reduction. The output of the `Aligner` is
	// returned.
	Aggregation_REDUCE_NONE Aggregation_Reducer = 0
	// Reduce by computing the mean value across time series for each
	// alignment period. This reducer is valid for
	// [DELTA][google.api.MetricDescriptor.MetricKind.DELTA] and
	// [GAUGE][google.api.MetricDescriptor.MetricKind.GAUGE] metrics with
	// numeric or distribution values. The `value_type` of the output is
	// [DOUBLE][google.api.MetricDescriptor.ValueType.DOUBLE].
	Aggregation_REDUCE_MEAN Aggregation_Reducer = 1
	// Reduce by computing the minimum value across time series for each
	// alignment period. This reducer is valid for `DELTA` and `GAUGE` metrics
	// with numeric values. The `value_type` of the output is the same as the
	// `value_type` of the input.
	Aggregation_REDUCE_MIN Aggregation_Reducer = 2
	// Reduce by computing the maximum value across time series for each
	// alignment period. This reducer is valid for `DELTA` and `GAUGE` metrics
	// with numeric values. The `value_type` of the output is the same as the
	// `value_type` of the input.
	Aggregation_REDUCE_MAX Aggregation_Reducer = 3
	// Reduce by computing the sum across time series for each
	// alignment period. This reducer is valid for `DELTA` and `GAUGE` metrics
	// with numeric and distribution values. The `value_type` of the output is
	// the same as the `value_type` of the input.
	Aggregation_REDUCE_SUM Aggregation_Reducer = 4
	// Reduce by computing the standard deviation across time series
	// for each alignment period. This reducer is valid for `DELTA` and
	// `GAUGE` metrics with numeric or distribution values. The `value_type`
	// of the output is `DOUBLE`.
	Aggregation_REDUCE_STDDEV Aggregation_Reducer = 5
	// Reduce by computing the number of data points across time series
	// for each alignment period. This reducer is valid for `DELTA` and
	// `GAUGE` metrics of numeric, Boolean, distribution, and string
	// `value_type`. The `value_type` of the output is `INT64`.
	Aggregation_REDUCE_COUNT Aggregation_Reducer = 6
	// Reduce by computing the number of `True`-valued data points across time
	// series for each alignment period. This reducer is valid for `DELTA` and
	// `GAUGE` metrics of Boolean `value_type`. The `value_type` of the output
	// is `INT64`.
	Aggregation_REDUCE_COUNT_TRUE Aggregation_Reducer = 7
	// Reduce by computing the number of `False`-valued data points across time
	// series for each alignment period. This reducer is valid for `DELTA` and
	// `GAUGE` metrics of Boolean `value_type`. The `value_type` of the output
	// is `INT64`.
	Aggregation_REDUCE_COUNT_FALSE Aggregation_Reducer = 15
	// Reduce by computing the ratio of the number of `True`-valued data points
	// to the total number of data points for each alignment period. This
	// reducer is valid for `DELTA` and `GAUGE` metrics of Boolean `value_type`.
	// The output value is in the range [0.0, 1.0] and has `value_type`
	// `DOUBLE`.
	Aggregation_REDUCE_FRACTION_TRUE Aggregation_Reducer = 8
	// Reduce by computing the [99th
	// percentile](https://en.wikipedia.org/wiki/Percentile) of data points
	// across time series for each alignment period. This reducer is valid for
	// `GAUGE` and `DELTA` metrics of numeric and distribution type. The value
	// of the output is `DOUBLE`.
	Aggregation_REDUCE_PERCENTILE_99 Aggregation_Reducer = 9
	// Reduce by computing the [95th
	// percentile](https://en.wikipedia.org/wiki/Percentile) of data points
	// across time series for each alignment period. This reducer is valid for
	// `GAUGE` and `DELTA` metrics of numeric and distribution type. The value
	// of the output is `DOUBLE`.
	Aggregation_REDUCE_PERCENTILE_95 Aggregation_Reducer = 10
	// Reduce by computing the [50th
	// percentile](https://en.wikipedia.org/wiki/Percentile) of data points
	// across time series for each alignment period. This reducer is valid for
	// `GAUGE` and `DELTA` metrics of numeric and distribution type. The value
	// of the output is `DOUBLE`.
	Aggregation_REDUCE_PERCENTILE_50 Aggregation_Reducer = 11
	// Reduce by computing the [5th
	// percentile](https://en.wikipedia.org/wiki/Percentile) of data points
	// across time series for each alignment period. This reducer is valid for
	// `GAUGE` and `DELTA` metrics of numeric and distribution type. The value
	// of the output is `DOUBLE`.
	Aggregation_REDUCE_PERCENTILE_05 Aggregation_Reducer = 12
)

func (Aggregation_Reducer) Descriptor

func (Aggregation_Reducer) Enum

func (Aggregation_Reducer) EnumDescriptor deprecated

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

Deprecated: Use Aggregation_Reducer.Descriptor instead.

func (Aggregation_Reducer) Number

func (Aggregation_Reducer) String

func (x Aggregation_Reducer) String() string

func (Aggregation_Reducer) Type

type AlertPolicy

type AlertPolicy struct {

	// Required if the policy exists. The resource name for this policy. The
	// format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
	//
	// `[ALERT_POLICY_ID]` is assigned by Cloud Monitoring when the policy
	// is created. When calling the
	// [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
	// method, do not include the `name` field in the alerting policy passed as
	// part of the request.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// A short name or phrase used to identify the policy in dashboards,
	// notifications, and incidents. To avoid confusion, don't use the same
	// display name for multiple policies in the same project. The name is
	// limited to 512 Unicode characters.
	//
	// The convention for the display_name of a PrometheusQueryLanguageCondition
	// is "{rule group name}/{alert name}", where the {rule group name} and
	// {alert name} should be taken from the corresponding Prometheus
	// configuration file. This convention is not enforced.
	// In any case the display_name is not a unique key of the AlertPolicy.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Documentation that is included with notifications and incidents related to
	// this policy. Best practice is for the documentation to include information
	// to help responders understand, mitigate, escalate, and correct the
	// underlying problems detected by the alerting policy. Notification channels
	// that have limited capacity might not show this documentation.
	Documentation *AlertPolicy_Documentation `protobuf:"bytes,13,opt,name=documentation,proto3" json:"documentation,omitempty"`
	// User-supplied key/value data to be used for organizing and
	// identifying the `AlertPolicy` objects.
	//
	// The field can contain up to 64 entries. Each key and value is limited to
	// 63 Unicode characters or 128 bytes, whichever is smaller. Labels and
	// values can contain only lowercase letters, numerals, underscores, and
	// dashes. Keys must begin with a letter.
	//
	// Note that Prometheus {alert name} is a
	// [valid Prometheus label
	// names](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels),
	// whereas Prometheus {rule group} is an unrestricted UTF-8 string.
	// This means that they cannot be stored as-is in user labels, because
	// they may contain characters that are not allowed in user-label values.
	UserLabels map[string]string `` /* 180-byte string literal not displayed */
	// A list of conditions for the policy. The conditions are combined by AND or
	// OR according to the `combiner` field. If the combined conditions evaluate
	// to true, then an incident is created. A policy can have from one to six
	// conditions.
	// If `condition_time_series_query_language` is present, it must be the only
	// `condition`.
	// If `condition_monitoring_query_language` is present, it must be the only
	// `condition`.
	Conditions []*AlertPolicy_Condition `protobuf:"bytes,12,rep,name=conditions,proto3" json:"conditions,omitempty"`
	// How to combine the results of multiple conditions to determine if an
	// incident should be opened.
	// If `condition_time_series_query_language` is present, this must be
	// `COMBINE_UNSPECIFIED`.
	Combiner AlertPolicy_ConditionCombinerType `` /* 130-byte string literal not displayed */
	// Whether or not the policy is enabled. On write, the default interpretation
	// if unset is that the policy is enabled. On read, clients should not make
	// any assumption about the state if it has not been populated. The
	// field should always be populated on List and Get operations, unless
	// a field projection has been specified that strips it out.
	Enabled *wrapperspb.BoolValue `protobuf:"bytes,17,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Read-only description of how the alert policy is invalid. This field is
	// only set when the alert policy is invalid. An invalid alert policy will not
	// generate incidents.
	Validity *status.Status `protobuf:"bytes,18,opt,name=validity,proto3" json:"validity,omitempty"`
	// Identifies the notification channels to which notifications should be sent
	// when incidents are opened or closed or when new violations occur on
	// an already opened incident. Each element of this array corresponds to
	// the `name` field in each of the
	// [`NotificationChannel`][google.monitoring.v3.NotificationChannel]
	// objects that are returned from the [`ListNotificationChannels`]
	// [google.monitoring.v3.NotificationChannelService.ListNotificationChannels]
	// method. The format of the entries in this field is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
	NotificationChannels []string `protobuf:"bytes,14,rep,name=notification_channels,json=notificationChannels,proto3" json:"notification_channels,omitempty"`
	// A read-only record of the creation of the alerting policy. If provided
	// in a call to create or update, this field will be ignored.
	CreationRecord *MutationRecord `protobuf:"bytes,10,opt,name=creation_record,json=creationRecord,proto3" json:"creation_record,omitempty"`
	// A read-only record of the most recent change to the alerting policy. If
	// provided in a call to create or update, this field will be ignored.
	MutationRecord *MutationRecord `protobuf:"bytes,11,opt,name=mutation_record,json=mutationRecord,proto3" json:"mutation_record,omitempty"`
	// Control over how this alert policy's notification channels are notified.
	AlertStrategy *AlertPolicy_AlertStrategy `protobuf:"bytes,21,opt,name=alert_strategy,json=alertStrategy,proto3" json:"alert_strategy,omitempty"`
	// Optional. The severity of an alert policy indicates how important incidents
	// generated by that policy are. The severity level will be displayed on the
	// Incident detail page and in notifications.
	Severity AlertPolicy_Severity `protobuf:"varint,22,opt,name=severity,proto3,enum=google.monitoring.v3.AlertPolicy_Severity" json:"severity,omitempty"`
	// contains filtered or unexported fields
}

A description of the conditions under which some aspect of your system is considered to be "unhealthy" and the ways to notify people or services about this state. For an overview of alert policies, see [Introduction to Alerting](https://cloud.google.com/monitoring/alerts/).

func (*AlertPolicy) Descriptor deprecated

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

Deprecated: Use AlertPolicy.ProtoReflect.Descriptor instead.

func (*AlertPolicy) GetAlertStrategy

func (x *AlertPolicy) GetAlertStrategy() *AlertPolicy_AlertStrategy

func (*AlertPolicy) GetCombiner

func (*AlertPolicy) GetConditions

func (x *AlertPolicy) GetConditions() []*AlertPolicy_Condition

func (*AlertPolicy) GetCreationRecord

func (x *AlertPolicy) GetCreationRecord() *MutationRecord

func (*AlertPolicy) GetDisplayName

func (x *AlertPolicy) GetDisplayName() string

func (*AlertPolicy) GetDocumentation

func (x *AlertPolicy) GetDocumentation() *AlertPolicy_Documentation

func (*AlertPolicy) GetEnabled

func (x *AlertPolicy) GetEnabled() *wrapperspb.BoolValue

func (*AlertPolicy) GetMutationRecord

func (x *AlertPolicy) GetMutationRecord() *MutationRecord

func (*AlertPolicy) GetName

func (x *AlertPolicy) GetName() string

func (*AlertPolicy) GetNotificationChannels

func (x *AlertPolicy) GetNotificationChannels() []string

func (*AlertPolicy) GetSeverity added in v1.17.0

func (x *AlertPolicy) GetSeverity() AlertPolicy_Severity

func (*AlertPolicy) GetUserLabels

func (x *AlertPolicy) GetUserLabels() map[string]string

func (*AlertPolicy) GetValidity

func (x *AlertPolicy) GetValidity() *status.Status

func (*AlertPolicy) ProtoMessage

func (*AlertPolicy) ProtoMessage()

func (*AlertPolicy) ProtoReflect

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

func (*AlertPolicy) Reset

func (x *AlertPolicy) Reset()

func (*AlertPolicy) String

func (x *AlertPolicy) String() string

type AlertPolicyServiceClient

type AlertPolicyServiceClient interface {
	// Lists the existing alerting policies for the workspace.
	ListAlertPolicies(ctx context.Context, in *ListAlertPoliciesRequest, opts ...grpc.CallOption) (*ListAlertPoliciesResponse, error)
	// Gets a single alerting policy.
	GetAlertPolicy(ctx context.Context, in *GetAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error)
	// Creates a new alerting policy.
	//
	// Design your application to single-thread API calls that modify the state of
	// alerting policies in a single project. This includes calls to
	// CreateAlertPolicy, DeleteAlertPolicy and UpdateAlertPolicy.
	CreateAlertPolicy(ctx context.Context, in *CreateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error)
	// Deletes an alerting policy.
	//
	// Design your application to single-thread API calls that modify the state of
	// alerting policies in a single project. This includes calls to
	// CreateAlertPolicy, DeleteAlertPolicy and UpdateAlertPolicy.
	DeleteAlertPolicy(ctx context.Context, in *DeleteAlertPolicyRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Updates an alerting policy. You can either replace the entire policy with
	// a new one or replace only certain fields in the current alerting policy by
	// specifying the fields to be updated via `updateMask`. Returns the
	// updated alerting policy.
	//
	// Design your application to single-thread API calls that modify the state of
	// alerting policies in a single project. This includes calls to
	// CreateAlertPolicy, DeleteAlertPolicy and UpdateAlertPolicy.
	UpdateAlertPolicy(ctx context.Context, in *UpdateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error)
}

AlertPolicyServiceClient is the client API for AlertPolicyService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type AlertPolicyServiceServer

type AlertPolicyServiceServer interface {
	// Lists the existing alerting policies for the workspace.
	ListAlertPolicies(context.Context, *ListAlertPoliciesRequest) (*ListAlertPoliciesResponse, error)
	// Gets a single alerting policy.
	GetAlertPolicy(context.Context, *GetAlertPolicyRequest) (*AlertPolicy, error)
	// Creates a new alerting policy.
	//
	// Design your application to single-thread API calls that modify the state of
	// alerting policies in a single project. This includes calls to
	// CreateAlertPolicy, DeleteAlertPolicy and UpdateAlertPolicy.
	CreateAlertPolicy(context.Context, *CreateAlertPolicyRequest) (*AlertPolicy, error)
	// Deletes an alerting policy.
	//
	// Design your application to single-thread API calls that modify the state of
	// alerting policies in a single project. This includes calls to
	// CreateAlertPolicy, DeleteAlertPolicy and UpdateAlertPolicy.
	DeleteAlertPolicy(context.Context, *DeleteAlertPolicyRequest) (*emptypb.Empty, error)
	// Updates an alerting policy. You can either replace the entire policy with
	// a new one or replace only certain fields in the current alerting policy by
	// specifying the fields to be updated via `updateMask`. Returns the
	// updated alerting policy.
	//
	// Design your application to single-thread API calls that modify the state of
	// alerting policies in a single project. This includes calls to
	// CreateAlertPolicy, DeleteAlertPolicy and UpdateAlertPolicy.
	UpdateAlertPolicy(context.Context, *UpdateAlertPolicyRequest) (*AlertPolicy, error)
}

AlertPolicyServiceServer is the server API for AlertPolicyService service.

type AlertPolicy_AlertStrategy

type AlertPolicy_AlertStrategy struct {

	// Required for alert policies with a `LogMatch` condition.
	//
	// This limit is not implemented for alert policies that are not log-based.
	NotificationRateLimit *AlertPolicy_AlertStrategy_NotificationRateLimit `` /* 126-byte string literal not displayed */
	// If an alert policy that was active has no data for this long, any open
	// incidents will close
	AutoClose *durationpb.Duration `protobuf:"bytes,3,opt,name=auto_close,json=autoClose,proto3" json:"auto_close,omitempty"`
	// Control how notifications will be sent out, on a per-channel basis.
	NotificationChannelStrategy []*AlertPolicy_AlertStrategy_NotificationChannelStrategy `` /* 144-byte string literal not displayed */
	// contains filtered or unexported fields
}

Control over how the notification channels in `notification_channels` are notified when this alert fires.

func (*AlertPolicy_AlertStrategy) Descriptor deprecated

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

Deprecated: Use AlertPolicy_AlertStrategy.ProtoReflect.Descriptor instead.

func (*AlertPolicy_AlertStrategy) GetAutoClose

func (x *AlertPolicy_AlertStrategy) GetAutoClose() *durationpb.Duration

func (*AlertPolicy_AlertStrategy) GetNotificationChannelStrategy added in v1.16.0

func (*AlertPolicy_AlertStrategy) GetNotificationRateLimit

func (*AlertPolicy_AlertStrategy) ProtoMessage

func (*AlertPolicy_AlertStrategy) ProtoMessage()

func (*AlertPolicy_AlertStrategy) ProtoReflect

func (*AlertPolicy_AlertStrategy) Reset

func (x *AlertPolicy_AlertStrategy) Reset()

func (*AlertPolicy_AlertStrategy) String

func (x *AlertPolicy_AlertStrategy) String() string

type AlertPolicy_AlertStrategy_NotificationChannelStrategy added in v1.16.0

type AlertPolicy_AlertStrategy_NotificationChannelStrategy struct {

	// The full REST resource name for the notification channels that these
	// settings apply to. Each of these correspond to the name field in one
	// of the NotificationChannel objects referenced in the
	// notification_channels field of this AlertPolicy.
	// The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
	NotificationChannelNames []string `` /* 135-byte string literal not displayed */
	// The frequency at which to send reminder notifications for open
	// incidents.
	RenotifyInterval *durationpb.Duration `protobuf:"bytes,2,opt,name=renotify_interval,json=renotifyInterval,proto3" json:"renotify_interval,omitempty"`
	// contains filtered or unexported fields
}

Control over how the notification channels in `notification_channels` are notified when this alert fires, on a per-channel basis.

func (*AlertPolicy_AlertStrategy_NotificationChannelStrategy) Descriptor deprecated added in v1.16.0

Deprecated: Use AlertPolicy_AlertStrategy_NotificationChannelStrategy.ProtoReflect.Descriptor instead.

func (*AlertPolicy_AlertStrategy_NotificationChannelStrategy) GetNotificationChannelNames added in v1.16.0

func (x *AlertPolicy_AlertStrategy_NotificationChannelStrategy) GetNotificationChannelNames() []string

func (*AlertPolicy_AlertStrategy_NotificationChannelStrategy) GetRenotifyInterval added in v1.16.0

func (*AlertPolicy_AlertStrategy_NotificationChannelStrategy) ProtoMessage added in v1.16.0

func (*AlertPolicy_AlertStrategy_NotificationChannelStrategy) ProtoReflect added in v1.16.0

func (*AlertPolicy_AlertStrategy_NotificationChannelStrategy) Reset added in v1.16.0

func (*AlertPolicy_AlertStrategy_NotificationChannelStrategy) String added in v1.16.0

type AlertPolicy_AlertStrategy_NotificationRateLimit

type AlertPolicy_AlertStrategy_NotificationRateLimit struct {

	// Not more than one notification per `period`.
	Period *durationpb.Duration `protobuf:"bytes,1,opt,name=period,proto3" json:"period,omitempty"`
	// contains filtered or unexported fields
}

Control over the rate of notifications sent to this alert policy's notification channels.

func (*AlertPolicy_AlertStrategy_NotificationRateLimit) Descriptor deprecated

Deprecated: Use AlertPolicy_AlertStrategy_NotificationRateLimit.ProtoReflect.Descriptor instead.

func (*AlertPolicy_AlertStrategy_NotificationRateLimit) GetPeriod

func (*AlertPolicy_AlertStrategy_NotificationRateLimit) ProtoMessage

func (*AlertPolicy_AlertStrategy_NotificationRateLimit) ProtoReflect

func (*AlertPolicy_AlertStrategy_NotificationRateLimit) Reset

func (*AlertPolicy_AlertStrategy_NotificationRateLimit) String

type AlertPolicy_Condition

type AlertPolicy_Condition struct {

	// Required if the condition exists. The unique resource name for this
	// condition. Its format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]/conditions/[CONDITION_ID]
	//
	// `[CONDITION_ID]` is assigned by Cloud Monitoring when the
	// condition is created as part of a new or updated alerting policy.
	//
	// When calling the
	// [alertPolicies.create][google.monitoring.v3.AlertPolicyService.CreateAlertPolicy]
	// method, do not include the `name` field in the conditions of the
	// requested alerting policy. Cloud Monitoring creates the
	// condition identifiers and includes them in the new policy.
	//
	// When calling the
	// [alertPolicies.update][google.monitoring.v3.AlertPolicyService.UpdateAlertPolicy]
	// method to update a policy, including a condition `name` causes the
	// existing condition to be updated. Conditions without names are added to
	// the updated policy. Existing conditions are deleted if they are not
	// updated.
	//
	// Best practice is to preserve `[CONDITION_ID]` if you make only small
	// changes, such as those to condition thresholds, durations, or trigger
	// values.  Otherwise, treat the change as a new condition and let the
	// existing condition be deleted.
	Name string `protobuf:"bytes,12,opt,name=name,proto3" json:"name,omitempty"`
	// A short name or phrase used to identify the condition in dashboards,
	// notifications, and incidents. To avoid confusion, don't use the same
	// display name for multiple conditions in the same policy.
	DisplayName string `protobuf:"bytes,6,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// Only one of the following condition types will be specified.
	//
	// Types that are assignable to Condition:
	//
	//	*AlertPolicy_Condition_ConditionThreshold
	//	*AlertPolicy_Condition_ConditionAbsent
	//	*AlertPolicy_Condition_ConditionMatchedLog
	//	*AlertPolicy_Condition_ConditionMonitoringQueryLanguage
	//	*AlertPolicy_Condition_ConditionPrometheusQueryLanguage
	Condition isAlertPolicy_Condition_Condition `protobuf_oneof:"condition"`
	// contains filtered or unexported fields
}

A condition is a true/false test that determines when an alerting policy should open an incident. If a condition evaluates to true, it signifies that something is wrong.

func (*AlertPolicy_Condition) Descriptor deprecated

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

Deprecated: Use AlertPolicy_Condition.ProtoReflect.Descriptor instead.

func (*AlertPolicy_Condition) GetCondition

func (m *AlertPolicy_Condition) GetCondition() isAlertPolicy_Condition_Condition

func (*AlertPolicy_Condition) GetConditionAbsent

func (*AlertPolicy_Condition) GetConditionMatchedLog

func (x *AlertPolicy_Condition) GetConditionMatchedLog() *AlertPolicy_Condition_LogMatch

func (*AlertPolicy_Condition) GetConditionMonitoringQueryLanguage

func (x *AlertPolicy_Condition) GetConditionMonitoringQueryLanguage() *AlertPolicy_Condition_MonitoringQueryLanguageCondition

func (*AlertPolicy_Condition) GetConditionPrometheusQueryLanguage added in v1.16.0

func (x *AlertPolicy_Condition) GetConditionPrometheusQueryLanguage() *AlertPolicy_Condition_PrometheusQueryLanguageCondition

func (*AlertPolicy_Condition) GetConditionThreshold

func (*AlertPolicy_Condition) GetDisplayName

func (x *AlertPolicy_Condition) GetDisplayName() string

func (*AlertPolicy_Condition) GetName

func (x *AlertPolicy_Condition) GetName() string

func (*AlertPolicy_Condition) ProtoMessage

func (*AlertPolicy_Condition) ProtoMessage()

func (*AlertPolicy_Condition) ProtoReflect

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

func (*AlertPolicy_Condition) Reset

func (x *AlertPolicy_Condition) Reset()

func (*AlertPolicy_Condition) String

func (x *AlertPolicy_Condition) String() string

type AlertPolicy_ConditionCombinerType

type AlertPolicy_ConditionCombinerType int32

Operators for combining conditions.

const (
	// An unspecified combiner.
	AlertPolicy_COMBINE_UNSPECIFIED AlertPolicy_ConditionCombinerType = 0
	// Combine conditions using the logical `AND` operator. An
	// incident is created only if all the conditions are met
	// simultaneously. This combiner is satisfied if all conditions are
	// met, even if they are met on completely different resources.
	AlertPolicy_AND AlertPolicy_ConditionCombinerType = 1
	// Combine conditions using the logical `OR` operator. An incident
	// is created if any of the listed conditions is met.
	AlertPolicy_OR AlertPolicy_ConditionCombinerType = 2
	// Combine conditions using logical `AND` operator, but unlike the regular
	// `AND` option, an incident is created only if all conditions are met
	// simultaneously on at least one resource.
	AlertPolicy_AND_WITH_MATCHING_RESOURCE AlertPolicy_ConditionCombinerType = 3
)

func (AlertPolicy_ConditionCombinerType) Descriptor

func (AlertPolicy_ConditionCombinerType) Enum

func (AlertPolicy_ConditionCombinerType) EnumDescriptor deprecated

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

Deprecated: Use AlertPolicy_ConditionCombinerType.Descriptor instead.

func (AlertPolicy_ConditionCombinerType) Number

func (AlertPolicy_ConditionCombinerType) String

func (AlertPolicy_ConditionCombinerType) Type

type AlertPolicy_Condition_ConditionAbsent

type AlertPolicy_Condition_ConditionAbsent struct {
	// A condition that checks that a time series continues to
	// receive new data points.
	ConditionAbsent *AlertPolicy_Condition_MetricAbsence `protobuf:"bytes,2,opt,name=condition_absent,json=conditionAbsent,proto3,oneof"`
}

type AlertPolicy_Condition_ConditionMatchedLog

type AlertPolicy_Condition_ConditionMatchedLog struct {
	// A condition that checks for log messages matching given constraints. If
	// set, no other conditions can be present.
	ConditionMatchedLog *AlertPolicy_Condition_LogMatch `protobuf:"bytes,20,opt,name=condition_matched_log,json=conditionMatchedLog,proto3,oneof"`
}

type AlertPolicy_Condition_ConditionMonitoringQueryLanguage

type AlertPolicy_Condition_ConditionMonitoringQueryLanguage struct {
	// A condition that uses the Monitoring Query Language to define
	// alerts.
	ConditionMonitoringQueryLanguage *AlertPolicy_Condition_MonitoringQueryLanguageCondition `protobuf:"bytes,19,opt,name=condition_monitoring_query_language,json=conditionMonitoringQueryLanguage,proto3,oneof"`
}

type AlertPolicy_Condition_ConditionPrometheusQueryLanguage added in v1.16.0

type AlertPolicy_Condition_ConditionPrometheusQueryLanguage struct {
	// A condition that uses the Prometheus query language to define alerts.
	ConditionPrometheusQueryLanguage *AlertPolicy_Condition_PrometheusQueryLanguageCondition `protobuf:"bytes,21,opt,name=condition_prometheus_query_language,json=conditionPrometheusQueryLanguage,proto3,oneof"`
}

type AlertPolicy_Condition_ConditionThreshold

type AlertPolicy_Condition_ConditionThreshold struct {
	// A condition that compares a time series against a threshold.
	ConditionThreshold *AlertPolicy_Condition_MetricThreshold `protobuf:"bytes,1,opt,name=condition_threshold,json=conditionThreshold,proto3,oneof"`
}

type AlertPolicy_Condition_EvaluationMissingData

type AlertPolicy_Condition_EvaluationMissingData int32

A condition control that determines how metric-threshold conditions are evaluated when data stops arriving. This control doesn't affect metric-absence policies.

const (
	// An unspecified evaluation missing data option.  Equivalent to
	// EVALUATION_MISSING_DATA_NO_OP.
	AlertPolicy_Condition_EVALUATION_MISSING_DATA_UNSPECIFIED AlertPolicy_Condition_EvaluationMissingData = 0
	// If there is no data to evaluate the condition, then evaluate the
	// condition as false.
	AlertPolicy_Condition_EVALUATION_MISSING_DATA_INACTIVE AlertPolicy_Condition_EvaluationMissingData = 1
	// If there is no data to evaluate the condition, then evaluate the
	// condition as true.
	AlertPolicy_Condition_EVALUATION_MISSING_DATA_ACTIVE AlertPolicy_Condition_EvaluationMissingData = 2
	// Do not evaluate the condition to any value if there is no data.
	AlertPolicy_Condition_EVALUATION_MISSING_DATA_NO_OP AlertPolicy_Condition_EvaluationMissingData = 3
)

func (AlertPolicy_Condition_EvaluationMissingData) Descriptor

func (AlertPolicy_Condition_EvaluationMissingData) Enum

func (AlertPolicy_Condition_EvaluationMissingData) EnumDescriptor deprecated

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

Deprecated: Use AlertPolicy_Condition_EvaluationMissingData.Descriptor instead.

func (AlertPolicy_Condition_EvaluationMissingData) Number

func (AlertPolicy_Condition_EvaluationMissingData) String

func (AlertPolicy_Condition_EvaluationMissingData) Type

type AlertPolicy_Condition_LogMatch

type AlertPolicy_Condition_LogMatch struct {

	// Required. A logs-based filter. See [Advanced Logs
	// Queries](https://cloud.google.com/logging/docs/view/advanced-queries)
	// for how this filter should be constructed.
	Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// Optional. A map from a label key to an extractor expression, which is
	// used to extract the value for this label key. Each entry in this map is
	// a specification for how data should be extracted from log entries that
	// match `filter`. Each combination of extracted values is treated as a
	// separate rule for the purposes of triggering notifications. Label keys
	// and corresponding values can be used in notifications generated by this
	// condition.
	//
	// Please see [the documentation on logs-based metric
	// `valueExtractor`s](https://cloud.google.com/logging/docs/reference/v2/rest/v2/projects.metrics#LogMetric.FIELDS.value_extractor)
	// for syntax and examples.
	LabelExtractors map[string]string `` /* 194-byte string literal not displayed */
	// contains filtered or unexported fields
}

A condition type that checks whether a log message in the [scoping project](https://cloud.google.com/monitoring/api/v3#project_name) satisfies the given filter. Logs from other projects in the metrics scope are not evaluated.

func (*AlertPolicy_Condition_LogMatch) Descriptor deprecated

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

Deprecated: Use AlertPolicy_Condition_LogMatch.ProtoReflect.Descriptor instead.

func (*AlertPolicy_Condition_LogMatch) GetFilter

func (x *AlertPolicy_Condition_LogMatch) GetFilter() string

func (*AlertPolicy_Condition_LogMatch) GetLabelExtractors

func (x *AlertPolicy_Condition_LogMatch) GetLabelExtractors() map[string]string

func (*AlertPolicy_Condition_LogMatch) ProtoMessage

func (*AlertPolicy_Condition_LogMatch) ProtoMessage()

func (*AlertPolicy_Condition_LogMatch) ProtoReflect

func (*AlertPolicy_Condition_LogMatch) Reset

func (x *AlertPolicy_Condition_LogMatch) Reset()

func (*AlertPolicy_Condition_LogMatch) String

type AlertPolicy_Condition_MetricAbsence

type AlertPolicy_Condition_MetricAbsence struct {

	// Required. A
	// [filter](https://cloud.google.com/monitoring/api/v3/filters) that
	// identifies which time series should be compared with the threshold.
	//
	// The filter is similar to the one that is specified in the
	// [`ListTimeSeries`
	// request](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list)
	// (that call is useful to verify the time series that will be retrieved /
	// processed). The filter must specify the metric type and the resource
	// type. Optionally, it can specify resource labels and metric labels.
	// This field must not exceed 2048 Unicode characters in length.
	Filter string `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
	// Specifies the alignment of data points in individual time series as
	// well as how to combine the retrieved time series together (such as
	// when aggregating multiple streams on each resource to a single
	// stream for each resource or when aggregating streams across all
	// members of a group of resources). Multiple aggregations
	// are applied in the order specified.
	//
	// This field is similar to the one in the [`ListTimeSeries`
	// request](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
	// It is advisable to use the `ListTimeSeries` method when debugging this
	// field.
	Aggregations []*Aggregation `protobuf:"bytes,5,rep,name=aggregations,proto3" json:"aggregations,omitempty"`
	// The amount of time that a time series must fail to report new
	// data to be considered failing. The minimum value of this field
	// is 120 seconds. Larger values that are a multiple of a
	// minute--for example, 240 or 300 seconds--are supported.
	// If an invalid value is given, an
	// error will be returned. The `Duration.nanos` field is
	// ignored.
	Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"`
	// The number/percent of time series for which the comparison must hold
	// in order for the condition to trigger. If unspecified, then the
	// condition will trigger if the comparison is true for any of the
	// time series that have been identified by `filter` and `aggregations`.
	Trigger *AlertPolicy_Condition_Trigger `protobuf:"bytes,3,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// contains filtered or unexported fields
}

A condition type that checks that monitored resources are reporting data. The configuration defines a metric and a set of monitored resources. The predicate is considered in violation when a time series for the specified metric of a monitored resource does not include any data in the specified `duration`.

func (*AlertPolicy_Condition_MetricAbsence) Descriptor deprecated

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

Deprecated: Use AlertPolicy_Condition_MetricAbsence.ProtoReflect.Descriptor instead.

func (*AlertPolicy_Condition_MetricAbsence) GetAggregations

func (x *AlertPolicy_Condition_MetricAbsence) GetAggregations() []*Aggregation

func (*AlertPolicy_Condition_MetricAbsence) GetDuration

func (*AlertPolicy_Condition_MetricAbsence) GetFilter

func (*AlertPolicy_Condition_MetricAbsence) GetTrigger

func (*AlertPolicy_Condition_MetricAbsence) ProtoMessage

func (*AlertPolicy_Condition_MetricAbsence) ProtoMessage()

func (*AlertPolicy_Condition_MetricAbsence) ProtoReflect

func (*AlertPolicy_Condition_MetricAbsence) Reset

func (*AlertPolicy_Condition_MetricAbsence) String

type AlertPolicy_Condition_MetricThreshold

type AlertPolicy_Condition_MetricThreshold struct {

	// Required. A
	// [filter](https://cloud.google.com/monitoring/api/v3/filters) that
	// identifies which time series should be compared with the threshold.
	//
	// The filter is similar to the one that is specified in the
	// [`ListTimeSeries`
	// request](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list)
	// (that call is useful to verify the time series that will be retrieved /
	// processed). The filter must specify the metric type and the resource
	// type. Optionally, it can specify resource labels and metric labels.
	// This field must not exceed 2048 Unicode characters in length.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// Specifies the alignment of data points in individual time series as
	// well as how to combine the retrieved time series together (such as
	// when aggregating multiple streams on each resource to a single
	// stream for each resource or when aggregating streams across all
	// members of a group of resources). Multiple aggregations
	// are applied in the order specified.
	//
	// This field is similar to the one in the [`ListTimeSeries`
	// request](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.timeSeries/list).
	// It is advisable to use the `ListTimeSeries` method when debugging this
	// field.
	Aggregations []*Aggregation `protobuf:"bytes,8,rep,name=aggregations,proto3" json:"aggregations,omitempty"`
	// A [filter](https://cloud.google.com/monitoring/api/v3/filters) that
	// identifies a time series that should be used as the denominator of a
	// ratio that will be compared with the threshold. If a
	// `denominator_filter` is specified, the time series specified by the
	// `filter` field will be used as the numerator.
	//
	// The filter must specify the metric type and optionally may contain
	// restrictions on resource type, resource labels, and metric labels.
	// This field may not exceed 2048 Unicode characters in length.
	DenominatorFilter string `protobuf:"bytes,9,opt,name=denominator_filter,json=denominatorFilter,proto3" json:"denominator_filter,omitempty"`
	// Specifies the alignment of data points in individual time series
	// selected by `denominatorFilter` as
	// well as how to combine the retrieved time series together (such as
	// when aggregating multiple streams on each resource to a single
	// stream for each resource or when aggregating streams across all
	// members of a group of resources).
	//
	// When computing ratios, the `aggregations` and
	// `denominator_aggregations` fields must use the same alignment period
	// and produce time series that have the same periodicity and labels.
	DenominatorAggregations []*Aggregation `` /* 131-byte string literal not displayed */
	// When this field is present, the `MetricThreshold` condition forecasts
	// whether the time series is predicted to violate the threshold within
	// the `forecast_horizon`. When this field is not set, the
	// `MetricThreshold` tests the current value of the timeseries against the
	// threshold.
	ForecastOptions *AlertPolicy_Condition_MetricThreshold_ForecastOptions `protobuf:"bytes,12,opt,name=forecast_options,json=forecastOptions,proto3" json:"forecast_options,omitempty"`
	// The comparison to apply between the time series (indicated by `filter`
	// and `aggregation`) and the threshold (indicated by `threshold_value`).
	// The comparison is applied on each time series, with the time series
	// on the left-hand side and the threshold on the right-hand side.
	//
	// Only `COMPARISON_LT` and `COMPARISON_GT` are supported currently.
	Comparison ComparisonType `protobuf:"varint,4,opt,name=comparison,proto3,enum=google.monitoring.v3.ComparisonType" json:"comparison,omitempty"`
	// A value against which to compare the time series.
	ThresholdValue float64 `protobuf:"fixed64,5,opt,name=threshold_value,json=thresholdValue,proto3" json:"threshold_value,omitempty"`
	// The amount of time that a time series must violate the
	// threshold to be considered failing. Currently, only values
	// that are a multiple of a minute--e.g., 0, 60, 120, or 300
	// seconds--are supported. If an invalid value is given, an
	// error will be returned. When choosing a duration, it is useful to
	// keep in mind the frequency of the underlying time series data
	// (which may also be affected by any alignments specified in the
	// `aggregations` field); a good duration is long enough so that a single
	// outlier does not generate spurious alerts, but short enough that
	// unhealthy states are detected and alerted on quickly.
	Duration *durationpb.Duration `protobuf:"bytes,6,opt,name=duration,proto3" json:"duration,omitempty"`
	// The number/percent of time series for which the comparison must hold
	// in order for the condition to trigger. If unspecified, then the
	// condition will trigger if the comparison is true for any of the
	// time series that have been identified by `filter` and `aggregations`,
	// or by the ratio, if `denominator_filter` and `denominator_aggregations`
	// are specified.
	Trigger *AlertPolicy_Condition_Trigger `protobuf:"bytes,7,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// A condition control that determines how metric-threshold conditions
	// are evaluated when data stops arriving. To use this control, the value
	// of the `duration` field must be greater than or equal to 60 seconds.
	EvaluationMissingData AlertPolicy_Condition_EvaluationMissingData `` /* 198-byte string literal not displayed */
	// contains filtered or unexported fields
}

A condition type that compares a collection of time series against a threshold.

func (*AlertPolicy_Condition_MetricThreshold) Descriptor deprecated

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

Deprecated: Use AlertPolicy_Condition_MetricThreshold.ProtoReflect.Descriptor instead.

func (*AlertPolicy_Condition_MetricThreshold) GetAggregations

func (x *AlertPolicy_Condition_MetricThreshold) GetAggregations() []*Aggregation

func (*AlertPolicy_Condition_MetricThreshold) GetComparison

func (*AlertPolicy_Condition_MetricThreshold) GetDenominatorAggregations

func (x *AlertPolicy_Condition_MetricThreshold) GetDenominatorAggregations() []*Aggregation

func (*AlertPolicy_Condition_MetricThreshold) GetDenominatorFilter

func (x *AlertPolicy_Condition_MetricThreshold) GetDenominatorFilter() string

func (*AlertPolicy_Condition_MetricThreshold) GetDuration

func (*AlertPolicy_Condition_MetricThreshold) GetEvaluationMissingData

func (*AlertPolicy_Condition_MetricThreshold) GetFilter

func (*AlertPolicy_Condition_MetricThreshold) GetForecastOptions added in v1.16.0

func (*AlertPolicy_Condition_MetricThreshold) GetThresholdValue

func (x *AlertPolicy_Condition_MetricThreshold) GetThresholdValue() float64

func (*AlertPolicy_Condition_MetricThreshold) GetTrigger

func (*AlertPolicy_Condition_MetricThreshold) ProtoMessage

func (*AlertPolicy_Condition_MetricThreshold) ProtoMessage()

func (*AlertPolicy_Condition_MetricThreshold) ProtoReflect

func (*AlertPolicy_Condition_MetricThreshold) Reset

func (*AlertPolicy_Condition_MetricThreshold) String

type AlertPolicy_Condition_MetricThreshold_ForecastOptions added in v1.16.0

type AlertPolicy_Condition_MetricThreshold_ForecastOptions struct {

	// Required. The length of time into the future to forecast whether a
	// time series will violate the threshold. If the predicted value is
	// found to violate the threshold, and the violation is observed in all
	// forecasts made for the configured `duration`, then the time series is
	// considered to be failing.
	// The forecast horizon can range from 1 hour to 60 hours.
	ForecastHorizon *durationpb.Duration `protobuf:"bytes,1,opt,name=forecast_horizon,json=forecastHorizon,proto3" json:"forecast_horizon,omitempty"`
	// contains filtered or unexported fields
}

Options used when forecasting the time series and testing the predicted value against the threshold.

func (*AlertPolicy_Condition_MetricThreshold_ForecastOptions) Descriptor deprecated added in v1.16.0

Deprecated: Use AlertPolicy_Condition_MetricThreshold_ForecastOptions.ProtoReflect.Descriptor instead.

func (*AlertPolicy_Condition_MetricThreshold_ForecastOptions) GetForecastHorizon added in v1.16.0

func (*AlertPolicy_Condition_MetricThreshold_ForecastOptions) ProtoMessage added in v1.16.0

func (*AlertPolicy_Condition_MetricThreshold_ForecastOptions) ProtoReflect added in v1.16.0

func (*AlertPolicy_Condition_MetricThreshold_ForecastOptions) Reset added in v1.16.0

func (*AlertPolicy_Condition_MetricThreshold_ForecastOptions) String added in v1.16.0

type AlertPolicy_Condition_MonitoringQueryLanguageCondition

type AlertPolicy_Condition_MonitoringQueryLanguageCondition struct {

	// [Monitoring Query Language](https://cloud.google.com/monitoring/mql)
	// query that outputs a boolean stream.
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// The amount of time that a time series must violate the
	// threshold to be considered failing. Currently, only values
	// that are a multiple of a minute--e.g., 0, 60, 120, or 300
	// seconds--are supported. If an invalid value is given, an
	// error will be returned. When choosing a duration, it is useful to
	// keep in mind the frequency of the underlying time series data
	// (which may also be affected by any alignments specified in the
	// `aggregations` field); a good duration is long enough so that a single
	// outlier does not generate spurious alerts, but short enough that
	// unhealthy states are detected and alerted on quickly.
	Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"`
	// The number/percent of time series for which the comparison must hold
	// in order for the condition to trigger. If unspecified, then the
	// condition will trigger if the comparison is true for any of the
	// time series that have been identified by `filter` and `aggregations`,
	// or by the ratio, if `denominator_filter` and `denominator_aggregations`
	// are specified.
	Trigger *AlertPolicy_Condition_Trigger `protobuf:"bytes,3,opt,name=trigger,proto3" json:"trigger,omitempty"`
	// A condition control that determines how metric-threshold conditions
	// are evaluated when data stops arriving.
	EvaluationMissingData AlertPolicy_Condition_EvaluationMissingData `` /* 197-byte string literal not displayed */
	// contains filtered or unexported fields
}

A condition type that allows alert policies to be defined using [Monitoring Query Language](https://cloud.google.com/monitoring/mql).

func (*AlertPolicy_Condition_MonitoringQueryLanguageCondition) Descriptor deprecated

Deprecated: Use AlertPolicy_Condition_MonitoringQueryLanguageCondition.ProtoReflect.Descriptor instead.

func (*AlertPolicy_Condition_MonitoringQueryLanguageCondition) GetDuration

func (*AlertPolicy_Condition_MonitoringQueryLanguageCondition) GetEvaluationMissingData

func (*AlertPolicy_Condition_MonitoringQueryLanguageCondition) GetQuery

func (*AlertPolicy_Condition_MonitoringQueryLanguageCondition) GetTrigger

func (*AlertPolicy_Condition_MonitoringQueryLanguageCondition) ProtoMessage

func (*AlertPolicy_Condition_MonitoringQueryLanguageCondition) ProtoReflect

func (*AlertPolicy_Condition_MonitoringQueryLanguageCondition) Reset

func (*AlertPolicy_Condition_MonitoringQueryLanguageCondition) String

type AlertPolicy_Condition_PrometheusQueryLanguageCondition added in v1.16.0

type AlertPolicy_Condition_PrometheusQueryLanguageCondition struct {

	// Required. The PromQL expression to evaluate. Every evaluation cycle
	// this expression is evaluated at the current time, and all resultant
	// time series become pending/firing alerts. This field must not be empty.
	Query string `protobuf:"bytes,1,opt,name=query,proto3" json:"query,omitempty"`
	// Optional. Alerts are considered firing once their PromQL expression was
	// evaluated to be "true" for this long.
	// Alerts whose PromQL expression was not evaluated to be "true" for
	// long enough are considered pending.
	// Must be a non-negative duration or missing.
	// This field is optional. Its default value is zero.
	Duration *durationpb.Duration `protobuf:"bytes,2,opt,name=duration,proto3" json:"duration,omitempty"`
	// Optional. How often this rule should be evaluated.
	// Must be a positive multiple of 30 seconds or missing.
	// This field is optional. Its default value is 30 seconds.
	// If this PrometheusQueryLanguageCondition was generated from a
	// Prometheus alerting rule, then this value should be taken from the
	// enclosing rule group.
	EvaluationInterval *durationpb.Duration `protobuf:"bytes,3,opt,name=evaluation_interval,json=evaluationInterval,proto3" json:"evaluation_interval,omitempty"`
	// Optional. Labels to add to or overwrite in the PromQL query result.
	// Label names [must be
	// valid](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels).
	// Label values can be [templatized by using
	// variables](https://cloud.google.com/monitoring/alerts/doc-variables).
	// The only available variable names are the names of the labels in the
	// PromQL result, including "__name__" and "value". "labels" may be empty.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// Optional. The rule group name of this alert in the corresponding
	// Prometheus configuration file.
	//
	// Some external tools may require this field to be populated correctly
	// in order to refer to the original Prometheus configuration file.
	// The rule group name and the alert name are necessary to update the
	// relevant AlertPolicies in case the definition of the rule group changes
	// in the future.
	//
	// This field is optional. If this field is not empty, then it must
	// contain a valid UTF-8 string.
	// This field may not exceed 2048 Unicode characters in length.
	RuleGroup string `protobuf:"bytes,5,opt,name=rule_group,json=ruleGroup,proto3" json:"rule_group,omitempty"`
	// Optional. The alerting rule name of this alert in the corresponding
	// Prometheus configuration file.
	//
	// Some external tools may require this field to be populated correctly
	// in order to refer to the original Prometheus configuration file.
	// The rule group name and the alert name are necessary to update the
	// relevant AlertPolicies in case the definition of the rule group changes
	// in the future.
	//
	// This field is optional. If this field is not empty, then it must be a
	// [valid Prometheus label
	// name](https://prometheus.io/docs/concepts/data_model/#metric-names-and-labels).
	// This field may not exceed 2048 Unicode characters in length.
	AlertRule string `protobuf:"bytes,6,opt,name=alert_rule,json=alertRule,proto3" json:"alert_rule,omitempty"`
	// contains filtered or unexported fields
}

A condition type that allows alert policies to be defined using [Prometheus Query Language (PromQL)](https://prometheus.io/docs/prometheus/latest/querying/basics/).

The PrometheusQueryLanguageCondition message contains information from a Prometheus alerting rule and its associated rule group.

A Prometheus alerting rule is described [here](https://prometheus.io/docs/prometheus/latest/configuration/alerting_rules/). The semantics of a Prometheus alerting rule is described [here](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/#rule).

A Prometheus rule group is described [here](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/). The semantics of a Prometheus rule group is described [here](https://prometheus.io/docs/prometheus/latest/configuration/recording_rules/#rule_group).

Because Cloud Alerting has no representation of a Prometheus rule group resource, we must embed the information of the parent rule group inside each of the conditions that refer to it. We must also update the contents of all Prometheus alerts in case the information of their rule group changes.

The PrometheusQueryLanguageCondition protocol buffer combines the information of the corresponding rule group and alerting rule. The structure of the PrometheusQueryLanguageCondition protocol buffer does NOT mimic the structure of the Prometheus rule group and alerting rule YAML declarations. The PrometheusQueryLanguageCondition protocol buffer may change in the future to support future rule group and/or alerting rule features. There are no new such features at the present time (2023-06-26).

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) Descriptor deprecated added in v1.16.0

Deprecated: Use AlertPolicy_Condition_PrometheusQueryLanguageCondition.ProtoReflect.Descriptor instead.

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) GetAlertRule added in v1.16.0

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) GetDuration added in v1.16.0

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) GetEvaluationInterval added in v1.16.0

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) GetLabels added in v1.16.0

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) GetQuery added in v1.16.0

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) GetRuleGroup added in v1.16.0

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) ProtoMessage added in v1.16.0

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) ProtoReflect added in v1.16.0

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) Reset added in v1.16.0

func (*AlertPolicy_Condition_PrometheusQueryLanguageCondition) String added in v1.16.0

type AlertPolicy_Condition_Trigger

type AlertPolicy_Condition_Trigger struct {

	// A type of trigger.
	//
	// Types that are assignable to Type:
	//
	//	*AlertPolicy_Condition_Trigger_Count
	//	*AlertPolicy_Condition_Trigger_Percent
	Type isAlertPolicy_Condition_Trigger_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

Specifies how many time series must fail a predicate to trigger a condition. If not specified, then a `{count: 1}` trigger is used.

func (*AlertPolicy_Condition_Trigger) Descriptor deprecated

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

Deprecated: Use AlertPolicy_Condition_Trigger.ProtoReflect.Descriptor instead.

func (*AlertPolicy_Condition_Trigger) GetCount

func (x *AlertPolicy_Condition_Trigger) GetCount() int32

func (*AlertPolicy_Condition_Trigger) GetPercent

func (x *AlertPolicy_Condition_Trigger) GetPercent() float64

func (*AlertPolicy_Condition_Trigger) GetType

func (m *AlertPolicy_Condition_Trigger) GetType() isAlertPolicy_Condition_Trigger_Type

func (*AlertPolicy_Condition_Trigger) ProtoMessage

func (*AlertPolicy_Condition_Trigger) ProtoMessage()

func (*AlertPolicy_Condition_Trigger) ProtoReflect

func (*AlertPolicy_Condition_Trigger) Reset

func (x *AlertPolicy_Condition_Trigger) Reset()

func (*AlertPolicy_Condition_Trigger) String

type AlertPolicy_Condition_Trigger_Count

type AlertPolicy_Condition_Trigger_Count struct {
	// The absolute number of time series that must fail
	// the predicate for the condition to be triggered.
	Count int32 `protobuf:"varint,1,opt,name=count,proto3,oneof"`
}

type AlertPolicy_Condition_Trigger_Percent

type AlertPolicy_Condition_Trigger_Percent struct {
	// The percentage of time series that must fail the
	// predicate for the condition to be triggered.
	Percent float64 `protobuf:"fixed64,2,opt,name=percent,proto3,oneof"`
}

type AlertPolicy_Documentation

type AlertPolicy_Documentation struct {

	// The body of the documentation, interpreted according to `mime_type`.
	// The content may not exceed 8,192 Unicode characters and may not exceed
	// more than 10,240 bytes when encoded in UTF-8 format, whichever is
	// smaller. This text can be [templatized by using
	// variables](https://cloud.google.com/monitoring/alerts/doc-variables).
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// The format of the `content` field. Presently, only the value
	// `"text/markdown"` is supported. See
	// [Markdown](https://en.wikipedia.org/wiki/Markdown) for more information.
	MimeType string `protobuf:"bytes,2,opt,name=mime_type,json=mimeType,proto3" json:"mime_type,omitempty"`
	// Optional. The subject line of the notification. The subject line may not
	// exceed 10,240 bytes. In notifications generated by this policy, the
	// contents of the subject line after variable expansion will be truncated
	// to 255 bytes or shorter at the latest UTF-8 character boundary. The
	// 255-byte limit is recommended by [this
	// thread](https://stackoverflow.com/questions/1592291/what-is-the-email-subject-length-limit).
	// It is both the limit imposed by some third-party ticketing products and
	// it is common to define textual fields in databases as VARCHAR(255).
	//
	// The contents of the subject line can be [templatized by using
	// variables](https://cloud.google.com/monitoring/alerts/doc-variables).
	// If this field is missing or empty, a default subject line will be
	// generated.
	Subject string `protobuf:"bytes,3,opt,name=subject,proto3" json:"subject,omitempty"`
	// contains filtered or unexported fields
}

Documentation that is included in the notifications and incidents pertaining to this policy.

func (*AlertPolicy_Documentation) Descriptor deprecated

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

Deprecated: Use AlertPolicy_Documentation.ProtoReflect.Descriptor instead.

func (*AlertPolicy_Documentation) GetContent

func (x *AlertPolicy_Documentation) GetContent() string

func (*AlertPolicy_Documentation) GetMimeType

func (x *AlertPolicy_Documentation) GetMimeType() string

func (*AlertPolicy_Documentation) GetSubject added in v1.16.0

func (x *AlertPolicy_Documentation) GetSubject() string

func (*AlertPolicy_Documentation) ProtoMessage

func (*AlertPolicy_Documentation) ProtoMessage()

func (*AlertPolicy_Documentation) ProtoReflect

func (*AlertPolicy_Documentation) Reset

func (x *AlertPolicy_Documentation) Reset()

func (*AlertPolicy_Documentation) String

func (x *AlertPolicy_Documentation) String() string

type AlertPolicy_Severity added in v1.17.0

type AlertPolicy_Severity int32

An enumeration of possible severity level for an Alert Policy.

const (
	// No severity is specified. This is the default value.
	AlertPolicy_SEVERITY_UNSPECIFIED AlertPolicy_Severity = 0
	// This is the highest severity level. Use this if the problem could
	// cause significant damage or downtime.
	AlertPolicy_CRITICAL AlertPolicy_Severity = 1
	// This is the medium severity level. Use this if the problem could
	// cause minor damage or downtime.
	AlertPolicy_ERROR AlertPolicy_Severity = 2
	// This is the lowest severity level. Use this if the problem is not causing
	// any damage or downtime, but could potentially lead to a problem in the
	// future.
	AlertPolicy_WARNING AlertPolicy_Severity = 3
)

func (AlertPolicy_Severity) Descriptor added in v1.17.0

func (AlertPolicy_Severity) Enum added in v1.17.0

func (AlertPolicy_Severity) EnumDescriptor deprecated added in v1.17.0

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

Deprecated: Use AlertPolicy_Severity.Descriptor instead.

func (AlertPolicy_Severity) Number added in v1.17.0

func (AlertPolicy_Severity) String added in v1.17.0

func (x AlertPolicy_Severity) String() string

func (AlertPolicy_Severity) Type added in v1.17.0

type BasicSli

type BasicSli struct {

	// OPTIONAL: The set of RPCs to which this SLI is relevant. Telemetry from
	// other methods will not be used to calculate performance for this SLI. If
	// omitted, this SLI applies to all the Service's methods. For service types
	// that don't support breaking down by method, setting this field will result
	// in an error.
	Method []string `protobuf:"bytes,7,rep,name=method,proto3" json:"method,omitempty"`
	// OPTIONAL: The set of locations to which this SLI is relevant. Telemetry
	// from other locations will not be used to calculate performance for this
	// SLI. If omitted, this SLI applies to all locations in which the Service has
	// activity. For service types that don't support breaking down by location,
	// setting this field will result in an error.
	Location []string `protobuf:"bytes,8,rep,name=location,proto3" json:"location,omitempty"`
	// OPTIONAL: The set of API versions to which this SLI is relevant. Telemetry
	// from other API versions will not be used to calculate performance for this
	// SLI. If omitted, this SLI applies to all API versions. For service types
	// that don't support breaking down by version, setting this field will result
	// in an error.
	Version []string `protobuf:"bytes,9,rep,name=version,proto3" json:"version,omitempty"`
	// This SLI can be evaluated on the basis of availability or latency.
	//
	// Types that are assignable to SliCriteria:
	//
	//	*BasicSli_Availability
	//	*BasicSli_Latency
	SliCriteria isBasicSli_SliCriteria `protobuf_oneof:"sli_criteria"`
	// contains filtered or unexported fields
}

An SLI measuring performance on a well-known service type. Performance will be computed on the basis of pre-defined metrics. The type of the `service_resource` determines the metrics to use and the `service_resource.labels` and `metric_labels` are used to construct a monitoring filter to filter that metric down to just the data relevant to this service.

func (*BasicSli) Descriptor deprecated

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

Deprecated: Use BasicSli.ProtoReflect.Descriptor instead.

func (*BasicSli) GetAvailability

func (x *BasicSli) GetAvailability() *BasicSli_AvailabilityCriteria

func (*BasicSli) GetLatency

func (x *BasicSli) GetLatency() *BasicSli_LatencyCriteria

func (*BasicSli) GetLocation

func (x *BasicSli) GetLocation() []string

func (*BasicSli) GetMethod

func (x *BasicSli) GetMethod() []string

func (*BasicSli) GetSliCriteria

func (m *BasicSli) GetSliCriteria() isBasicSli_SliCriteria

func (*BasicSli) GetVersion

func (x *BasicSli) GetVersion() []string

func (*BasicSli) ProtoMessage

func (*BasicSli) ProtoMessage()

func (*BasicSli) ProtoReflect

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

func (*BasicSli) Reset

func (x *BasicSli) Reset()

func (*BasicSli) String

func (x *BasicSli) String() string

type BasicSli_Availability

type BasicSli_Availability struct {
	// Good service is defined to be the count of requests made to this service
	// that return successfully.
	Availability *BasicSli_AvailabilityCriteria `protobuf:"bytes,2,opt,name=availability,proto3,oneof"`
}

type BasicSli_AvailabilityCriteria

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

Future parameters for the availability SLI.

func (*BasicSli_AvailabilityCriteria) Descriptor deprecated

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

Deprecated: Use BasicSli_AvailabilityCriteria.ProtoReflect.Descriptor instead.

func (*BasicSli_AvailabilityCriteria) ProtoMessage

func (*BasicSli_AvailabilityCriteria) ProtoMessage()

func (*BasicSli_AvailabilityCriteria) ProtoReflect

func (*BasicSli_AvailabilityCriteria) Reset

func (x *BasicSli_AvailabilityCriteria) Reset()

func (*BasicSli_AvailabilityCriteria) String

type BasicSli_Latency

type BasicSli_Latency struct {
	// Good service is defined to be the count of requests made to this service
	// that are fast enough with respect to `latency.threshold`.
	Latency *BasicSli_LatencyCriteria `protobuf:"bytes,3,opt,name=latency,proto3,oneof"`
}

type BasicSli_LatencyCriteria

type BasicSli_LatencyCriteria struct {

	// Good service is defined to be the count of requests made to this service
	// that return in no more than `threshold`.
	Threshold *durationpb.Duration `protobuf:"bytes,3,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

Parameters for a latency threshold SLI.

func (*BasicSli_LatencyCriteria) Descriptor deprecated

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

Deprecated: Use BasicSli_LatencyCriteria.ProtoReflect.Descriptor instead.

func (*BasicSli_LatencyCriteria) GetThreshold

func (x *BasicSli_LatencyCriteria) GetThreshold() *durationpb.Duration

func (*BasicSli_LatencyCriteria) ProtoMessage

func (*BasicSli_LatencyCriteria) ProtoMessage()

func (*BasicSli_LatencyCriteria) ProtoReflect

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

func (*BasicSli_LatencyCriteria) Reset

func (x *BasicSli_LatencyCriteria) Reset()

func (*BasicSli_LatencyCriteria) String

func (x *BasicSli_LatencyCriteria) String() string

type ComparisonType

type ComparisonType int32

Specifies an ordering relationship on two arguments, called `left` and `right`.

const (
	// No ordering relationship is specified.
	ComparisonType_COMPARISON_UNSPECIFIED ComparisonType = 0
	// True if the left argument is greater than the right argument.
	ComparisonType_COMPARISON_GT ComparisonType = 1
	// True if the left argument is greater than or equal to the right argument.
	ComparisonType_COMPARISON_GE ComparisonType = 2
	// True if the left argument is less than the right argument.
	ComparisonType_COMPARISON_LT ComparisonType = 3
	// True if the left argument is less than or equal to the right argument.
	ComparisonType_COMPARISON_LE ComparisonType = 4
	// True if the left argument is equal to the right argument.
	ComparisonType_COMPARISON_EQ ComparisonType = 5
	// True if the left argument is not equal to the right argument.
	ComparisonType_COMPARISON_NE ComparisonType = 6
)

func (ComparisonType) Descriptor

func (ComparisonType) Enum

func (x ComparisonType) Enum() *ComparisonType

func (ComparisonType) EnumDescriptor deprecated

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

Deprecated: Use ComparisonType.Descriptor instead.

func (ComparisonType) Number

func (ComparisonType) String

func (x ComparisonType) String() string

func (ComparisonType) Type

type CreateAlertPolicyRequest

type CreateAlertPolicyRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
	// to create the alerting policy. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	//
	// Note that this field names the parent container in which the alerting
	// policy will be written, not the name of the created policy. |name| must be
	// a host project of a Metrics Scope, otherwise INVALID_ARGUMENT error will
	// return. The alerting policy that is returned will have a name that contains
	// a normalized representation of this name as a prefix but adds a suffix of
	// the form `/alertPolicies/[ALERT_POLICY_ID]`, identifying the policy in the
	// container.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The requested alerting policy. You should omit the `name` field
	// in this policy. The name will be returned in the new policy, including a
	// new `[ALERT_POLICY_ID]` value.
	AlertPolicy *AlertPolicy `protobuf:"bytes,2,opt,name=alert_policy,json=alertPolicy,proto3" json:"alert_policy,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `CreateAlertPolicy` request.

func (*CreateAlertPolicyRequest) Descriptor deprecated

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

Deprecated: Use CreateAlertPolicyRequest.ProtoReflect.Descriptor instead.

func (*CreateAlertPolicyRequest) GetAlertPolicy

func (x *CreateAlertPolicyRequest) GetAlertPolicy() *AlertPolicy

func (*CreateAlertPolicyRequest) GetName

func (x *CreateAlertPolicyRequest) GetName() string

func (*CreateAlertPolicyRequest) ProtoMessage

func (*CreateAlertPolicyRequest) ProtoMessage()

func (*CreateAlertPolicyRequest) ProtoReflect

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

func (*CreateAlertPolicyRequest) Reset

func (x *CreateAlertPolicyRequest) Reset()

func (*CreateAlertPolicyRequest) String

func (x *CreateAlertPolicyRequest) String() string

type CreateGroupRequest

type CreateGroupRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
	// to create the group. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// Required. A group definition. It is an error to define the `name` field
	// because the system assigns the name.
	Group *Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	// If true, validate this request but do not create the group.
	ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"`
	// contains filtered or unexported fields
}

The `CreateGroup` request.

func (*CreateGroupRequest) Descriptor deprecated

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

Deprecated: Use CreateGroupRequest.ProtoReflect.Descriptor instead.

func (*CreateGroupRequest) GetGroup

func (x *CreateGroupRequest) GetGroup() *Group

func (*CreateGroupRequest) GetName

func (x *CreateGroupRequest) GetName() string

func (*CreateGroupRequest) GetValidateOnly

func (x *CreateGroupRequest) GetValidateOnly() bool

func (*CreateGroupRequest) ProtoMessage

func (*CreateGroupRequest) ProtoMessage()

func (*CreateGroupRequest) ProtoReflect

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

func (*CreateGroupRequest) Reset

func (x *CreateGroupRequest) Reset()

func (*CreateGroupRequest) String

func (x *CreateGroupRequest) String() string

type CreateMetricDescriptorRequest

type CreateMetricDescriptorRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
	// to execute the request. The format is:
	// 4
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The new [custom
	// metric](https://cloud.google.com/monitoring/custom-metrics) descriptor.
	MetricDescriptor *metric.MetricDescriptor `protobuf:"bytes,2,opt,name=metric_descriptor,json=metricDescriptor,proto3" json:"metric_descriptor,omitempty"`
	// contains filtered or unexported fields
}

The `CreateMetricDescriptor` request.

func (*CreateMetricDescriptorRequest) Descriptor deprecated

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

Deprecated: Use CreateMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*CreateMetricDescriptorRequest) GetMetricDescriptor

func (x *CreateMetricDescriptorRequest) GetMetricDescriptor() *metric.MetricDescriptor

func (*CreateMetricDescriptorRequest) GetName

func (*CreateMetricDescriptorRequest) ProtoMessage

func (*CreateMetricDescriptorRequest) ProtoMessage()

func (*CreateMetricDescriptorRequest) ProtoReflect

func (*CreateMetricDescriptorRequest) Reset

func (x *CreateMetricDescriptorRequest) Reset()

func (*CreateMetricDescriptorRequest) String

type CreateNotificationChannelRequest

type CreateNotificationChannelRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
	// to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	//
	// This names the container into which the channel will be
	// written, this does not name the newly created channel. The resulting
	// channel's name will have a normalized version of this field as a prefix,
	// but will add `/notificationChannels/[CHANNEL_ID]` to identify the channel.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The definition of the `NotificationChannel` to create.
	NotificationChannel *NotificationChannel `protobuf:"bytes,2,opt,name=notification_channel,json=notificationChannel,proto3" json:"notification_channel,omitempty"`
	// contains filtered or unexported fields
}

The `CreateNotificationChannel` request.

func (*CreateNotificationChannelRequest) Descriptor deprecated

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

Deprecated: Use CreateNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*CreateNotificationChannelRequest) GetName

func (*CreateNotificationChannelRequest) GetNotificationChannel

func (x *CreateNotificationChannelRequest) GetNotificationChannel() *NotificationChannel

func (*CreateNotificationChannelRequest) ProtoMessage

func (*CreateNotificationChannelRequest) ProtoMessage()

func (*CreateNotificationChannelRequest) ProtoReflect

func (*CreateNotificationChannelRequest) Reset

func (*CreateNotificationChannelRequest) String

type CreateServiceLevelObjectiveRequest

type CreateServiceLevelObjectiveRequest struct {

	// Required. Resource name of the parent `Service`. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Optional. The ServiceLevelObjective id to use for this
	// ServiceLevelObjective. If omitted, an id will be generated instead. Must
	// match the pattern `^[a-zA-Z0-9-_:.]+$`
	ServiceLevelObjectiveId string `` /* 134-byte string literal not displayed */
	// Required. The `ServiceLevelObjective` to create.
	// The provided `name` will be respected if no `ServiceLevelObjective` exists
	// with this name.
	ServiceLevelObjective *ServiceLevelObjective `` /* 126-byte string literal not displayed */
	// contains filtered or unexported fields
}

The `CreateServiceLevelObjective` request.

func (*CreateServiceLevelObjectiveRequest) Descriptor deprecated

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

Deprecated: Use CreateServiceLevelObjectiveRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceLevelObjectiveRequest) GetParent

func (*CreateServiceLevelObjectiveRequest) GetServiceLevelObjective

func (x *CreateServiceLevelObjectiveRequest) GetServiceLevelObjective() *ServiceLevelObjective

func (*CreateServiceLevelObjectiveRequest) GetServiceLevelObjectiveId

func (x *CreateServiceLevelObjectiveRequest) GetServiceLevelObjectiveId() string

func (*CreateServiceLevelObjectiveRequest) ProtoMessage

func (*CreateServiceLevelObjectiveRequest) ProtoMessage()

func (*CreateServiceLevelObjectiveRequest) ProtoReflect

func (*CreateServiceLevelObjectiveRequest) Reset

func (*CreateServiceLevelObjectiveRequest) String

type CreateServiceRequest

type CreateServiceRequest struct {

	// Required. Resource
	// [name](https://cloud.google.com/monitoring/api/v3#project_name) of the
	// parent Metrics Scope. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Optional. The Service id to use for this Service. If omitted, an id will be
	// generated instead. Must match the pattern `[a-z0-9\-]+`
	ServiceId string `protobuf:"bytes,3,opt,name=service_id,json=serviceId,proto3" json:"service_id,omitempty"`
	// Required. The `Service` to create.
	Service *Service `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

The `CreateService` request.

func (*CreateServiceRequest) Descriptor deprecated

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

Deprecated: Use CreateServiceRequest.ProtoReflect.Descriptor instead.

func (*CreateServiceRequest) GetParent

func (x *CreateServiceRequest) GetParent() string

func (*CreateServiceRequest) GetService

func (x *CreateServiceRequest) GetService() *Service

func (*CreateServiceRequest) GetServiceId

func (x *CreateServiceRequest) GetServiceId() string

func (*CreateServiceRequest) ProtoMessage

func (*CreateServiceRequest) ProtoMessage()

func (*CreateServiceRequest) ProtoReflect

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

func (*CreateServiceRequest) Reset

func (x *CreateServiceRequest) Reset()

func (*CreateServiceRequest) String

func (x *CreateServiceRequest) String() string

type CreateSnoozeRequest added in v1.11.0

type CreateSnoozeRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
	// a `Snooze` should be created. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The `Snooze` to create. Omit the `name` field, as it will be
	// filled in by the API.
	Snooze *Snooze `protobuf:"bytes,2,opt,name=snooze,proto3" json:"snooze,omitempty"`
	// contains filtered or unexported fields
}

The message definition for creating a `Snooze`. Users must provide the body of the `Snooze` to be created but must omit the `Snooze` field, `name`.

func (*CreateSnoozeRequest) Descriptor deprecated added in v1.11.0

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

Deprecated: Use CreateSnoozeRequest.ProtoReflect.Descriptor instead.

func (*CreateSnoozeRequest) GetParent added in v1.11.0

func (x *CreateSnoozeRequest) GetParent() string

func (*CreateSnoozeRequest) GetSnooze added in v1.11.0

func (x *CreateSnoozeRequest) GetSnooze() *Snooze

func (*CreateSnoozeRequest) ProtoMessage added in v1.11.0

func (*CreateSnoozeRequest) ProtoMessage()

func (*CreateSnoozeRequest) ProtoReflect added in v1.11.0

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

func (*CreateSnoozeRequest) Reset added in v1.11.0

func (x *CreateSnoozeRequest) Reset()

func (*CreateSnoozeRequest) String added in v1.11.0

func (x *CreateSnoozeRequest) String() string

type CreateTimeSeriesError

type CreateTimeSeriesError struct {

	// DEPRECATED. Time series ID that resulted in the `status` error.
	//
	// Deprecated: Marked as deprecated in google/monitoring/v3/metric_service.proto.
	TimeSeries *TimeSeries `protobuf:"bytes,1,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	// DEPRECATED. The status of the requested write operation for `time_series`.
	//
	// Deprecated: Marked as deprecated in google/monitoring/v3/metric_service.proto.
	Status *status.Status `protobuf:"bytes,2,opt,name=status,proto3" json:"status,omitempty"`
	// contains filtered or unexported fields
}

DEPRECATED. Used to hold per-time-series error status.

func (*CreateTimeSeriesError) Descriptor deprecated

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

Deprecated: Use CreateTimeSeriesError.ProtoReflect.Descriptor instead.

func (*CreateTimeSeriesError) GetStatus deprecated

func (x *CreateTimeSeriesError) GetStatus() *status.Status

Deprecated: Marked as deprecated in google/monitoring/v3/metric_service.proto.

func (*CreateTimeSeriesError) GetTimeSeries deprecated

func (x *CreateTimeSeriesError) GetTimeSeries() *TimeSeries

Deprecated: Marked as deprecated in google/monitoring/v3/metric_service.proto.

func (*CreateTimeSeriesError) ProtoMessage

func (*CreateTimeSeriesError) ProtoMessage()

func (*CreateTimeSeriesError) ProtoReflect

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

func (*CreateTimeSeriesError) Reset

func (x *CreateTimeSeriesError) Reset()

func (*CreateTimeSeriesError) String

func (x *CreateTimeSeriesError) String() string

type CreateTimeSeriesRequest

type CreateTimeSeriesRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
	// to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// Required. 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.
	//
	// The maximum number of `TimeSeries` objects per `Create` request is 200.
	TimeSeries []*TimeSeries `protobuf:"bytes,2,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	// contains filtered or unexported fields
}

The `CreateTimeSeries` request.

func (*CreateTimeSeriesRequest) Descriptor deprecated

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

Deprecated: Use CreateTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*CreateTimeSeriesRequest) GetName

func (x *CreateTimeSeriesRequest) GetName() string

func (*CreateTimeSeriesRequest) GetTimeSeries

func (x *CreateTimeSeriesRequest) GetTimeSeries() []*TimeSeries

func (*CreateTimeSeriesRequest) ProtoMessage

func (*CreateTimeSeriesRequest) ProtoMessage()

func (*CreateTimeSeriesRequest) ProtoReflect

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

func (*CreateTimeSeriesRequest) Reset

func (x *CreateTimeSeriesRequest) Reset()

func (*CreateTimeSeriesRequest) String

func (x *CreateTimeSeriesRequest) String() string

type CreateTimeSeriesSummary

type CreateTimeSeriesSummary struct {

	// The number of points in the request.
	TotalPointCount int32 `protobuf:"varint,1,opt,name=total_point_count,json=totalPointCount,proto3" json:"total_point_count,omitempty"`
	// The number of points that were successfully written.
	SuccessPointCount int32 `protobuf:"varint,2,opt,name=success_point_count,json=successPointCount,proto3" json:"success_point_count,omitempty"`
	// The number of points that failed to be written. Order is not guaranteed.
	Errors []*CreateTimeSeriesSummary_Error `protobuf:"bytes,3,rep,name=errors,proto3" json:"errors,omitempty"`
	// contains filtered or unexported fields
}

Summary of the result of a failed request to write data to a time series.

func (*CreateTimeSeriesSummary) Descriptor deprecated

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

Deprecated: Use CreateTimeSeriesSummary.ProtoReflect.Descriptor instead.

func (*CreateTimeSeriesSummary) GetErrors

func (*CreateTimeSeriesSummary) GetSuccessPointCount

func (x *CreateTimeSeriesSummary) GetSuccessPointCount() int32

func (*CreateTimeSeriesSummary) GetTotalPointCount

func (x *CreateTimeSeriesSummary) GetTotalPointCount() int32

func (*CreateTimeSeriesSummary) ProtoMessage

func (*CreateTimeSeriesSummary) ProtoMessage()

func (*CreateTimeSeriesSummary) ProtoReflect

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

func (*CreateTimeSeriesSummary) Reset

func (x *CreateTimeSeriesSummary) Reset()

func (*CreateTimeSeriesSummary) String

func (x *CreateTimeSeriesSummary) String() string

type CreateTimeSeriesSummary_Error

type CreateTimeSeriesSummary_Error struct {

	// The status of the requested write operation.
	Status *status.Status `protobuf:"bytes,1,opt,name=status,proto3" json:"status,omitempty"`
	// The number of points that couldn't be written because of `status`.
	PointCount int32 `protobuf:"varint,2,opt,name=point_count,json=pointCount,proto3" json:"point_count,omitempty"`
	// contains filtered or unexported fields
}

Detailed information about an error category.

func (*CreateTimeSeriesSummary_Error) Descriptor deprecated

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

Deprecated: Use CreateTimeSeriesSummary_Error.ProtoReflect.Descriptor instead.

func (*CreateTimeSeriesSummary_Error) GetPointCount

func (x *CreateTimeSeriesSummary_Error) GetPointCount() int32

func (*CreateTimeSeriesSummary_Error) GetStatus

func (*CreateTimeSeriesSummary_Error) ProtoMessage

func (*CreateTimeSeriesSummary_Error) ProtoMessage()

func (*CreateTimeSeriesSummary_Error) ProtoReflect

func (*CreateTimeSeriesSummary_Error) Reset

func (x *CreateTimeSeriesSummary_Error) Reset()

func (*CreateTimeSeriesSummary_Error) String

type CreateUptimeCheckConfigRequest

type CreateUptimeCheckConfigRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) in which
	// to create the Uptime check. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Required. The new Uptime check configuration.
	UptimeCheckConfig *UptimeCheckConfig `protobuf:"bytes,2,opt,name=uptime_check_config,json=uptimeCheckConfig,proto3" json:"uptime_check_config,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `CreateUptimeCheckConfig` request.

func (*CreateUptimeCheckConfigRequest) Descriptor deprecated

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

Deprecated: Use CreateUptimeCheckConfigRequest.ProtoReflect.Descriptor instead.

func (*CreateUptimeCheckConfigRequest) GetParent

func (x *CreateUptimeCheckConfigRequest) GetParent() string

func (*CreateUptimeCheckConfigRequest) GetUptimeCheckConfig

func (x *CreateUptimeCheckConfigRequest) GetUptimeCheckConfig() *UptimeCheckConfig

func (*CreateUptimeCheckConfigRequest) ProtoMessage

func (*CreateUptimeCheckConfigRequest) ProtoMessage()

func (*CreateUptimeCheckConfigRequest) ProtoReflect

func (*CreateUptimeCheckConfigRequest) Reset

func (x *CreateUptimeCheckConfigRequest) Reset()

func (*CreateUptimeCheckConfigRequest) String

type DeleteAlertPolicyRequest

type DeleteAlertPolicyRequest struct {

	// Required. The alerting policy to delete. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
	//
	// For more information, see [AlertPolicy][google.monitoring.v3.AlertPolicy].
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `DeleteAlertPolicy` request.

func (*DeleteAlertPolicyRequest) Descriptor deprecated

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

Deprecated: Use DeleteAlertPolicyRequest.ProtoReflect.Descriptor instead.

func (*DeleteAlertPolicyRequest) GetName

func (x *DeleteAlertPolicyRequest) GetName() string

func (*DeleteAlertPolicyRequest) ProtoMessage

func (*DeleteAlertPolicyRequest) ProtoMessage()

func (*DeleteAlertPolicyRequest) ProtoReflect

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

func (*DeleteAlertPolicyRequest) Reset

func (x *DeleteAlertPolicyRequest) Reset()

func (*DeleteAlertPolicyRequest) String

func (x *DeleteAlertPolicyRequest) String() string

type DeleteGroupRequest

type DeleteGroupRequest struct {

	// Required. The group to delete. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// If this field is true, then the request means to delete a group with all
	// its descendants. Otherwise, the request means to delete a group only when
	// it has no descendants. The default value is false.
	Recursive bool `protobuf:"varint,4,opt,name=recursive,proto3" json:"recursive,omitempty"`
	// contains filtered or unexported fields
}

The `DeleteGroup` request. The default behavior is to be able to delete a single group without any descendants.

func (*DeleteGroupRequest) Descriptor deprecated

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

Deprecated: Use DeleteGroupRequest.ProtoReflect.Descriptor instead.

func (*DeleteGroupRequest) GetName

func (x *DeleteGroupRequest) GetName() string

func (*DeleteGroupRequest) GetRecursive

func (x *DeleteGroupRequest) GetRecursive() bool

func (*DeleteGroupRequest) ProtoMessage

func (*DeleteGroupRequest) ProtoMessage()

func (*DeleteGroupRequest) ProtoReflect

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

func (*DeleteGroupRequest) Reset

func (x *DeleteGroupRequest) Reset()

func (*DeleteGroupRequest) String

func (x *DeleteGroupRequest) String() string

type DeleteMetricDescriptorRequest

type DeleteMetricDescriptorRequest struct {

	// Required. The metric descriptor on which to execute the request. The format
	// is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
	//
	// An example of `[METRIC_ID]` is:
	// `"custom.googleapis.com/my_test_metric"`.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `DeleteMetricDescriptor` request.

func (*DeleteMetricDescriptorRequest) Descriptor deprecated

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

Deprecated: Use DeleteMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*DeleteMetricDescriptorRequest) GetName

func (*DeleteMetricDescriptorRequest) ProtoMessage

func (*DeleteMetricDescriptorRequest) ProtoMessage()

func (*DeleteMetricDescriptorRequest) ProtoReflect

func (*DeleteMetricDescriptorRequest) Reset

func (x *DeleteMetricDescriptorRequest) Reset()

func (*DeleteMetricDescriptorRequest) String

type DeleteNotificationChannelRequest

type DeleteNotificationChannelRequest struct {

	// Required. The channel for which to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// If true, the notification channel will be deleted regardless of its
	// use in alert policies (the policies will be updated to remove the
	// channel). If false, channels that are still referenced by an existing
	// alerting policy will fail to be deleted in a delete operation.
	Force bool `protobuf:"varint,5,opt,name=force,proto3" json:"force,omitempty"`
	// contains filtered or unexported fields
}

The `DeleteNotificationChannel` request.

func (*DeleteNotificationChannelRequest) Descriptor deprecated

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

Deprecated: Use DeleteNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*DeleteNotificationChannelRequest) GetForce

func (x *DeleteNotificationChannelRequest) GetForce() bool

func (*DeleteNotificationChannelRequest) GetName

func (*DeleteNotificationChannelRequest) ProtoMessage

func (*DeleteNotificationChannelRequest) ProtoMessage()

func (*DeleteNotificationChannelRequest) ProtoReflect

func (*DeleteNotificationChannelRequest) Reset

func (*DeleteNotificationChannelRequest) String

type DeleteServiceLevelObjectiveRequest

type DeleteServiceLevelObjectiveRequest struct {

	// Required. Resource name of the `ServiceLevelObjective` to delete. The
	// format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `DeleteServiceLevelObjective` request.

func (*DeleteServiceLevelObjectiveRequest) Descriptor deprecated

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

Deprecated: Use DeleteServiceLevelObjectiveRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceLevelObjectiveRequest) GetName

func (*DeleteServiceLevelObjectiveRequest) ProtoMessage

func (*DeleteServiceLevelObjectiveRequest) ProtoMessage()

func (*DeleteServiceLevelObjectiveRequest) ProtoReflect

func (*DeleteServiceLevelObjectiveRequest) Reset

func (*DeleteServiceLevelObjectiveRequest) String

type DeleteServiceRequest

type DeleteServiceRequest struct {

	// Required. Resource name of the `Service` to delete. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `DeleteService` request.

func (*DeleteServiceRequest) Descriptor deprecated

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

Deprecated: Use DeleteServiceRequest.ProtoReflect.Descriptor instead.

func (*DeleteServiceRequest) GetName

func (x *DeleteServiceRequest) GetName() string

func (*DeleteServiceRequest) ProtoMessage

func (*DeleteServiceRequest) ProtoMessage()

func (*DeleteServiceRequest) ProtoReflect

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

func (*DeleteServiceRequest) Reset

func (x *DeleteServiceRequest) Reset()

func (*DeleteServiceRequest) String

func (x *DeleteServiceRequest) String() string

type DeleteUptimeCheckConfigRequest

type DeleteUptimeCheckConfigRequest struct {

	// Required. The Uptime check configuration to delete. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `DeleteUptimeCheckConfig` request.

func (*DeleteUptimeCheckConfigRequest) Descriptor deprecated

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

Deprecated: Use DeleteUptimeCheckConfigRequest.ProtoReflect.Descriptor instead.

func (*DeleteUptimeCheckConfigRequest) GetName

func (*DeleteUptimeCheckConfigRequest) ProtoMessage

func (*DeleteUptimeCheckConfigRequest) ProtoMessage()

func (*DeleteUptimeCheckConfigRequest) ProtoReflect

func (*DeleteUptimeCheckConfigRequest) Reset

func (x *DeleteUptimeCheckConfigRequest) Reset()

func (*DeleteUptimeCheckConfigRequest) String

type DistributionCut

type DistributionCut struct {

	// A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
	// specifying a `TimeSeries` aggregating values. Must have `ValueType =
	// DISTRIBUTION` and `MetricKind = DELTA` or `MetricKind = CUMULATIVE`.
	DistributionFilter string `protobuf:"bytes,4,opt,name=distribution_filter,json=distributionFilter,proto3" json:"distribution_filter,omitempty"`
	// Range of values considered "good." For a one-sided range, set one bound to
	// an infinite value.
	Range *Range `protobuf:"bytes,5,opt,name=range,proto3" json:"range,omitempty"`
	// contains filtered or unexported fields
}

A `DistributionCut` defines a `TimeSeries` and thresholds used for measuring good service and total service. The `TimeSeries` must have `ValueType = DISTRIBUTION` and `MetricKind = DELTA` or `MetricKind = CUMULATIVE`. The computed `good_service` will be the estimated count of values in the `Distribution` that fall within the specified `min` and `max`.

func (*DistributionCut) Descriptor deprecated

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

Deprecated: Use DistributionCut.ProtoReflect.Descriptor instead.

func (*DistributionCut) GetDistributionFilter

func (x *DistributionCut) GetDistributionFilter() string

func (*DistributionCut) GetRange

func (x *DistributionCut) GetRange() *Range

func (*DistributionCut) ProtoMessage

func (*DistributionCut) ProtoMessage()

func (*DistributionCut) ProtoReflect

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

func (*DistributionCut) Reset

func (x *DistributionCut) Reset()

func (*DistributionCut) String

func (x *DistributionCut) String() string

type DroppedLabels

type DroppedLabels struct {

	// Map from label to its value, for all labels dropped in any aggregation.
	Label map[string]string `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

A set of (label, value) pairs that were removed from a Distribution time series during aggregation and then added as an attachment to a Distribution.Exemplar.

The full label set for the exemplars is constructed by using the dropped pairs in combination with the label values that remain on the aggregated Distribution time series. The constructed full label set can be used to identify the specific entity, such as the instance or job, which might be contributing to a long-tail. However, with dropped labels, the storage requirements are reduced because only the aggregated distribution values for a large group of time series are stored.

Note that there are no guarantees on ordering of the labels from exemplar-to-exemplar and from distribution-to-distribution in the same stream, and there may be duplicates. It is up to clients to resolve any ambiguities.

func (*DroppedLabels) Descriptor deprecated

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

Deprecated: Use DroppedLabels.ProtoReflect.Descriptor instead.

func (*DroppedLabels) GetLabel

func (x *DroppedLabels) GetLabel() map[string]string

func (*DroppedLabels) ProtoMessage

func (*DroppedLabels) ProtoMessage()

func (*DroppedLabels) ProtoReflect

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

func (*DroppedLabels) Reset

func (x *DroppedLabels) Reset()

func (*DroppedLabels) String

func (x *DroppedLabels) String() string

type GetAlertPolicyRequest

type GetAlertPolicyRequest struct {

	// Required. The alerting policy to retrieve. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[ALERT_POLICY_ID]
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `GetAlertPolicy` request.

func (*GetAlertPolicyRequest) Descriptor deprecated

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

Deprecated: Use GetAlertPolicyRequest.ProtoReflect.Descriptor instead.

func (*GetAlertPolicyRequest) GetName

func (x *GetAlertPolicyRequest) GetName() string

func (*GetAlertPolicyRequest) ProtoMessage

func (*GetAlertPolicyRequest) ProtoMessage()

func (*GetAlertPolicyRequest) ProtoReflect

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

func (*GetAlertPolicyRequest) Reset

func (x *GetAlertPolicyRequest) Reset()

func (*GetAlertPolicyRequest) String

func (x *GetAlertPolicyRequest) String() string

type GetGroupRequest

type GetGroupRequest struct {

	// Required. The group to retrieve. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `GetGroup` request.

func (*GetGroupRequest) Descriptor deprecated

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

Deprecated: Use GetGroupRequest.ProtoReflect.Descriptor instead.

func (*GetGroupRequest) GetName

func (x *GetGroupRequest) GetName() string

func (*GetGroupRequest) ProtoMessage

func (*GetGroupRequest) ProtoMessage()

func (*GetGroupRequest) ProtoReflect

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

func (*GetGroupRequest) Reset

func (x *GetGroupRequest) Reset()

func (*GetGroupRequest) String

func (x *GetGroupRequest) String() string

type GetMetricDescriptorRequest

type GetMetricDescriptorRequest struct {

	// Required. The metric descriptor on which to execute the request. The format
	// is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/metricDescriptors/[METRIC_ID]
	//
	// An example value of `[METRIC_ID]` is
	// `"compute.googleapis.com/instance/disk/read_bytes_count"`.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `GetMetricDescriptor` request.

func (*GetMetricDescriptorRequest) Descriptor deprecated

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

Deprecated: Use GetMetricDescriptorRequest.ProtoReflect.Descriptor instead.

func (*GetMetricDescriptorRequest) GetName

func (x *GetMetricDescriptorRequest) GetName() string

func (*GetMetricDescriptorRequest) ProtoMessage

func (*GetMetricDescriptorRequest) ProtoMessage()

func (*GetMetricDescriptorRequest) ProtoReflect

func (*GetMetricDescriptorRequest) Reset

func (x *GetMetricDescriptorRequest) Reset()

func (*GetMetricDescriptorRequest) String

func (x *GetMetricDescriptorRequest) String() string

type GetMonitoredResourceDescriptorRequest

type GetMonitoredResourceDescriptorRequest struct {

	// Required. The monitored resource descriptor to get.  The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/monitoredResourceDescriptors/[RESOURCE_TYPE]
	//
	// The `[RESOURCE_TYPE]` is a predefined type, such as
	// `cloudsql_database`.
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `GetMonitoredResourceDescriptor` request.

func (*GetMonitoredResourceDescriptorRequest) Descriptor deprecated

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

Deprecated: Use GetMonitoredResourceDescriptorRequest.ProtoReflect.Descriptor instead.

func (*GetMonitoredResourceDescriptorRequest) GetName

func (*GetMonitoredResourceDescriptorRequest) ProtoMessage

func (*GetMonitoredResourceDescriptorRequest) ProtoMessage()

func (*GetMonitoredResourceDescriptorRequest) ProtoReflect

func (*GetMonitoredResourceDescriptorRequest) Reset

func (*GetMonitoredResourceDescriptorRequest) String

type GetNotificationChannelDescriptorRequest

type GetNotificationChannelDescriptorRequest struct {

	// Required. The channel type for which to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[CHANNEL_TYPE]
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `GetNotificationChannelDescriptor` response.

func (*GetNotificationChannelDescriptorRequest) Descriptor deprecated

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

Deprecated: Use GetNotificationChannelDescriptorRequest.ProtoReflect.Descriptor instead.

func (*GetNotificationChannelDescriptorRequest) GetName

func (*GetNotificationChannelDescriptorRequest) ProtoMessage

func (*GetNotificationChannelDescriptorRequest) ProtoReflect

func (*GetNotificationChannelDescriptorRequest) Reset

func (*GetNotificationChannelDescriptorRequest) String

type GetNotificationChannelRequest

type GetNotificationChannelRequest struct {

	// Required. The channel for which to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
	Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `GetNotificationChannel` request.

func (*GetNotificationChannelRequest) Descriptor deprecated

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

Deprecated: Use GetNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*GetNotificationChannelRequest) GetName

func (*GetNotificationChannelRequest) ProtoMessage

func (*GetNotificationChannelRequest) ProtoMessage()

func (*GetNotificationChannelRequest) ProtoReflect

func (*GetNotificationChannelRequest) Reset

func (x *GetNotificationChannelRequest) Reset()

func (*GetNotificationChannelRequest) String

type GetNotificationChannelVerificationCodeRequest

type GetNotificationChannelVerificationCodeRequest struct {

	// Required. The notification channel for which a verification code is to be
	// generated and retrieved. This must name a channel that is already verified;
	// if the specified channel is not verified, the request will fail.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The desired expiration time. If specified, the API will guarantee that
	// the returned code will not be valid after the specified timestamp;
	// however, the API cannot guarantee that the returned code will be
	// valid for at least as long as the requested time (the API puts an upper
	// bound on the amount of time for which a code may be valid). If omitted,
	// a default expiration will be used, which may be less than the max
	// permissible expiration (so specifying an expiration may extend the
	// code's lifetime over omitting an expiration, even though the API does
	// impose an upper limit on the maximum expiration that is permitted).
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

The `GetNotificationChannelVerificationCode` request.

func (*GetNotificationChannelVerificationCodeRequest) Descriptor deprecated

Deprecated: Use GetNotificationChannelVerificationCodeRequest.ProtoReflect.Descriptor instead.

func (*GetNotificationChannelVerificationCodeRequest) GetExpireTime

func (*GetNotificationChannelVerificationCodeRequest) GetName

func (*GetNotificationChannelVerificationCodeRequest) ProtoMessage

func (*GetNotificationChannelVerificationCodeRequest) ProtoReflect

func (*GetNotificationChannelVerificationCodeRequest) Reset

func (*GetNotificationChannelVerificationCodeRequest) String

type GetNotificationChannelVerificationCodeResponse

type GetNotificationChannelVerificationCodeResponse struct {

	// The verification code, which may be used to verify other channels
	// that have an equivalent identity (i.e. other channels of the same
	// type with the same fingerprint such as other email channels with
	// the same email address or other sms channels with the same number).
	Code string `protobuf:"bytes,1,opt,name=code,proto3" json:"code,omitempty"`
	// The expiration time associated with the code that was returned. If
	// an expiration was provided in the request, this is the minimum of the
	// requested expiration in the request and the max permitted expiration.
	ExpireTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=expire_time,json=expireTime,proto3" json:"expire_time,omitempty"`
	// contains filtered or unexported fields
}

The `GetNotificationChannelVerificationCode` request.

func (*GetNotificationChannelVerificationCodeResponse) Descriptor deprecated

Deprecated: Use GetNotificationChannelVerificationCodeResponse.ProtoReflect.Descriptor instead.

func (*GetNotificationChannelVerificationCodeResponse) GetCode

func (*GetNotificationChannelVerificationCodeResponse) GetExpireTime

func (*GetNotificationChannelVerificationCodeResponse) ProtoMessage

func (*GetNotificationChannelVerificationCodeResponse) ProtoReflect

func (*GetNotificationChannelVerificationCodeResponse) Reset

func (*GetNotificationChannelVerificationCodeResponse) String

type GetServiceLevelObjectiveRequest

type GetServiceLevelObjectiveRequest struct {

	// Required. Resource name of the `ServiceLevelObjective` to get. The format
	// is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// View of the `ServiceLevelObjective` to return. If `DEFAULT`, return the
	// `ServiceLevelObjective` as originally defined. If `EXPLICIT` and the
	// `ServiceLevelObjective` is defined in terms of a `BasicSli`, replace the
	// `BasicSli` with a `RequestBasedSli` spelling out how the SLI is computed.
	View ServiceLevelObjective_View `protobuf:"varint,2,opt,name=view,proto3,enum=google.monitoring.v3.ServiceLevelObjective_View" json:"view,omitempty"`
	// contains filtered or unexported fields
}

The `GetServiceLevelObjective` request.

func (*GetServiceLevelObjectiveRequest) Descriptor deprecated

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

Deprecated: Use GetServiceLevelObjectiveRequest.ProtoReflect.Descriptor instead.

func (*GetServiceLevelObjectiveRequest) GetName

func (*GetServiceLevelObjectiveRequest) GetView

func (*GetServiceLevelObjectiveRequest) ProtoMessage

func (*GetServiceLevelObjectiveRequest) ProtoMessage()

func (*GetServiceLevelObjectiveRequest) ProtoReflect

func (*GetServiceLevelObjectiveRequest) Reset

func (*GetServiceLevelObjectiveRequest) String

type GetServiceRequest

type GetServiceRequest struct {

	// Required. Resource name of the `Service`. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `GetService` request.

func (*GetServiceRequest) Descriptor deprecated

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

Deprecated: Use GetServiceRequest.ProtoReflect.Descriptor instead.

func (*GetServiceRequest) GetName

func (x *GetServiceRequest) GetName() string

func (*GetServiceRequest) ProtoMessage

func (*GetServiceRequest) ProtoMessage()

func (*GetServiceRequest) ProtoReflect

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

func (*GetServiceRequest) Reset

func (x *GetServiceRequest) Reset()

func (*GetServiceRequest) String

func (x *GetServiceRequest) String() string

type GetSnoozeRequest added in v1.11.0

type GetSnoozeRequest struct {

	// Required. The ID of the `Snooze` to retrieve. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The message definition for retrieving a `Snooze`. Users must specify the field, `name`, which identifies the `Snooze`.

func (*GetSnoozeRequest) Descriptor deprecated added in v1.11.0

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

Deprecated: Use GetSnoozeRequest.ProtoReflect.Descriptor instead.

func (*GetSnoozeRequest) GetName added in v1.11.0

func (x *GetSnoozeRequest) GetName() string

func (*GetSnoozeRequest) ProtoMessage added in v1.11.0

func (*GetSnoozeRequest) ProtoMessage()

func (*GetSnoozeRequest) ProtoReflect added in v1.11.0

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

func (*GetSnoozeRequest) Reset added in v1.11.0

func (x *GetSnoozeRequest) Reset()

func (*GetSnoozeRequest) String added in v1.11.0

func (x *GetSnoozeRequest) String() string

type GetUptimeCheckConfigRequest

type GetUptimeCheckConfigRequest struct {

	// Required. The Uptime check configuration to retrieve. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `GetUptimeCheckConfig` request.

func (*GetUptimeCheckConfigRequest) Descriptor deprecated

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

Deprecated: Use GetUptimeCheckConfigRequest.ProtoReflect.Descriptor instead.

func (*GetUptimeCheckConfigRequest) GetName

func (x *GetUptimeCheckConfigRequest) GetName() string

func (*GetUptimeCheckConfigRequest) ProtoMessage

func (*GetUptimeCheckConfigRequest) ProtoMessage()

func (*GetUptimeCheckConfigRequest) ProtoReflect

func (*GetUptimeCheckConfigRequest) Reset

func (x *GetUptimeCheckConfigRequest) Reset()

func (*GetUptimeCheckConfigRequest) String

func (x *GetUptimeCheckConfigRequest) String() string

type Group

type Group struct {

	// Output only. The name of this group. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
	//
	// When creating a group, this field is ignored and a new name is created
	// consisting of the project specified in the call to `CreateGroup`
	// and a unique `[GROUP_ID]` that is generated automatically.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// A user-assigned name for this group, used only for display purposes.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The name of the group's parent, if it has one. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
	//
	// For groups with no parent, `parent_name` is the empty string, `""`.
	ParentName string `protobuf:"bytes,3,opt,name=parent_name,json=parentName,proto3" json:"parent_name,omitempty"`
	// The filter used to determine which monitored resources belong to this
	// group.
	Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter,omitempty"`
	// If true, the members of this group are considered to be a cluster.
	// The system can perform additional analysis on groups that are clusters.
	IsCluster bool `protobuf:"varint,6,opt,name=is_cluster,json=isCluster,proto3" json:"is_cluster,omitempty"`
	// contains filtered or unexported fields
}

The description of a dynamic collection of monitored resources. Each group has a filter that is matched against monitored resources and their associated metadata. If a group's filter matches an available monitored resource, then that resource is a member of that group. Groups can contain any number of monitored resources, and each monitored resource can be a member of any number of groups.

Groups can be nested in parent-child hierarchies. The `parentName` field identifies an optional parent for each group. If a group has a parent, then the only monitored resources available to be matched by the group's filter are the resources contained in the parent group. In other words, a group contains the monitored resources that match its filter and the filters of all the group's ancestors. A group without a parent can contain any monitored resource.

For example, consider an infrastructure running a set of instances with two user-defined tags: `"environment"` and `"role"`. A parent group has a filter, `environment="production"`. A child of that parent group has a filter, `role="transcoder"`. The parent group contains all instances in the production environment, regardless of their roles. The child group contains instances that have the transcoder role *and* are in the production environment.

The monitored resources contained in a group can change at any moment, depending on what resources exist and what filters are associated with the group and its ancestors.

func (*Group) Descriptor deprecated

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

Deprecated: Use Group.ProtoReflect.Descriptor instead.

func (*Group) GetDisplayName

func (x *Group) GetDisplayName() string

func (*Group) GetFilter

func (x *Group) GetFilter() string

func (*Group) GetIsCluster

func (x *Group) GetIsCluster() bool

func (*Group) GetName

func (x *Group) GetName() string

func (*Group) GetParentName

func (x *Group) GetParentName() string

func (*Group) ProtoMessage

func (*Group) ProtoMessage()

func (*Group) ProtoReflect

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

func (*Group) Reset

func (x *Group) Reset()

func (*Group) String

func (x *Group) String() string

type GroupResourceType

type GroupResourceType int32

The supported resource types that can be used as values of `group_resource.resource_type`. `INSTANCE` includes `gce_instance` and `aws_ec2_instance` resource types. The resource types `gae_app` and `uptime_url` are not valid here because group checks on App Engine modules and URLs are not allowed.

const (
	// Default value (not valid).
	GroupResourceType_RESOURCE_TYPE_UNSPECIFIED GroupResourceType = 0
	// A group of instances from Google Cloud Platform (GCP) or
	// Amazon Web Services (AWS).
	GroupResourceType_INSTANCE GroupResourceType = 1
	// A group of Amazon ELB load balancers.
	GroupResourceType_AWS_ELB_LOAD_BALANCER GroupResourceType = 2
)

func (GroupResourceType) Descriptor

func (GroupResourceType) Enum

func (GroupResourceType) EnumDescriptor deprecated

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

Deprecated: Use GroupResourceType.Descriptor instead.

func (GroupResourceType) Number

func (GroupResourceType) String

func (x GroupResourceType) String() string

func (GroupResourceType) Type

type GroupServiceClient

type GroupServiceClient interface {
	// Lists the existing groups.
	ListGroups(ctx context.Context, in *ListGroupsRequest, opts ...grpc.CallOption) (*ListGroupsResponse, error)
	// Gets a single group.
	GetGroup(ctx context.Context, in *GetGroupRequest, opts ...grpc.CallOption) (*Group, error)
	// Creates a new group.
	CreateGroup(ctx context.Context, in *CreateGroupRequest, opts ...grpc.CallOption) (*Group, error)
	// Updates an existing group.
	// You can change any group attributes except `name`.
	UpdateGroup(ctx context.Context, in *UpdateGroupRequest, opts ...grpc.CallOption) (*Group, error)
	// Deletes an existing group.
	DeleteGroup(ctx context.Context, in *DeleteGroupRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Lists the monitored resources that are members of a group.
	ListGroupMembers(ctx context.Context, in *ListGroupMembersRequest, opts ...grpc.CallOption) (*ListGroupMembersResponse, error)
}

GroupServiceClient is the client API for GroupService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type GroupServiceServer

type GroupServiceServer interface {
	// Lists the existing groups.
	ListGroups(context.Context, *ListGroupsRequest) (*ListGroupsResponse, error)
	// Gets a single group.
	GetGroup(context.Context, *GetGroupRequest) (*Group, error)
	// Creates a new group.
	CreateGroup(context.Context, *CreateGroupRequest) (*Group, error)
	// Updates an existing group.
	// You can change any group attributes except `name`.
	UpdateGroup(context.Context, *UpdateGroupRequest) (*Group, error)
	// Deletes an existing group.
	DeleteGroup(context.Context, *DeleteGroupRequest) (*emptypb.Empty, error)
	// Lists the monitored resources that are members of a group.
	ListGroupMembers(context.Context, *ListGroupMembersRequest) (*ListGroupMembersResponse, error)
}

GroupServiceServer is the server API for GroupService service.

type InternalChecker deprecated

type InternalChecker struct {

	// A unique resource name for this InternalChecker. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/internalCheckers/[INTERNAL_CHECKER_ID]
	//
	// `[PROJECT_ID_OR_NUMBER]` is the Cloud Monitoring Metrics Scope project for
	// the Uptime check config associated with the internal checker.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// The checker's human-readable name. The display name
	// should be unique within a Cloud Monitoring Metrics Scope in order to make
	// it easier to identify; however, uniqueness is not enforced.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The [GCP VPC network](https://cloud.google.com/vpc/docs/vpc) where the
	// internal resource lives (ex: "default").
	Network string `protobuf:"bytes,3,opt,name=network,proto3" json:"network,omitempty"`
	// The GCP zone the Uptime check should egress from. Only respected for
	// internal Uptime checks, where internal_network is specified.
	GcpZone string `protobuf:"bytes,4,opt,name=gcp_zone,json=gcpZone,proto3" json:"gcp_zone,omitempty"`
	// The GCP project ID where the internal checker lives. Not necessary
	// the same as the Metrics Scope project.
	PeerProjectId string `protobuf:"bytes,6,opt,name=peer_project_id,json=peerProjectId,proto3" json:"peer_project_id,omitempty"`
	// The current operational state of the internal checker.
	State InternalChecker_State `protobuf:"varint,7,opt,name=state,proto3,enum=google.monitoring.v3.InternalChecker_State" json:"state,omitempty"`
	// contains filtered or unexported fields
}

An internal checker allows Uptime checks to run on private/internal GCP resources.

Deprecated: Marked as deprecated in google/monitoring/v3/uptime.proto.

func (*InternalChecker) Descriptor deprecated

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

Deprecated: Use InternalChecker.ProtoReflect.Descriptor instead.

func (*InternalChecker) GetDisplayName

func (x *InternalChecker) GetDisplayName() string

func (*InternalChecker) GetGcpZone

func (x *InternalChecker) GetGcpZone() string

func (*InternalChecker) GetName

func (x *InternalChecker) GetName() string

func (*InternalChecker) GetNetwork

func (x *InternalChecker) GetNetwork() string

func (*InternalChecker) GetPeerProjectId

func (x *InternalChecker) GetPeerProjectId() string

func (*InternalChecker) GetState

func (x *InternalChecker) GetState() InternalChecker_State

func (*InternalChecker) ProtoMessage

func (*InternalChecker) ProtoMessage()

func (*InternalChecker) ProtoReflect

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

func (*InternalChecker) Reset

func (x *InternalChecker) Reset()

func (*InternalChecker) String

func (x *InternalChecker) String() string

type InternalChecker_State

type InternalChecker_State int32

Operational states for an internal checker.

const (
	// An internal checker should never be in the unspecified state.
	InternalChecker_UNSPECIFIED InternalChecker_State = 0
	// The checker is being created, provisioned, and configured. A checker in
	// this state can be returned by `ListInternalCheckers` or
	// `GetInternalChecker`, as well as by examining the [long running
	// Operation](https://cloud.google.com/apis/design/design_patterns#long_running_operations)
	// that created it.
	InternalChecker_CREATING InternalChecker_State = 1
	// The checker is running and available for use. A checker in this state
	// can be returned by `ListInternalCheckers` or `GetInternalChecker` as
	// well as by examining the [long running
	// Operation](https://cloud.google.com/apis/design/design_patterns#long_running_operations)
	// that created it.
	// If a checker is being torn down, it is neither visible nor usable, so
	// there is no "deleting" or "down" state.
	InternalChecker_RUNNING InternalChecker_State = 2
)

func (InternalChecker_State) Descriptor

func (InternalChecker_State) Enum

func (InternalChecker_State) EnumDescriptor deprecated

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

Deprecated: Use InternalChecker_State.Descriptor instead.

func (InternalChecker_State) Number

func (InternalChecker_State) String

func (x InternalChecker_State) String() string

func (InternalChecker_State) Type

type LabelValue

type LabelValue struct {

	// The label value can be a bool, int64, or string.
	//
	// Types that are assignable to Value:
	//
	//	*LabelValue_BoolValue
	//	*LabelValue_Int64Value
	//	*LabelValue_StringValue
	Value isLabelValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

A label value.

func (*LabelValue) Descriptor deprecated

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

Deprecated: Use LabelValue.ProtoReflect.Descriptor instead.

func (*LabelValue) GetBoolValue

func (x *LabelValue) GetBoolValue() bool

func (*LabelValue) GetInt64Value

func (x *LabelValue) GetInt64Value() int64

func (*LabelValue) GetStringValue

func (x *LabelValue) GetStringValue() string

func (*LabelValue) GetValue

func (m *LabelValue) GetValue() isLabelValue_Value

func (*LabelValue) ProtoMessage

func (*LabelValue) ProtoMessage()

func (*LabelValue) ProtoReflect

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

func (*LabelValue) Reset

func (x *LabelValue) Reset()

func (*LabelValue) String

func (x *LabelValue) String() string

type LabelValue_BoolValue

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

type LabelValue_Int64Value

type LabelValue_Int64Value struct {
	// An int64 label value.
	Int64Value int64 `protobuf:"varint,2,opt,name=int64_value,json=int64Value,proto3,oneof"`
}

type LabelValue_StringValue

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

type ListAlertPoliciesRequest

type ListAlertPoliciesRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) whose
	// alert policies are to be listed. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	//
	// Note that this field names the parent container in which the alerting
	// policies to be listed are stored. To retrieve a single alerting policy
	// by name, use the
	// [GetAlertPolicy][google.monitoring.v3.AlertPolicyService.GetAlertPolicy]
	// operation, instead.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// If provided, this field specifies the criteria that must be met by
	// alert policies to be included in the response.
	//
	// For more details, see [sorting and
	// filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
	Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter,omitempty"`
	// A comma-separated list of fields by which to sort the result. Supports
	// the same set of field references as the `filter` field. Entries can be
	// prefixed with a minus sign to sort by the field in descending order.
	//
	// For more details, see [sorting and
	// filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
	OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// The maximum number of results to return in a single response.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 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 more results from the previous method call.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `ListAlertPolicies` request.

func (*ListAlertPoliciesRequest) Descriptor deprecated

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

Deprecated: Use ListAlertPoliciesRequest.ProtoReflect.Descriptor instead.

func (*ListAlertPoliciesRequest) GetFilter

func (x *ListAlertPoliciesRequest) GetFilter() string

func (*ListAlertPoliciesRequest) GetName

func (x *ListAlertPoliciesRequest) GetName() string

func (*ListAlertPoliciesRequest) GetOrderBy

func (x *ListAlertPoliciesRequest) GetOrderBy() string

func (*ListAlertPoliciesRequest) GetPageSize

func (x *ListAlertPoliciesRequest) GetPageSize() int32

func (*ListAlertPoliciesRequest) GetPageToken

func (x *ListAlertPoliciesRequest) GetPageToken() string

func (*ListAlertPoliciesRequest) ProtoMessage

func (*ListAlertPoliciesRequest) ProtoMessage()

func (*ListAlertPoliciesRequest) ProtoReflect

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

func (*ListAlertPoliciesRequest) Reset

func (x *ListAlertPoliciesRequest) Reset()

func (*ListAlertPoliciesRequest) String

func (x *ListAlertPoliciesRequest) String() string

type ListAlertPoliciesResponse

type ListAlertPoliciesResponse struct {

	// The returned alert policies.
	AlertPolicies []*AlertPolicy `protobuf:"bytes,3,rep,name=alert_policies,json=alertPolicies,proto3" json:"alert_policies,omitempty"`
	// If there might be more results than were returned, then this field is set
	// to a non-empty value. To see the additional results,
	// use that value as `page_token` in the next call to this method.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// The total number of alert policies in all pages. This number is only an
	// estimate, and may change in subsequent pages. https://aip.dev/158
	TotalSize int32 `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `ListAlertPolicies` response.

func (*ListAlertPoliciesResponse) Descriptor deprecated

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

Deprecated: Use ListAlertPoliciesResponse.ProtoReflect.Descriptor instead.

func (*ListAlertPoliciesResponse) GetAlertPolicies

func (x *ListAlertPoliciesResponse) GetAlertPolicies() []*AlertPolicy

func (*ListAlertPoliciesResponse) GetNextPageToken

func (x *ListAlertPoliciesResponse) GetNextPageToken() string

func (*ListAlertPoliciesResponse) GetTotalSize

func (x *ListAlertPoliciesResponse) GetTotalSize() int32

func (*ListAlertPoliciesResponse) ProtoMessage

func (*ListAlertPoliciesResponse) ProtoMessage()

func (*ListAlertPoliciesResponse) ProtoReflect

func (*ListAlertPoliciesResponse) Reset

func (x *ListAlertPoliciesResponse) Reset()

func (*ListAlertPoliciesResponse) String

func (x *ListAlertPoliciesResponse) String() string

type ListGroupMembersRequest

type ListGroupMembersRequest struct {

	// Required. The group whose members are listed. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// A positive number that is the maximum number of results to return.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// If this field is not empty then it must contain the `next_page_token` 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,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// An optional [list
	// filter](https://cloud.google.com/monitoring/api/learn_more#filtering)
	// describing the members to be returned.  The filter may reference the type,
	// labels, and metadata of monitored resources that comprise the group. For
	// example, to return only resources representing Compute Engine VM instances,
	// use this filter:
	//
	//	`resource.type = "gce_instance"`
	Filter string `protobuf:"bytes,5,opt,name=filter,proto3" json:"filter,omitempty"`
	// An optional time interval for which results should be returned. Only
	// members that were part of the group during the specified interval are
	// included in the response.  If no interval is provided then the group
	// membership over the last minute is returned.
	Interval *TimeInterval `protobuf:"bytes,6,opt,name=interval,proto3" json:"interval,omitempty"`
	// contains filtered or unexported fields
}

The `ListGroupMembers` request.

func (*ListGroupMembersRequest) Descriptor deprecated

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

Deprecated: Use ListGroupMembersRequest.ProtoReflect.Descriptor instead.

func (*ListGroupMembersRequest) GetFilter

func (x *ListGroupMembersRequest) GetFilter() string

func (*ListGroupMembersRequest) GetInterval

func (x *ListGroupMembersRequest) GetInterval() *TimeInterval

func (*ListGroupMembersRequest) GetName

func (x *ListGroupMembersRequest) GetName() string

func (*ListGroupMembersRequest) GetPageSize

func (x *ListGroupMembersRequest) GetPageSize() int32

func (*ListGroupMembersRequest) GetPageToken

func (x *ListGroupMembersRequest) GetPageToken() string

func (*ListGroupMembersRequest) ProtoMessage

func (*ListGroupMembersRequest) ProtoMessage()

func (*ListGroupMembersRequest) ProtoReflect

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

func (*ListGroupMembersRequest) Reset

func (x *ListGroupMembersRequest) Reset()

func (*ListGroupMembersRequest) String

func (x *ListGroupMembersRequest) String() string

type ListGroupMembersResponse

type ListGroupMembersResponse struct {

	// A set of monitored resources in the group.
	Members []*monitoredres.MonitoredResource `protobuf:"bytes,1,rep,name=members,proto3" json:"members,omitempty"`
	// 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
	// `page_token` in the next call to this method.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// The total number of elements matching this request.
	TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

The `ListGroupMembers` response.

func (*ListGroupMembersResponse) Descriptor deprecated

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

Deprecated: Use ListGroupMembersResponse.ProtoReflect.Descriptor instead.

func (*ListGroupMembersResponse) GetMembers

func (*ListGroupMembersResponse) GetNextPageToken

func (x *ListGroupMembersResponse) GetNextPageToken() string

func (*ListGroupMembersResponse) GetTotalSize

func (x *ListGroupMembersResponse) GetTotalSize() int32

func (*ListGroupMembersResponse) ProtoMessage

func (*ListGroupMembersResponse) ProtoMessage()

func (*ListGroupMembersResponse) ProtoReflect

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

func (*ListGroupMembersResponse) Reset

func (x *ListGroupMembersResponse) Reset()

func (*ListGroupMembersResponse) String

func (x *ListGroupMembersResponse) String() string

type ListGroupsRequest

type ListGroupsRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) whose
	// groups are to be listed. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Name string `protobuf:"bytes,7,opt,name=name,proto3" json:"name,omitempty"`
	// An optional filter consisting of a single group name.  The filters limit
	// the groups returned based on their parent-child relationship with the
	// specified group. If no filter is specified, all groups are returned.
	//
	// Types that are assignable to Filter:
	//
	//	*ListGroupsRequest_ChildrenOfGroup
	//	*ListGroupsRequest_AncestorsOfGroup
	//	*ListGroupsRequest_DescendantsOfGroup
	Filter isListGroupsRequest_Filter `protobuf_oneof:"filter"`
	// A positive number that is the maximum number of results to return.
	PageSize int32 `protobuf:"varint,5,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// If this field is not empty then it must contain the `next_page_token` 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"`
	// contains filtered or unexported fields
}

The `ListGroup` request.

func (*ListGroupsRequest) Descriptor deprecated

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

Deprecated: Use ListGroupsRequest.ProtoReflect.Descriptor instead.

func (*ListGroupsRequest) GetAncestorsOfGroup

func (x *ListGroupsRequest) GetAncestorsOfGroup() string

func (*ListGroupsRequest) GetChildrenOfGroup

func (x *ListGroupsRequest) GetChildrenOfGroup() string

func (*ListGroupsRequest) GetDescendantsOfGroup

func (x *ListGroupsRequest) GetDescendantsOfGroup() string

func (*ListGroupsRequest) GetFilter

func (m *ListGroupsRequest) GetFilter() isListGroupsRequest_Filter

func (*ListGroupsRequest) GetName

func (x *ListGroupsRequest) GetName() string

func (*ListGroupsRequest) GetPageSize

func (x *ListGroupsRequest) GetPageSize() int32

func (*ListGroupsRequest) GetPageToken

func (x *ListGroupsRequest) GetPageToken() string

func (*ListGroupsRequest) ProtoMessage

func (*ListGroupsRequest) ProtoMessage()

func (*ListGroupsRequest) ProtoReflect

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

func (*ListGroupsRequest) Reset

func (x *ListGroupsRequest) Reset()

func (*ListGroupsRequest) String

func (x *ListGroupsRequest) String() string

type ListGroupsRequest_AncestorsOfGroup

type ListGroupsRequest_AncestorsOfGroup struct {
	// A group name. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
	//
	// Returns groups that are ancestors of the specified group.
	// The groups are returned in order, starting with the immediate parent and
	// ending with the most distant ancestor.  If the specified group has no
	// immediate parent, the results are empty.
	AncestorsOfGroup string `protobuf:"bytes,3,opt,name=ancestors_of_group,json=ancestorsOfGroup,proto3,oneof"`
}

type ListGroupsRequest_ChildrenOfGroup

type ListGroupsRequest_ChildrenOfGroup struct {
	// A group name. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
	//
	// Returns groups whose `parent_name` field contains the group
	// name.  If no groups have this parent, the results are empty.
	ChildrenOfGroup string `protobuf:"bytes,2,opt,name=children_of_group,json=childrenOfGroup,proto3,oneof"`
}

type ListGroupsRequest_DescendantsOfGroup

type ListGroupsRequest_DescendantsOfGroup struct {
	// A group name. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]
	//
	// Returns the descendants of the specified group.  This is a superset of
	// the results returned by the `children_of_group` filter, and includes
	// children-of-children, and so forth.
	DescendantsOfGroup string `protobuf:"bytes,4,opt,name=descendants_of_group,json=descendantsOfGroup,proto3,oneof"`
}

type ListGroupsResponse

type ListGroupsResponse struct {

	// The groups that match the specified filters.
	Group []*Group `protobuf:"bytes,1,rep,name=group,proto3" json:"group,omitempty"`
	// 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 `page_token` in the next call to this method.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListGroups` response.

func (*ListGroupsResponse) Descriptor deprecated

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

Deprecated: Use ListGroupsResponse.ProtoReflect.Descriptor instead.

func (*ListGroupsResponse) GetGroup

func (x *ListGroupsResponse) GetGroup() []*Group

func (*ListGroupsResponse) GetNextPageToken

func (x *ListGroupsResponse) GetNextPageToken() string

func (*ListGroupsResponse) ProtoMessage

func (*ListGroupsResponse) ProtoMessage()

func (*ListGroupsResponse) ProtoReflect

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

func (*ListGroupsResponse) Reset

func (x *ListGroupsResponse) Reset()

func (*ListGroupsResponse) String

func (x *ListGroupsResponse) String() string

type ListMetricDescriptorsRequest

type ListMetricDescriptorsRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
	// to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// If this field is empty, all custom and
	// system-defined metric descriptors are returned.
	// Otherwise, the [filter](https://cloud.google.com/monitoring/api/v3/filters)
	// specifies which metric descriptors are to be
	// returned. For example, the following filter matches all
	// [custom metrics](https://cloud.google.com/monitoring/custom-metrics):
	//
	//	metric.type = starts_with("custom.googleapis.com/")
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// A positive number that is the maximum number of results to return. The
	// default and maximum value is 10,000. If a page_size <= 0 or > 10,000 is
	// submitted, will instead return a maximum of 10,000 results.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 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,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListMetricDescriptors` request.

func (*ListMetricDescriptorsRequest) Descriptor deprecated

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

Deprecated: Use ListMetricDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*ListMetricDescriptorsRequest) GetFilter

func (x *ListMetricDescriptorsRequest) GetFilter() string

func (*ListMetricDescriptorsRequest) GetName

func (x *ListMetricDescriptorsRequest) GetName() string

func (*ListMetricDescriptorsRequest) GetPageSize

func (x *ListMetricDescriptorsRequest) GetPageSize() int32

func (*ListMetricDescriptorsRequest) GetPageToken

func (x *ListMetricDescriptorsRequest) GetPageToken() string

func (*ListMetricDescriptorsRequest) ProtoMessage

func (*ListMetricDescriptorsRequest) ProtoMessage()

func (*ListMetricDescriptorsRequest) ProtoReflect

func (*ListMetricDescriptorsRequest) Reset

func (x *ListMetricDescriptorsRequest) Reset()

func (*ListMetricDescriptorsRequest) String

type ListMetricDescriptorsResponse

type ListMetricDescriptorsResponse struct {

	// The metric descriptors that are available to the project
	// and that match the value of `filter`, if present.
	MetricDescriptors []*metric.MetricDescriptor `protobuf:"bytes,1,rep,name=metric_descriptors,json=metricDescriptors,proto3" json:"metric_descriptors,omitempty"`
	// 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 `page_token` in the next call to this method.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListMetricDescriptors` response.

func (*ListMetricDescriptorsResponse) Descriptor deprecated

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

Deprecated: Use ListMetricDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*ListMetricDescriptorsResponse) GetMetricDescriptors

func (x *ListMetricDescriptorsResponse) GetMetricDescriptors() []*metric.MetricDescriptor

func (*ListMetricDescriptorsResponse) GetNextPageToken

func (x *ListMetricDescriptorsResponse) GetNextPageToken() string

func (*ListMetricDescriptorsResponse) ProtoMessage

func (*ListMetricDescriptorsResponse) ProtoMessage()

func (*ListMetricDescriptorsResponse) ProtoReflect

func (*ListMetricDescriptorsResponse) Reset

func (x *ListMetricDescriptorsResponse) Reset()

func (*ListMetricDescriptorsResponse) String

type ListMonitoredResourceDescriptorsRequest

type ListMonitoredResourceDescriptorsRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
	// to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// An optional [filter](https://cloud.google.com/monitoring/api/v3/filters)
	// describing the descriptors to be returned.  The filter can reference the
	// descriptor's type and labels. For example, the following filter returns
	// only Google Compute Engine descriptors that have an `id` label:
	//
	//	resource.type = starts_with("gce_") AND resource.label:id
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// A positive number that is the maximum number of results to return.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 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,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListMonitoredResourceDescriptors` request.

func (*ListMonitoredResourceDescriptorsRequest) Descriptor deprecated

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

Deprecated: Use ListMonitoredResourceDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*ListMonitoredResourceDescriptorsRequest) GetFilter

func (*ListMonitoredResourceDescriptorsRequest) GetName

func (*ListMonitoredResourceDescriptorsRequest) GetPageSize

func (*ListMonitoredResourceDescriptorsRequest) GetPageToken

func (*ListMonitoredResourceDescriptorsRequest) ProtoMessage

func (*ListMonitoredResourceDescriptorsRequest) ProtoReflect

func (*ListMonitoredResourceDescriptorsRequest) Reset

func (*ListMonitoredResourceDescriptorsRequest) String

type ListMonitoredResourceDescriptorsResponse

type ListMonitoredResourceDescriptorsResponse struct {

	// The monitored resource descriptors that are available to this project
	// and that match `filter`, if present.
	ResourceDescriptors []*monitoredres.MonitoredResourceDescriptor `protobuf:"bytes,1,rep,name=resource_descriptors,json=resourceDescriptors,proto3" json:"resource_descriptors,omitempty"`
	// 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 `page_token` in the next call to this method.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListMonitoredResourceDescriptors` response.

func (*ListMonitoredResourceDescriptorsResponse) Descriptor deprecated

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

Deprecated: Use ListMonitoredResourceDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*ListMonitoredResourceDescriptorsResponse) GetNextPageToken

func (x *ListMonitoredResourceDescriptorsResponse) GetNextPageToken() string

func (*ListMonitoredResourceDescriptorsResponse) GetResourceDescriptors

func (*ListMonitoredResourceDescriptorsResponse) ProtoMessage

func (*ListMonitoredResourceDescriptorsResponse) ProtoReflect

func (*ListMonitoredResourceDescriptorsResponse) Reset

func (*ListMonitoredResourceDescriptorsResponse) String

type ListNotificationChannelDescriptorsRequest

type ListNotificationChannelDescriptorsRequest struct {

	// Required. The REST resource name of the parent from which to retrieve
	// the notification channel descriptors. The expected syntax is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	//
	// Note that this
	// [names](https://cloud.google.com/monitoring/api/v3#project_name) the parent
	// container in which to look for the descriptors; to retrieve a single
	// descriptor by name, use the
	// [GetNotificationChannelDescriptor][google.monitoring.v3.NotificationChannelService.GetNotificationChannelDescriptor]
	// operation, instead.
	Name string `protobuf:"bytes,4,opt,name=name,proto3" json:"name,omitempty"`
	// The maximum number of results to return in a single response. If
	// not set to a positive number, a reasonable value will be chosen by the
	// service.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// If non-empty, `page_token` must contain a value returned as the
	// `next_page_token` in a previous response to request the next set
	// of results.
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListNotificationChannelDescriptors` request.

func (*ListNotificationChannelDescriptorsRequest) Descriptor deprecated

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

Deprecated: Use ListNotificationChannelDescriptorsRequest.ProtoReflect.Descriptor instead.

func (*ListNotificationChannelDescriptorsRequest) GetName

func (*ListNotificationChannelDescriptorsRequest) GetPageSize

func (*ListNotificationChannelDescriptorsRequest) GetPageToken

func (*ListNotificationChannelDescriptorsRequest) ProtoMessage

func (*ListNotificationChannelDescriptorsRequest) ProtoReflect

func (*ListNotificationChannelDescriptorsRequest) Reset

func (*ListNotificationChannelDescriptorsRequest) String

type ListNotificationChannelDescriptorsResponse

type ListNotificationChannelDescriptorsResponse struct {

	// The monitored resource descriptors supported for the specified
	// project, optionally filtered.
	ChannelDescriptors []*NotificationChannelDescriptor `protobuf:"bytes,1,rep,name=channel_descriptors,json=channelDescriptors,proto3" json:"channel_descriptors,omitempty"`
	// If not empty, indicates that there may be more results that match
	// the request. Use the value in the `page_token` field in a
	// subsequent request to fetch the next set of results. If empty,
	// all results have been returned.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListNotificationChannelDescriptors` response.

func (*ListNotificationChannelDescriptorsResponse) Descriptor deprecated

Deprecated: Use ListNotificationChannelDescriptorsResponse.ProtoReflect.Descriptor instead.

func (*ListNotificationChannelDescriptorsResponse) GetChannelDescriptors

func (*ListNotificationChannelDescriptorsResponse) GetNextPageToken

func (x *ListNotificationChannelDescriptorsResponse) GetNextPageToken() string

func (*ListNotificationChannelDescriptorsResponse) ProtoMessage

func (*ListNotificationChannelDescriptorsResponse) ProtoReflect

func (*ListNotificationChannelDescriptorsResponse) Reset

func (*ListNotificationChannelDescriptorsResponse) String

type ListNotificationChannelsRequest

type ListNotificationChannelsRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
	// to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	//
	// This names the container
	// in which to look for the notification channels; it does not name a
	// specific channel. To query a specific channel by REST resource name, use
	// the
	// [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
	// operation.
	Name string `protobuf:"bytes,5,opt,name=name,proto3" json:"name,omitempty"`
	// If provided, this field specifies the criteria that must be met by
	// notification channels to be included in the response.
	//
	// For more details, see [sorting and
	// filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
	Filter string `protobuf:"bytes,6,opt,name=filter,proto3" json:"filter,omitempty"`
	// A comma-separated list of fields by which to sort the result. Supports
	// the same set of fields as in `filter`. Entries can be prefixed with
	// a minus sign to sort in descending rather than ascending order.
	//
	// For more details, see [sorting and
	// filtering](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering).
	OrderBy string `protobuf:"bytes,7,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// The maximum number of results to return in a single response. If
	// not set to a positive number, a reasonable value will be chosen by the
	// service.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// If non-empty, `page_token` must contain a value returned as the
	// `next_page_token` in a previous response to request the next set
	// of results.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListNotificationChannels` request.

func (*ListNotificationChannelsRequest) Descriptor deprecated

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

Deprecated: Use ListNotificationChannelsRequest.ProtoReflect.Descriptor instead.

func (*ListNotificationChannelsRequest) GetFilter

func (x *ListNotificationChannelsRequest) GetFilter() string

func (*ListNotificationChannelsRequest) GetName

func (*ListNotificationChannelsRequest) GetOrderBy

func (x *ListNotificationChannelsRequest) GetOrderBy() string

func (*ListNotificationChannelsRequest) GetPageSize

func (x *ListNotificationChannelsRequest) GetPageSize() int32

func (*ListNotificationChannelsRequest) GetPageToken

func (x *ListNotificationChannelsRequest) GetPageToken() string

func (*ListNotificationChannelsRequest) ProtoMessage

func (*ListNotificationChannelsRequest) ProtoMessage()

func (*ListNotificationChannelsRequest) ProtoReflect

func (*ListNotificationChannelsRequest) Reset

func (*ListNotificationChannelsRequest) String

type ListNotificationChannelsResponse

type ListNotificationChannelsResponse struct {

	// The notification channels defined for the specified project.
	NotificationChannels []*NotificationChannel `protobuf:"bytes,3,rep,name=notification_channels,json=notificationChannels,proto3" json:"notification_channels,omitempty"`
	// If not empty, indicates that there may be more results that match
	// the request. Use the value in the `page_token` field in a
	// subsequent request to fetch the next set of results. If empty,
	// all results have been returned.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// The total number of notification channels in all pages. This number is only
	// an estimate, and may change in subsequent pages. https://aip.dev/158
	TotalSize int32 `protobuf:"varint,4,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

The `ListNotificationChannels` response.

func (*ListNotificationChannelsResponse) Descriptor deprecated

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

Deprecated: Use ListNotificationChannelsResponse.ProtoReflect.Descriptor instead.

func (*ListNotificationChannelsResponse) GetNextPageToken

func (x *ListNotificationChannelsResponse) GetNextPageToken() string

func (*ListNotificationChannelsResponse) GetNotificationChannels

func (x *ListNotificationChannelsResponse) GetNotificationChannels() []*NotificationChannel

func (*ListNotificationChannelsResponse) GetTotalSize

func (x *ListNotificationChannelsResponse) GetTotalSize() int32

func (*ListNotificationChannelsResponse) ProtoMessage

func (*ListNotificationChannelsResponse) ProtoMessage()

func (*ListNotificationChannelsResponse) ProtoReflect

func (*ListNotificationChannelsResponse) Reset

func (*ListNotificationChannelsResponse) String

type ListServiceLevelObjectivesRequest

type ListServiceLevelObjectivesRequest struct {

	// Required. Resource name of the parent containing the listed SLOs, either a
	// project or a Monitoring Metrics Scope. The formats are:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
	//	workspaces/[HOST_PROJECT_ID_OR_NUMBER]/services/-
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// A filter specifying what `ServiceLevelObjective`s to return.
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// A non-negative number that is the maximum number of results to return.
	// When 0, use default page size.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 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,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// View of the `ServiceLevelObjective`s to return. If `DEFAULT`, return each
	// `ServiceLevelObjective` as originally defined. If `EXPLICIT` and the
	// `ServiceLevelObjective` is defined in terms of a `BasicSli`, replace the
	// `BasicSli` with a `RequestBasedSli` spelling out how the SLI is computed.
	View ServiceLevelObjective_View `protobuf:"varint,5,opt,name=view,proto3,enum=google.monitoring.v3.ServiceLevelObjective_View" json:"view,omitempty"`
	// contains filtered or unexported fields
}

The `ListServiceLevelObjectives` request.

func (*ListServiceLevelObjectivesRequest) Descriptor deprecated

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

Deprecated: Use ListServiceLevelObjectivesRequest.ProtoReflect.Descriptor instead.

func (*ListServiceLevelObjectivesRequest) GetFilter

func (*ListServiceLevelObjectivesRequest) GetPageSize

func (x *ListServiceLevelObjectivesRequest) GetPageSize() int32

func (*ListServiceLevelObjectivesRequest) GetPageToken

func (x *ListServiceLevelObjectivesRequest) GetPageToken() string

func (*ListServiceLevelObjectivesRequest) GetParent

func (*ListServiceLevelObjectivesRequest) GetView

func (*ListServiceLevelObjectivesRequest) ProtoMessage

func (*ListServiceLevelObjectivesRequest) ProtoMessage()

func (*ListServiceLevelObjectivesRequest) ProtoReflect

func (*ListServiceLevelObjectivesRequest) Reset

func (*ListServiceLevelObjectivesRequest) String

type ListServiceLevelObjectivesResponse

type ListServiceLevelObjectivesResponse struct {

	// The `ServiceLevelObjective`s matching the specified filter.
	ServiceLevelObjectives []*ServiceLevelObjective `` /* 129-byte string literal not displayed */
	// 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 `page_token` in the next call to this method.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListServiceLevelObjectives` response.

func (*ListServiceLevelObjectivesResponse) Descriptor deprecated

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

Deprecated: Use ListServiceLevelObjectivesResponse.ProtoReflect.Descriptor instead.

func (*ListServiceLevelObjectivesResponse) GetNextPageToken

func (x *ListServiceLevelObjectivesResponse) GetNextPageToken() string

func (*ListServiceLevelObjectivesResponse) GetServiceLevelObjectives

func (x *ListServiceLevelObjectivesResponse) GetServiceLevelObjectives() []*ServiceLevelObjective

func (*ListServiceLevelObjectivesResponse) ProtoMessage

func (*ListServiceLevelObjectivesResponse) ProtoMessage()

func (*ListServiceLevelObjectivesResponse) ProtoReflect

func (*ListServiceLevelObjectivesResponse) Reset

func (*ListServiceLevelObjectivesResponse) String

type ListServicesRequest

type ListServicesRequest struct {

	// Required. Resource name of the parent containing the listed services,
	// either a [project](https://cloud.google.com/monitoring/api/v3#project_name)
	// or a Monitoring Metrics Scope. The formats are:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	//	workspaces/[HOST_PROJECT_ID_OR_NUMBER]
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// A filter specifying what `Service`s to return. The filter supports
	// filtering on a particular service-identifier type or one of its attributes.
	//
	// To filter on a particular service-identifier type, the `identifier_case`
	// refers to which option in the `identifier` field is populated. For example,
	// the filter `identifier_case = "CUSTOM"` would match all services with a
	// value for the `custom` field. Valid options include "CUSTOM", "APP_ENGINE",
	// "MESH_ISTIO", and the other options listed at
	// https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services#Service
	//
	// To filter on an attribute of a service-identifier type, apply the filter
	// name by using the snake case of the service-identifier type and the
	// attribute of that service-identifier type, and join the two with a period.
	// For example, to filter by the `meshUid` field of the `MeshIstio`
	// service-identifier type, you must filter on `mesh_istio.mesh_uid =
	// "123"` to match all services with mesh UID "123". Service-identifier types
	// and their attributes are described at
	// https://cloud.google.com/monitoring/api/ref_v3/rest/v3/services#Service
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// A non-negative number that is the maximum number of results to return.
	// When 0, use default page size.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 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,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListServices` request.

func (*ListServicesRequest) Descriptor deprecated

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

Deprecated: Use ListServicesRequest.ProtoReflect.Descriptor instead.

func (*ListServicesRequest) GetFilter

func (x *ListServicesRequest) GetFilter() string

func (*ListServicesRequest) GetPageSize

func (x *ListServicesRequest) GetPageSize() int32

func (*ListServicesRequest) GetPageToken

func (x *ListServicesRequest) GetPageToken() string

func (*ListServicesRequest) GetParent

func (x *ListServicesRequest) GetParent() string

func (*ListServicesRequest) ProtoMessage

func (*ListServicesRequest) ProtoMessage()

func (*ListServicesRequest) ProtoReflect

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

func (*ListServicesRequest) Reset

func (x *ListServicesRequest) Reset()

func (*ListServicesRequest) String

func (x *ListServicesRequest) String() string

type ListServicesResponse

type ListServicesResponse struct {

	// The `Service`s matching the specified filter.
	Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
	// 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 `page_token` in the next call to this method.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The `ListServices` response.

func (*ListServicesResponse) Descriptor deprecated

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

Deprecated: Use ListServicesResponse.ProtoReflect.Descriptor instead.

func (*ListServicesResponse) GetNextPageToken

func (x *ListServicesResponse) GetNextPageToken() string

func (*ListServicesResponse) GetServices

func (x *ListServicesResponse) GetServices() []*Service

func (*ListServicesResponse) ProtoMessage

func (*ListServicesResponse) ProtoMessage()

func (*ListServicesResponse) ProtoReflect

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

func (*ListServicesResponse) Reset

func (x *ListServicesResponse) Reset()

func (*ListServicesResponse) String

func (x *ListServicesResponse) String() string

type ListSnoozesRequest added in v1.11.0

type ListSnoozesRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) whose
	// `Snooze`s should be listed. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// Optional. Optional filter to restrict results to the given criteria. The
	// following fields are supported.
	//
	//   - `interval.start_time`
	//   - `interval.end_time`
	//
	// For example:
	//
	//	“`
	//	interval.start_time > "2022-03-11T00:00:00-08:00" AND
	//	    interval.end_time < "2022-03-12T00:00:00-08:00"
	//	“`
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// Optional. The maximum number of results to return for a single query. The
	// server may further constrain the maximum number of results returned in a
	// single page. The value should be in the range [1, 1000]. If the value given
	// is outside this range, the server will decide the number of results to be
	// returned.
	PageSize int32 `protobuf:"varint,4,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// Optional. The `next_page_token` from a previous call to
	// `ListSnoozesRequest` to get the next page of results.
	PageToken string `protobuf:"bytes,5,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The message definition for listing `Snooze`s associated with the given `parent`, satisfying the optional `filter`.

func (*ListSnoozesRequest) Descriptor deprecated added in v1.11.0

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

Deprecated: Use ListSnoozesRequest.ProtoReflect.Descriptor instead.

func (*ListSnoozesRequest) GetFilter added in v1.11.0

func (x *ListSnoozesRequest) GetFilter() string

func (*ListSnoozesRequest) GetPageSize added in v1.11.0

func (x *ListSnoozesRequest) GetPageSize() int32

func (*ListSnoozesRequest) GetPageToken added in v1.11.0

func (x *ListSnoozesRequest) GetPageToken() string

func (*ListSnoozesRequest) GetParent added in v1.11.0

func (x *ListSnoozesRequest) GetParent() string

func (*ListSnoozesRequest) ProtoMessage added in v1.11.0

func (*ListSnoozesRequest) ProtoMessage()

func (*ListSnoozesRequest) ProtoReflect added in v1.11.0

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

func (*ListSnoozesRequest) Reset added in v1.11.0

func (x *ListSnoozesRequest) Reset()

func (*ListSnoozesRequest) String added in v1.11.0

func (x *ListSnoozesRequest) String() string

type ListSnoozesResponse added in v1.11.0

type ListSnoozesResponse struct {

	// `Snooze`s matching this list call.
	Snoozes []*Snooze `protobuf:"bytes,1,rep,name=snoozes,proto3" json:"snoozes,omitempty"`
	// Page token for repeated calls to `ListSnoozes`, to fetch additional pages
	// of results. If this is empty or missing, there are no more pages.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The results of a successful `ListSnoozes` call, containing the matching `Snooze`s.

func (*ListSnoozesResponse) Descriptor deprecated added in v1.11.0

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

Deprecated: Use ListSnoozesResponse.ProtoReflect.Descriptor instead.

func (*ListSnoozesResponse) GetNextPageToken added in v1.11.0

func (x *ListSnoozesResponse) GetNextPageToken() string

func (*ListSnoozesResponse) GetSnoozes added in v1.11.0

func (x *ListSnoozesResponse) GetSnoozes() []*Snooze

func (*ListSnoozesResponse) ProtoMessage added in v1.11.0

func (*ListSnoozesResponse) ProtoMessage()

func (*ListSnoozesResponse) ProtoReflect added in v1.11.0

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

func (*ListSnoozesResponse) Reset added in v1.11.0

func (x *ListSnoozesResponse) Reset()

func (*ListSnoozesResponse) String added in v1.11.0

func (x *ListSnoozesResponse) String() string

type ListTimeSeriesRequest

type ListTimeSeriesRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name),
	// organization or folder on which to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	//	organizations/[ORGANIZATION_ID]
	//	folders/[FOLDER_ID]
	Name string `protobuf:"bytes,10,opt,name=name,proto3" json:"name,omitempty"`
	// Required. A [monitoring
	// filter](https://cloud.google.com/monitoring/api/v3/filters) 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.labels.instance_name = "my-instance-name"
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// Required. 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 *TimeInterval `protobuf:"bytes,4,opt,name=interval,proto3" json:"interval,omitempty"`
	// Specifies the alignment of data points in individual time series as
	// well as how to combine the retrieved time series across specified labels.
	//
	// By default (if no `aggregation` is explicitly specified), the raw time
	// series data is returned.
	Aggregation *Aggregation `protobuf:"bytes,5,opt,name=aggregation,proto3" json:"aggregation,omitempty"`
	// Apply a second aggregation after `aggregation` is applied. May only be
	// specified if `aggregation` is specified.
	SecondaryAggregation *Aggregation `protobuf:"bytes,11,opt,name=secondary_aggregation,json=secondaryAggregation,proto3" json:"secondary_aggregation,omitempty"`
	// Unsupported: must be left blank. The points in each time series are
	// currently returned in reverse time order (most recent to oldest).
	OrderBy string `protobuf:"bytes,6,opt,name=order_by,json=orderBy,proto3" json:"order_by,omitempty"`
	// Required. Specifies which information is returned about the time series.
	View ListTimeSeriesRequest_TimeSeriesView `protobuf:"varint,7,opt,name=view,proto3,enum=google.monitoring.v3.ListTimeSeriesRequest_TimeSeriesView" json:"view,omitempty"`
	// 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"`
	// 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"`
	// contains filtered or unexported fields
}

The `ListTimeSeries` request.

func (*ListTimeSeriesRequest) Descriptor deprecated

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

Deprecated: Use ListTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*ListTimeSeriesRequest) GetAggregation

func (x *ListTimeSeriesRequest) GetAggregation() *Aggregation

func (*ListTimeSeriesRequest) GetFilter

func (x *ListTimeSeriesRequest) GetFilter() string

func (*ListTimeSeriesRequest) GetInterval

func (x *ListTimeSeriesRequest) GetInterval() *TimeInterval

func (*ListTimeSeriesRequest) GetName

func (x *ListTimeSeriesRequest) GetName() string

func (*ListTimeSeriesRequest) GetOrderBy

func (x *ListTimeSeriesRequest) GetOrderBy() string

func (*ListTimeSeriesRequest) GetPageSize

func (x *ListTimeSeriesRequest) GetPageSize() int32

func (*ListTimeSeriesRequest) GetPageToken

func (x *ListTimeSeriesRequest) GetPageToken() string

func (*ListTimeSeriesRequest) GetSecondaryAggregation

func (x *ListTimeSeriesRequest) GetSecondaryAggregation() *Aggregation

func (*ListTimeSeriesRequest) GetView

func (*ListTimeSeriesRequest) ProtoMessage

func (*ListTimeSeriesRequest) ProtoMessage()

func (*ListTimeSeriesRequest) ProtoReflect

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

func (*ListTimeSeriesRequest) Reset

func (x *ListTimeSeriesRequest) Reset()

func (*ListTimeSeriesRequest) String

func (x *ListTimeSeriesRequest) String() string

type ListTimeSeriesRequest_TimeSeriesView

type ListTimeSeriesRequest_TimeSeriesView int32

Controls which fields are returned by `ListTimeSeries*`.

const (
	// Returns the identity of the metric(s), the time series,
	// and the time series data.
	ListTimeSeriesRequest_FULL ListTimeSeriesRequest_TimeSeriesView = 0
	// Returns the identity of the metric and the time series resource,
	// but not the time series data.
	ListTimeSeriesRequest_HEADERS ListTimeSeriesRequest_TimeSeriesView = 1
)

func (ListTimeSeriesRequest_TimeSeriesView) Descriptor

func (ListTimeSeriesRequest_TimeSeriesView) Enum

func (ListTimeSeriesRequest_TimeSeriesView) EnumDescriptor deprecated

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

Deprecated: Use ListTimeSeriesRequest_TimeSeriesView.Descriptor instead.

func (ListTimeSeriesRequest_TimeSeriesView) Number

func (ListTimeSeriesRequest_TimeSeriesView) String

func (ListTimeSeriesRequest_TimeSeriesView) Type

type ListTimeSeriesResponse

type ListTimeSeriesResponse struct {

	// One or more time series that match the filter included in the request.
	TimeSeries []*TimeSeries `protobuf:"bytes,1,rep,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	// 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 `page_token` in the next call to this method.
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Query execution errors that may have caused the time series data returned
	// to be incomplete.
	ExecutionErrors []*status.Status `protobuf:"bytes,3,rep,name=execution_errors,json=executionErrors,proto3" json:"execution_errors,omitempty"`
	// The unit in which all `time_series` point values are reported. `unit`
	// follows the UCUM format for units as seen in
	// https://unitsofmeasure.org/ucum.html.
	// If different `time_series` have different units (for example, because they
	// come from different metric types, or a unit is absent), then `unit` will be
	// "{not_a_unit}".
	Unit string `protobuf:"bytes,5,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

The `ListTimeSeries` response.

func (*ListTimeSeriesResponse) Descriptor deprecated

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

Deprecated: Use ListTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*ListTimeSeriesResponse) GetExecutionErrors

func (x *ListTimeSeriesResponse) GetExecutionErrors() []*status.Status

func (*ListTimeSeriesResponse) GetNextPageToken

func (x *ListTimeSeriesResponse) GetNextPageToken() string

func (*ListTimeSeriesResponse) GetTimeSeries

func (x *ListTimeSeriesResponse) GetTimeSeries() []*TimeSeries

func (*ListTimeSeriesResponse) GetUnit

func (x *ListTimeSeriesResponse) GetUnit() string

func (*ListTimeSeriesResponse) ProtoMessage

func (*ListTimeSeriesResponse) ProtoMessage()

func (*ListTimeSeriesResponse) ProtoReflect

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

func (*ListTimeSeriesResponse) Reset

func (x *ListTimeSeriesResponse) Reset()

func (*ListTimeSeriesResponse) String

func (x *ListTimeSeriesResponse) String() string

type ListUptimeCheckConfigsRequest

type ListUptimeCheckConfigsRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) whose
	// Uptime check configurations are listed. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Parent string `protobuf:"bytes,1,opt,name=parent,proto3" json:"parent,omitempty"`
	// If provided, this field specifies the criteria that must be met by
	// uptime checks to be included in the response.
	//
	// For more details, see [Filtering
	// syntax](https://cloud.google.com/monitoring/api/v3/sorting-and-filtering#filter_syntax).
	Filter string `protobuf:"bytes,2,opt,name=filter,proto3" json:"filter,omitempty"`
	// The maximum number of results to return in a single response. The server
	// may further constrain the maximum number of results returned in a single
	// page. If the page_size is <=0, the server will decide the number of results
	// to be returned.
	PageSize int32 `protobuf:"varint,3,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 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 more results from the previous method call.
	PageToken string `protobuf:"bytes,4,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `ListUptimeCheckConfigs` request.

func (*ListUptimeCheckConfigsRequest) Descriptor deprecated

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

Deprecated: Use ListUptimeCheckConfigsRequest.ProtoReflect.Descriptor instead.

func (*ListUptimeCheckConfigsRequest) GetFilter added in v1.14.0

func (x *ListUptimeCheckConfigsRequest) GetFilter() string

func (*ListUptimeCheckConfigsRequest) GetPageSize

func (x *ListUptimeCheckConfigsRequest) GetPageSize() int32

func (*ListUptimeCheckConfigsRequest) GetPageToken

func (x *ListUptimeCheckConfigsRequest) GetPageToken() string

func (*ListUptimeCheckConfigsRequest) GetParent

func (x *ListUptimeCheckConfigsRequest) GetParent() string

func (*ListUptimeCheckConfigsRequest) ProtoMessage

func (*ListUptimeCheckConfigsRequest) ProtoMessage()

func (*ListUptimeCheckConfigsRequest) ProtoReflect

func (*ListUptimeCheckConfigsRequest) Reset

func (x *ListUptimeCheckConfigsRequest) Reset()

func (*ListUptimeCheckConfigsRequest) String

type ListUptimeCheckConfigsResponse

type ListUptimeCheckConfigsResponse struct {

	// The returned Uptime check configurations.
	UptimeCheckConfigs []*UptimeCheckConfig `protobuf:"bytes,1,rep,name=uptime_check_configs,json=uptimeCheckConfigs,proto3" json:"uptime_check_configs,omitempty"`
	// This field represents the pagination token to retrieve the next page of
	// results. If the value is empty, it means no further results for the
	// request. To retrieve the next page of results, the value of the
	// next_page_token is passed to the subsequent List method call (in the
	// request message's page_token field).
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// The total number of Uptime check configurations for the project,
	// irrespective of any pagination.
	TotalSize int32 `protobuf:"varint,3,opt,name=total_size,json=totalSize,proto3" json:"total_size,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `ListUptimeCheckConfigs` response.

func (*ListUptimeCheckConfigsResponse) Descriptor deprecated

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

Deprecated: Use ListUptimeCheckConfigsResponse.ProtoReflect.Descriptor instead.

func (*ListUptimeCheckConfigsResponse) GetNextPageToken

func (x *ListUptimeCheckConfigsResponse) GetNextPageToken() string

func (*ListUptimeCheckConfigsResponse) GetTotalSize

func (x *ListUptimeCheckConfigsResponse) GetTotalSize() int32

func (*ListUptimeCheckConfigsResponse) GetUptimeCheckConfigs

func (x *ListUptimeCheckConfigsResponse) GetUptimeCheckConfigs() []*UptimeCheckConfig

func (*ListUptimeCheckConfigsResponse) ProtoMessage

func (*ListUptimeCheckConfigsResponse) ProtoMessage()

func (*ListUptimeCheckConfigsResponse) ProtoReflect

func (*ListUptimeCheckConfigsResponse) Reset

func (x *ListUptimeCheckConfigsResponse) Reset()

func (*ListUptimeCheckConfigsResponse) String

type ListUptimeCheckIpsRequest

type ListUptimeCheckIpsRequest struct {

	// The maximum number of results to return in a single response. The server
	// may further constrain the maximum number of results returned in a single
	// page. If the page_size is <=0, the server will decide the number of results
	// to be returned.
	// NOTE: this field is not yet implemented
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 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 more results from the previous method call.
	// NOTE: this field is not yet implemented
	PageToken string `protobuf:"bytes,3,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `ListUptimeCheckIps` request.

func (*ListUptimeCheckIpsRequest) Descriptor deprecated

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

Deprecated: Use ListUptimeCheckIpsRequest.ProtoReflect.Descriptor instead.

func (*ListUptimeCheckIpsRequest) GetPageSize

func (x *ListUptimeCheckIpsRequest) GetPageSize() int32

func (*ListUptimeCheckIpsRequest) GetPageToken

func (x *ListUptimeCheckIpsRequest) GetPageToken() string

func (*ListUptimeCheckIpsRequest) ProtoMessage

func (*ListUptimeCheckIpsRequest) ProtoMessage()

func (*ListUptimeCheckIpsRequest) ProtoReflect

func (*ListUptimeCheckIpsRequest) Reset

func (x *ListUptimeCheckIpsRequest) Reset()

func (*ListUptimeCheckIpsRequest) String

func (x *ListUptimeCheckIpsRequest) String() string

type ListUptimeCheckIpsResponse

type ListUptimeCheckIpsResponse struct {

	// The returned list of IP addresses (including region and location) that the
	// checkers run from.
	UptimeCheckIps []*UptimeCheckIp `protobuf:"bytes,1,rep,name=uptime_check_ips,json=uptimeCheckIps,proto3" json:"uptime_check_ips,omitempty"`
	// This field represents the pagination token to retrieve the next page of
	// results. If the value is empty, it means no further results for the
	// request. To retrieve the next page of results, the value of the
	// next_page_token is passed to the subsequent List method call (in the
	// request message's page_token field).
	// NOTE: this field is not yet implemented
	NextPageToken string `protobuf:"bytes,2,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `ListUptimeCheckIps` response.

func (*ListUptimeCheckIpsResponse) Descriptor deprecated

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

Deprecated: Use ListUptimeCheckIpsResponse.ProtoReflect.Descriptor instead.

func (*ListUptimeCheckIpsResponse) GetNextPageToken

func (x *ListUptimeCheckIpsResponse) GetNextPageToken() string

func (*ListUptimeCheckIpsResponse) GetUptimeCheckIps

func (x *ListUptimeCheckIpsResponse) GetUptimeCheckIps() []*UptimeCheckIp

func (*ListUptimeCheckIpsResponse) ProtoMessage

func (*ListUptimeCheckIpsResponse) ProtoMessage()

func (*ListUptimeCheckIpsResponse) ProtoReflect

func (*ListUptimeCheckIpsResponse) Reset

func (x *ListUptimeCheckIpsResponse) Reset()

func (*ListUptimeCheckIpsResponse) String

func (x *ListUptimeCheckIpsResponse) String() string

type MetricServiceClient

type MetricServiceClient interface {
	// Lists monitored resource descriptors that match a filter.
	ListMonitoredResourceDescriptors(ctx context.Context, in *ListMonitoredResourceDescriptorsRequest, opts ...grpc.CallOption) (*ListMonitoredResourceDescriptorsResponse, error)
	// Gets a single monitored resource descriptor.
	GetMonitoredResourceDescriptor(ctx context.Context, in *GetMonitoredResourceDescriptorRequest, opts ...grpc.CallOption) (*monitoredres.MonitoredResourceDescriptor, error)
	// Lists metric descriptors that match a filter.
	ListMetricDescriptors(ctx context.Context, in *ListMetricDescriptorsRequest, opts ...grpc.CallOption) (*ListMetricDescriptorsResponse, error)
	// Gets a single metric descriptor.
	GetMetricDescriptor(ctx context.Context, in *GetMetricDescriptorRequest, opts ...grpc.CallOption) (*metric.MetricDescriptor, error)
	// Creates a new metric descriptor.
	// The creation is executed asynchronously.
	// User-created metric descriptors define
	// [custom metrics](https://cloud.google.com/monitoring/custom-metrics).
	// The metric descriptor is updated if it already exists,
	// except that metric labels are never removed.
	CreateMetricDescriptor(ctx context.Context, in *CreateMetricDescriptorRequest, opts ...grpc.CallOption) (*metric.MetricDescriptor, error)
	// Deletes a metric descriptor. Only user-created
	// [custom metrics](https://cloud.google.com/monitoring/custom-metrics) can be
	// deleted.
	DeleteMetricDescriptor(ctx context.Context, in *DeleteMetricDescriptorRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Lists time series that match a filter.
	ListTimeSeries(ctx context.Context, in *ListTimeSeriesRequest, opts ...grpc.CallOption) (*ListTimeSeriesResponse, error)
	// Creates or adds data to one or more time series.
	// The response is empty if all time series in the request were written.
	// If any time series could not be written, a corresponding failure message is
	// included in the error response.
	// This method does not support
	// [resource locations constraint of an organization
	// policy](https://cloud.google.com/resource-manager/docs/organization-policy/defining-locations#setting_the_organization_policy).
	CreateTimeSeries(ctx context.Context, in *CreateTimeSeriesRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Creates or adds data to one or more service time series. A service time
	// series is a time series for a metric from a Google Cloud service. The
	// response is empty if all time series in the request were written. If any
	// time series could not be written, a corresponding failure message is
	// included in the error response. This endpoint rejects writes to
	// user-defined metrics.
	// This method is only for use by Google Cloud services. Use
	// [projects.timeSeries.create][google.monitoring.v3.MetricService.CreateTimeSeries]
	// instead.
	CreateServiceTimeSeries(ctx context.Context, in *CreateTimeSeriesRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

MetricServiceClient is the client API for MetricService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type MetricServiceServer

type MetricServiceServer interface {
	// Lists monitored resource descriptors that match a filter.
	ListMonitoredResourceDescriptors(context.Context, *ListMonitoredResourceDescriptorsRequest) (*ListMonitoredResourceDescriptorsResponse, error)
	// Gets a single monitored resource descriptor.
	GetMonitoredResourceDescriptor(context.Context, *GetMonitoredResourceDescriptorRequest) (*monitoredres.MonitoredResourceDescriptor, error)
	// Lists metric descriptors that match a filter.
	ListMetricDescriptors(context.Context, *ListMetricDescriptorsRequest) (*ListMetricDescriptorsResponse, error)
	// Gets a single metric descriptor.
	GetMetricDescriptor(context.Context, *GetMetricDescriptorRequest) (*metric.MetricDescriptor, error)
	// Creates a new metric descriptor.
	// The creation is executed asynchronously.
	// User-created metric descriptors define
	// [custom metrics](https://cloud.google.com/monitoring/custom-metrics).
	// The metric descriptor is updated if it already exists,
	// except that metric labels are never removed.
	CreateMetricDescriptor(context.Context, *CreateMetricDescriptorRequest) (*metric.MetricDescriptor, error)
	// Deletes a metric descriptor. Only user-created
	// [custom metrics](https://cloud.google.com/monitoring/custom-metrics) can be
	// deleted.
	DeleteMetricDescriptor(context.Context, *DeleteMetricDescriptorRequest) (*emptypb.Empty, error)
	// Lists time series that match a filter.
	ListTimeSeries(context.Context, *ListTimeSeriesRequest) (*ListTimeSeriesResponse, error)
	// Creates or adds data to one or more time series.
	// The response is empty if all time series in the request were written.
	// If any time series could not be written, a corresponding failure message is
	// included in the error response.
	// This method does not support
	// [resource locations constraint of an organization
	// policy](https://cloud.google.com/resource-manager/docs/organization-policy/defining-locations#setting_the_organization_policy).
	CreateTimeSeries(context.Context, *CreateTimeSeriesRequest) (*emptypb.Empty, error)
	// Creates or adds data to one or more service time series. A service time
	// series is a time series for a metric from a Google Cloud service. The
	// response is empty if all time series in the request were written. If any
	// time series could not be written, a corresponding failure message is
	// included in the error response. This endpoint rejects writes to
	// user-defined metrics.
	// This method is only for use by Google Cloud services. Use
	// [projects.timeSeries.create][google.monitoring.v3.MetricService.CreateTimeSeries]
	// instead.
	CreateServiceTimeSeries(context.Context, *CreateTimeSeriesRequest) (*emptypb.Empty, error)
}

MetricServiceServer is the server API for MetricService service.

type MutationRecord

type MutationRecord struct {

	// When the change occurred.
	MutateTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=mutate_time,json=mutateTime,proto3" json:"mutate_time,omitempty"`
	// The email address of the user making the change.
	MutatedBy string `protobuf:"bytes,2,opt,name=mutated_by,json=mutatedBy,proto3" json:"mutated_by,omitempty"`
	// contains filtered or unexported fields
}

Describes a change made to a configuration.

func (*MutationRecord) Descriptor deprecated

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

Deprecated: Use MutationRecord.ProtoReflect.Descriptor instead.

func (*MutationRecord) GetMutateTime

func (x *MutationRecord) GetMutateTime() *timestamppb.Timestamp

func (*MutationRecord) GetMutatedBy

func (x *MutationRecord) GetMutatedBy() string

func (*MutationRecord) ProtoMessage

func (*MutationRecord) ProtoMessage()

func (*MutationRecord) ProtoReflect

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

func (*MutationRecord) Reset

func (x *MutationRecord) Reset()

func (*MutationRecord) String

func (x *MutationRecord) String() string

type NotificationChannel

type NotificationChannel struct {

	// The type of the notification channel. This field matches the
	// value of the
	// [NotificationChannelDescriptor.type][google.monitoring.v3.NotificationChannelDescriptor.type]
	// field.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// The full REST resource name for this channel. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/notificationChannels/[CHANNEL_ID]
	//
	// The `[CHANNEL_ID]` is automatically assigned by the server on creation.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// An optional human-readable name for this notification channel. It is
	// recommended that you specify a non-empty and unique name in order to
	// make it easier to identify the channels in your project, though this is
	// not enforced. The display name is limited to 512 Unicode characters.
	DisplayName string `protobuf:"bytes,3,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// An optional human-readable description of this notification channel. This
	// description may provide additional details, beyond the display
	// name, for the channel. This may not exceed 1024 Unicode characters.
	Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
	// Configuration fields that define the channel and its behavior. The
	// permissible and required labels are specified in the
	// [NotificationChannelDescriptor.labels][google.monitoring.v3.NotificationChannelDescriptor.labels]
	// of the `NotificationChannelDescriptor` corresponding to the `type` field.
	Labels map[string]string `` /* 153-byte string literal not displayed */
	// User-supplied key/value data that does not need to conform to
	// the corresponding `NotificationChannelDescriptor`'s schema, unlike
	// the `labels` field. This field is intended to be used for organizing
	// and identifying the `NotificationChannel` objects.
	//
	// The field can contain up to 64 entries. Each key and value is limited to
	// 63 Unicode characters or 128 bytes, whichever is smaller. Labels and
	// values can contain only lowercase letters, numerals, underscores, and
	// dashes. Keys must begin with a letter.
	UserLabels map[string]string `` /* 179-byte string literal not displayed */
	// Indicates whether this channel has been verified or not. On a
	// [`ListNotificationChannels`][google.monitoring.v3.NotificationChannelService.ListNotificationChannels]
	// or
	// [`GetNotificationChannel`][google.monitoring.v3.NotificationChannelService.GetNotificationChannel]
	// operation, this field is expected to be populated.
	//
	// If the value is `UNVERIFIED`, then it indicates that the channel is
	// non-functioning (it both requires verification and lacks verification);
	// otherwise, it is assumed that the channel works.
	//
	// If the channel is neither `VERIFIED` nor `UNVERIFIED`, it implies that
	// the channel is of a type that does not require verification or that
	// this specific channel has been exempted from verification because it was
	// created prior to verification being required for channels of this type.
	//
	// This field cannot be modified using a standard
	// [`UpdateNotificationChannel`][google.monitoring.v3.NotificationChannelService.UpdateNotificationChannel]
	// operation. To change the value of this field, you must call
	// [`VerifyNotificationChannel`][google.monitoring.v3.NotificationChannelService.VerifyNotificationChannel].
	VerificationStatus NotificationChannel_VerificationStatus `` /* 181-byte string literal not displayed */
	// Whether notifications are forwarded to the described channel. This makes
	// it possible to disable delivery of notifications to a particular channel
	// without removing the channel from all alerting policies that reference
	// the channel. This is a more convenient approach when the change is
	// temporary and you want to receive notifications from the same set
	// of alerting policies on the channel at some point in the future.
	Enabled *wrapperspb.BoolValue `protobuf:"bytes,11,opt,name=enabled,proto3" json:"enabled,omitempty"`
	// Record of the creation of this channel.
	CreationRecord *MutationRecord `protobuf:"bytes,12,opt,name=creation_record,json=creationRecord,proto3" json:"creation_record,omitempty"`
	// Records of the modification of this channel.
	MutationRecords []*MutationRecord `protobuf:"bytes,13,rep,name=mutation_records,json=mutationRecords,proto3" json:"mutation_records,omitempty"`
	// contains filtered or unexported fields
}

A `NotificationChannel` is a medium through which an alert is delivered when a policy violation is detected. Examples of channels include email, SMS, and third-party messaging applications. Fields containing sensitive information like authentication tokens or contact info are only partially populated on retrieval.

func (*NotificationChannel) Descriptor deprecated

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

Deprecated: Use NotificationChannel.ProtoReflect.Descriptor instead.

func (*NotificationChannel) GetCreationRecord

func (x *NotificationChannel) GetCreationRecord() *MutationRecord

func (*NotificationChannel) GetDescription

func (x *NotificationChannel) GetDescription() string

func (*NotificationChannel) GetDisplayName

func (x *NotificationChannel) GetDisplayName() string

func (*NotificationChannel) GetEnabled

func (x *NotificationChannel) GetEnabled() *wrapperspb.BoolValue

func (*NotificationChannel) GetLabels

func (x *NotificationChannel) GetLabels() map[string]string

func (*NotificationChannel) GetMutationRecords

func (x *NotificationChannel) GetMutationRecords() []*MutationRecord

func (*NotificationChannel) GetName

func (x *NotificationChannel) GetName() string

func (*NotificationChannel) GetType

func (x *NotificationChannel) GetType() string

func (*NotificationChannel) GetUserLabels

func (x *NotificationChannel) GetUserLabels() map[string]string

func (*NotificationChannel) GetVerificationStatus

func (*NotificationChannel) ProtoMessage

func (*NotificationChannel) ProtoMessage()

func (*NotificationChannel) ProtoReflect

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

func (*NotificationChannel) Reset

func (x *NotificationChannel) Reset()

func (*NotificationChannel) String

func (x *NotificationChannel) String() string

type NotificationChannelDescriptor

type NotificationChannelDescriptor struct {

	// The full REST resource name for this descriptor. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/notificationChannelDescriptors/[TYPE]
	//
	// In the above, `[TYPE]` is the value of the `type` field.
	Name string `protobuf:"bytes,6,opt,name=name,proto3" json:"name,omitempty"`
	// The type of notification channel, such as "email" and "sms". To view the
	// full list of channels, see
	// [Channel
	// descriptors](https://cloud.google.com/monitoring/alerts/using-channels-api#ncd).
	// Notification channel types are globally unique.
	Type string `protobuf:"bytes,1,opt,name=type,proto3" json:"type,omitempty"`
	// A human-readable name for the notification channel type.  This
	// form of the name is suitable for a user interface.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// A human-readable description of the notification channel
	// type. The description may include a description of the properties
	// of the channel and pointers to external documentation.
	Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
	// The set of labels that must be defined to identify a particular
	// channel of the corresponding type. Each label includes a
	// description for how that field should be populated.
	Labels []*label.LabelDescriptor `protobuf:"bytes,4,rep,name=labels,proto3" json:"labels,omitempty"`
	// The tiers that support this notification channel; the project service tier
	// must be one of the supported_tiers.
	//
	// Deprecated: Marked as deprecated in google/monitoring/v3/notification.proto.
	SupportedTiers []ServiceTier `` /* 149-byte string literal not displayed */
	// The product launch stage for channels of this type.
	LaunchStage api.LaunchStage `protobuf:"varint,7,opt,name=launch_stage,json=launchStage,proto3,enum=google.api.LaunchStage" json:"launch_stage,omitempty"`
	// contains filtered or unexported fields
}

A description of a notification channel. The descriptor includes the properties of the channel and the set of labels or fields that must be specified to configure channels of a given type.

func (*NotificationChannelDescriptor) Descriptor deprecated

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

Deprecated: Use NotificationChannelDescriptor.ProtoReflect.Descriptor instead.

func (*NotificationChannelDescriptor) GetDescription

func (x *NotificationChannelDescriptor) GetDescription() string

func (*NotificationChannelDescriptor) GetDisplayName

func (x *NotificationChannelDescriptor) GetDisplayName() string

func (*NotificationChannelDescriptor) GetLabels

func (*NotificationChannelDescriptor) GetLaunchStage

func (x *NotificationChannelDescriptor) GetLaunchStage() api.LaunchStage

func (*NotificationChannelDescriptor) GetName

func (*NotificationChannelDescriptor) GetSupportedTiers deprecated

func (x *NotificationChannelDescriptor) GetSupportedTiers() []ServiceTier

Deprecated: Marked as deprecated in google/monitoring/v3/notification.proto.

func (*NotificationChannelDescriptor) GetType

func (*NotificationChannelDescriptor) ProtoMessage

func (*NotificationChannelDescriptor) ProtoMessage()

func (*NotificationChannelDescriptor) ProtoReflect

func (*NotificationChannelDescriptor) Reset

func (x *NotificationChannelDescriptor) Reset()

func (*NotificationChannelDescriptor) String

type NotificationChannelServiceClient

type NotificationChannelServiceClient interface {
	// Lists the descriptors for supported channel types. The use of descriptors
	// makes it possible for new channel types to be dynamically added.
	ListNotificationChannelDescriptors(ctx context.Context, in *ListNotificationChannelDescriptorsRequest, opts ...grpc.CallOption) (*ListNotificationChannelDescriptorsResponse, error)
	// Gets a single channel descriptor. The descriptor indicates which fields
	// are expected / permitted for a notification channel of the given type.
	GetNotificationChannelDescriptor(ctx context.Context, in *GetNotificationChannelDescriptorRequest, opts ...grpc.CallOption) (*NotificationChannelDescriptor, error)
	// Lists the notification channels that have been created for the project.
	// To list the types of notification channels that are supported, use
	// the `ListNotificationChannelDescriptors` method.
	ListNotificationChannels(ctx context.Context, in *ListNotificationChannelsRequest, opts ...grpc.CallOption) (*ListNotificationChannelsResponse, error)
	// Gets a single notification channel. The channel includes the relevant
	// configuration details with which the channel was created. However, the
	// response may truncate or omit passwords, API keys, or other private key
	// matter and thus the response may not be 100% identical to the information
	// that was supplied in the call to the create method.
	GetNotificationChannel(ctx context.Context, in *GetNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
	// Creates a new notification channel, representing a single notification
	// endpoint such as an email address, SMS number, or PagerDuty service.
	//
	// Design your application to single-thread API calls that modify the state of
	// notification channels in a single project. This includes calls to
	// CreateNotificationChannel, DeleteNotificationChannel and
	// UpdateNotificationChannel.
	CreateNotificationChannel(ctx context.Context, in *CreateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
	// Updates a notification channel. Fields not specified in the field mask
	// remain unchanged.
	//
	// Design your application to single-thread API calls that modify the state of
	// notification channels in a single project. This includes calls to
	// CreateNotificationChannel, DeleteNotificationChannel and
	// UpdateNotificationChannel.
	UpdateNotificationChannel(ctx context.Context, in *UpdateNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
	// Deletes a notification channel.
	//
	// Design your application to single-thread API calls that modify the state of
	// notification channels in a single project. This includes calls to
	// CreateNotificationChannel, DeleteNotificationChannel and
	// UpdateNotificationChannel.
	DeleteNotificationChannel(ctx context.Context, in *DeleteNotificationChannelRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Causes a verification code to be delivered to the channel. The code
	// can then be supplied in `VerifyNotificationChannel` to verify the channel.
	SendNotificationChannelVerificationCode(ctx context.Context, in *SendNotificationChannelVerificationCodeRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Requests a verification code for an already verified channel that can then
	// be used in a call to VerifyNotificationChannel() on a different channel
	// with an equivalent identity in the same or in a different project. This
	// makes it possible to copy a channel between projects without requiring
	// manual reverification of the channel. If the channel is not in the
	// verified state, this method will fail (in other words, this may only be
	// used if the SendNotificationChannelVerificationCode and
	// VerifyNotificationChannel paths have already been used to put the given
	// channel into the verified state).
	//
	// There is no guarantee that the verification codes returned by this method
	// will be of a similar structure or form as the ones that are delivered
	// to the channel via SendNotificationChannelVerificationCode; while
	// VerifyNotificationChannel() will recognize both the codes delivered via
	// SendNotificationChannelVerificationCode() and returned from
	// GetNotificationChannelVerificationCode(), it is typically the case that
	// the verification codes delivered via
	// SendNotificationChannelVerificationCode() will be shorter and also
	// have a shorter expiration (e.g. codes such as "G-123456") whereas
	// GetVerificationCode() will typically return a much longer, websafe base
	// 64 encoded string that has a longer expiration time.
	GetNotificationChannelVerificationCode(ctx context.Context, in *GetNotificationChannelVerificationCodeRequest, opts ...grpc.CallOption) (*GetNotificationChannelVerificationCodeResponse, error)
	// Verifies a `NotificationChannel` by proving receipt of the code
	// delivered to the channel as a result of calling
	// `SendNotificationChannelVerificationCode`.
	VerifyNotificationChannel(ctx context.Context, in *VerifyNotificationChannelRequest, opts ...grpc.CallOption) (*NotificationChannel, error)
}

NotificationChannelServiceClient is the client API for NotificationChannelService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type NotificationChannelServiceServer

type NotificationChannelServiceServer interface {
	// Lists the descriptors for supported channel types. The use of descriptors
	// makes it possible for new channel types to be dynamically added.
	ListNotificationChannelDescriptors(context.Context, *ListNotificationChannelDescriptorsRequest) (*ListNotificationChannelDescriptorsResponse, error)
	// Gets a single channel descriptor. The descriptor indicates which fields
	// are expected / permitted for a notification channel of the given type.
	GetNotificationChannelDescriptor(context.Context, *GetNotificationChannelDescriptorRequest) (*NotificationChannelDescriptor, error)
	// Lists the notification channels that have been created for the project.
	// To list the types of notification channels that are supported, use
	// the `ListNotificationChannelDescriptors` method.
	ListNotificationChannels(context.Context, *ListNotificationChannelsRequest) (*ListNotificationChannelsResponse, error)
	// Gets a single notification channel. The channel includes the relevant
	// configuration details with which the channel was created. However, the
	// response may truncate or omit passwords, API keys, or other private key
	// matter and thus the response may not be 100% identical to the information
	// that was supplied in the call to the create method.
	GetNotificationChannel(context.Context, *GetNotificationChannelRequest) (*NotificationChannel, error)
	// Creates a new notification channel, representing a single notification
	// endpoint such as an email address, SMS number, or PagerDuty service.
	//
	// Design your application to single-thread API calls that modify the state of
	// notification channels in a single project. This includes calls to
	// CreateNotificationChannel, DeleteNotificationChannel and
	// UpdateNotificationChannel.
	CreateNotificationChannel(context.Context, *CreateNotificationChannelRequest) (*NotificationChannel, error)
	// Updates a notification channel. Fields not specified in the field mask
	// remain unchanged.
	//
	// Design your application to single-thread API calls that modify the state of
	// notification channels in a single project. This includes calls to
	// CreateNotificationChannel, DeleteNotificationChannel and
	// UpdateNotificationChannel.
	UpdateNotificationChannel(context.Context, *UpdateNotificationChannelRequest) (*NotificationChannel, error)
	// Deletes a notification channel.
	//
	// Design your application to single-thread API calls that modify the state of
	// notification channels in a single project. This includes calls to
	// CreateNotificationChannel, DeleteNotificationChannel and
	// UpdateNotificationChannel.
	DeleteNotificationChannel(context.Context, *DeleteNotificationChannelRequest) (*emptypb.Empty, error)
	// Causes a verification code to be delivered to the channel. The code
	// can then be supplied in `VerifyNotificationChannel` to verify the channel.
	SendNotificationChannelVerificationCode(context.Context, *SendNotificationChannelVerificationCodeRequest) (*emptypb.Empty, error)
	// Requests a verification code for an already verified channel that can then
	// be used in a call to VerifyNotificationChannel() on a different channel
	// with an equivalent identity in the same or in a different project. This
	// makes it possible to copy a channel between projects without requiring
	// manual reverification of the channel. If the channel is not in the
	// verified state, this method will fail (in other words, this may only be
	// used if the SendNotificationChannelVerificationCode and
	// VerifyNotificationChannel paths have already been used to put the given
	// channel into the verified state).
	//
	// There is no guarantee that the verification codes returned by this method
	// will be of a similar structure or form as the ones that are delivered
	// to the channel via SendNotificationChannelVerificationCode; while
	// VerifyNotificationChannel() will recognize both the codes delivered via
	// SendNotificationChannelVerificationCode() and returned from
	// GetNotificationChannelVerificationCode(), it is typically the case that
	// the verification codes delivered via
	// SendNotificationChannelVerificationCode() will be shorter and also
	// have a shorter expiration (e.g. codes such as "G-123456") whereas
	// GetVerificationCode() will typically return a much longer, websafe base
	// 64 encoded string that has a longer expiration time.
	GetNotificationChannelVerificationCode(context.Context, *GetNotificationChannelVerificationCodeRequest) (*GetNotificationChannelVerificationCodeResponse, error)
	// Verifies a `NotificationChannel` by proving receipt of the code
	// delivered to the channel as a result of calling
	// `SendNotificationChannelVerificationCode`.
	VerifyNotificationChannel(context.Context, *VerifyNotificationChannelRequest) (*NotificationChannel, error)
}

NotificationChannelServiceServer is the server API for NotificationChannelService service.

type NotificationChannel_VerificationStatus

type NotificationChannel_VerificationStatus int32

Indicates whether the channel has been verified or not. It is illegal to specify this field in a [`CreateNotificationChannel`][google.monitoring.v3.NotificationChannelService.CreateNotificationChannel] or an [`UpdateNotificationChannel`][google.monitoring.v3.NotificationChannelService.UpdateNotificationChannel] operation.

const (
	// Sentinel value used to indicate that the state is unknown, omitted, or
	// is not applicable (as in the case of channels that neither support
	// nor require verification in order to function).
	NotificationChannel_VERIFICATION_STATUS_UNSPECIFIED NotificationChannel_VerificationStatus = 0
	// The channel has yet to be verified and requires verification to function.
	// Note that this state also applies to the case where the verification
	// process has been initiated by sending a verification code but where
	// the verification code has not been submitted to complete the process.
	NotificationChannel_UNVERIFIED NotificationChannel_VerificationStatus = 1
	// It has been proven that notifications can be received on this
	// notification channel and that someone on the project has access
	// to messages that are delivered to that channel.
	NotificationChannel_VERIFIED NotificationChannel_VerificationStatus = 2
)

func (NotificationChannel_VerificationStatus) Descriptor

func (NotificationChannel_VerificationStatus) Enum

func (NotificationChannel_VerificationStatus) EnumDescriptor deprecated

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

Deprecated: Use NotificationChannel_VerificationStatus.Descriptor instead.

func (NotificationChannel_VerificationStatus) Number

func (NotificationChannel_VerificationStatus) String

func (NotificationChannel_VerificationStatus) Type

type Point

type Point struct {

	// The time interval to which the data point applies.  For `GAUGE` metrics,
	// the start time is optional, but if it is supplied, it must equal the
	// end time.  For `DELTA` metrics, the start
	// and end time should specify a non-zero interval, with subsequent points
	// specifying contiguous and non-overlapping intervals.  For `CUMULATIVE`
	// metrics, the start and end time should specify a non-zero interval, with
	// subsequent points specifying the same start time and increasing end times,
	// until an event resets the cumulative value to zero and sets a new start
	// time for the following points.
	Interval *TimeInterval `protobuf:"bytes,1,opt,name=interval,proto3" json:"interval,omitempty"`
	// The value of the data point.
	Value *TypedValue `protobuf:"bytes,2,opt,name=value,proto3" json:"value,omitempty"`
	// contains filtered or unexported fields
}

A single data point in a time series.

func (*Point) Descriptor deprecated

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

Deprecated: Use Point.ProtoReflect.Descriptor instead.

func (*Point) GetInterval

func (x *Point) GetInterval() *TimeInterval

func (*Point) GetValue

func (x *Point) GetValue() *TypedValue

func (*Point) ProtoMessage

func (*Point) ProtoMessage()

func (*Point) ProtoReflect

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

func (*Point) Reset

func (x *Point) Reset()

func (*Point) String

func (x *Point) String() string

type QueryError

type QueryError struct {

	// The location of the time series query language text that this error applies
	// to.
	Locator *TextLocator `protobuf:"bytes,1,opt,name=locator,proto3" json:"locator,omitempty"`
	// The error message.
	Message string `protobuf:"bytes,2,opt,name=message,proto3" json:"message,omitempty"`
	// contains filtered or unexported fields
}

An error associated with a query in the time series query language format.

func (*QueryError) Descriptor deprecated

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

Deprecated: Use QueryError.ProtoReflect.Descriptor instead.

func (*QueryError) GetLocator

func (x *QueryError) GetLocator() *TextLocator

func (*QueryError) GetMessage

func (x *QueryError) GetMessage() string

func (*QueryError) ProtoMessage

func (*QueryError) ProtoMessage()

func (*QueryError) ProtoReflect

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

func (*QueryError) Reset

func (x *QueryError) Reset()

func (*QueryError) String

func (x *QueryError) String() string

type QueryErrorList

type QueryErrorList struct {

	// Errors in parsing the time series query language text. The number of errors
	// in the response may be limited.
	Errors []*QueryError `protobuf:"bytes,1,rep,name=errors,proto3" json:"errors,omitempty"`
	// A summary of all the errors.
	ErrorSummary string `protobuf:"bytes,2,opt,name=error_summary,json=errorSummary,proto3" json:"error_summary,omitempty"`
	// contains filtered or unexported fields
}

This is an error detail intended to be used with INVALID_ARGUMENT errors.

func (*QueryErrorList) Descriptor deprecated

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

Deprecated: Use QueryErrorList.ProtoReflect.Descriptor instead.

func (*QueryErrorList) GetErrorSummary

func (x *QueryErrorList) GetErrorSummary() string

func (*QueryErrorList) GetErrors

func (x *QueryErrorList) GetErrors() []*QueryError

func (*QueryErrorList) ProtoMessage

func (*QueryErrorList) ProtoMessage()

func (*QueryErrorList) ProtoReflect

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

func (*QueryErrorList) Reset

func (x *QueryErrorList) Reset()

func (*QueryErrorList) String

func (x *QueryErrorList) String() string

type QueryServiceClient

type QueryServiceClient interface {
	// Queries time series using Monitoring Query Language.
	QueryTimeSeries(ctx context.Context, in *QueryTimeSeriesRequest, opts ...grpc.CallOption) (*QueryTimeSeriesResponse, error)
}

QueryServiceClient is the client API for QueryService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type QueryServiceServer

type QueryServiceServer interface {
	// Queries time series using Monitoring Query Language.
	QueryTimeSeries(context.Context, *QueryTimeSeriesRequest) (*QueryTimeSeriesResponse, error)
}

QueryServiceServer is the server API for QueryService service.

type QueryTimeSeriesRequest

type QueryTimeSeriesRequest struct {

	// Required. The
	// [project](https://cloud.google.com/monitoring/api/v3#project_name) on which
	// to execute the request. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The query in the [Monitoring Query
	// Language](https://cloud.google.com/monitoring/mql/reference) format.
	// The default time zone is in UTC.
	Query string `protobuf:"bytes,7,opt,name=query,proto3" json:"query,omitempty"`
	// A positive number that is the maximum number of time_series_data to return.
	PageSize int32 `protobuf:"varint,9,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty"`
	// 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,10,opt,name=page_token,json=pageToken,proto3" json:"page_token,omitempty"`
	// contains filtered or unexported fields
}

The `QueryTimeSeries` request.

func (*QueryTimeSeriesRequest) Descriptor deprecated

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

Deprecated: Use QueryTimeSeriesRequest.ProtoReflect.Descriptor instead.

func (*QueryTimeSeriesRequest) GetName

func (x *QueryTimeSeriesRequest) GetName() string

func (*QueryTimeSeriesRequest) GetPageSize

func (x *QueryTimeSeriesRequest) GetPageSize() int32

func (*QueryTimeSeriesRequest) GetPageToken

func (x *QueryTimeSeriesRequest) GetPageToken() string

func (*QueryTimeSeriesRequest) GetQuery

func (x *QueryTimeSeriesRequest) GetQuery() string

func (*QueryTimeSeriesRequest) ProtoMessage

func (*QueryTimeSeriesRequest) ProtoMessage()

func (*QueryTimeSeriesRequest) ProtoReflect

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

func (*QueryTimeSeriesRequest) Reset

func (x *QueryTimeSeriesRequest) Reset()

func (*QueryTimeSeriesRequest) String

func (x *QueryTimeSeriesRequest) String() string

type QueryTimeSeriesResponse

type QueryTimeSeriesResponse struct {

	// The descriptor for the time series data.
	TimeSeriesDescriptor *TimeSeriesDescriptor `protobuf:"bytes,8,opt,name=time_series_descriptor,json=timeSeriesDescriptor,proto3" json:"time_series_descriptor,omitempty"`
	// The time series data.
	TimeSeriesData []*TimeSeriesData `protobuf:"bytes,9,rep,name=time_series_data,json=timeSeriesData,proto3" json:"time_series_data,omitempty"`
	// 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
	// `page_token` in the next call to this method.
	NextPageToken string `protobuf:"bytes,10,opt,name=next_page_token,json=nextPageToken,proto3" json:"next_page_token,omitempty"`
	// Query execution errors that may have caused the time series data returned
	// to be incomplete. The available data will be available in the
	// response.
	PartialErrors []*status.Status `protobuf:"bytes,11,rep,name=partial_errors,json=partialErrors,proto3" json:"partial_errors,omitempty"`
	// contains filtered or unexported fields
}

The `QueryTimeSeries` response.

func (*QueryTimeSeriesResponse) Descriptor deprecated

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

Deprecated: Use QueryTimeSeriesResponse.ProtoReflect.Descriptor instead.

func (*QueryTimeSeriesResponse) GetNextPageToken

func (x *QueryTimeSeriesResponse) GetNextPageToken() string

func (*QueryTimeSeriesResponse) GetPartialErrors

func (x *QueryTimeSeriesResponse) GetPartialErrors() []*status.Status

func (*QueryTimeSeriesResponse) GetTimeSeriesData

func (x *QueryTimeSeriesResponse) GetTimeSeriesData() []*TimeSeriesData

func (*QueryTimeSeriesResponse) GetTimeSeriesDescriptor

func (x *QueryTimeSeriesResponse) GetTimeSeriesDescriptor() *TimeSeriesDescriptor

func (*QueryTimeSeriesResponse) ProtoMessage

func (*QueryTimeSeriesResponse) ProtoMessage()

func (*QueryTimeSeriesResponse) ProtoReflect

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

func (*QueryTimeSeriesResponse) Reset

func (x *QueryTimeSeriesResponse) Reset()

func (*QueryTimeSeriesResponse) String

func (x *QueryTimeSeriesResponse) String() string

type Range

type Range struct {

	// Range minimum.
	Min float64 `protobuf:"fixed64,1,opt,name=min,proto3" json:"min,omitempty"`
	// Range maximum.
	Max float64 `protobuf:"fixed64,2,opt,name=max,proto3" json:"max,omitempty"`
	// contains filtered or unexported fields
}

Range of numerical values within `min` and `max`.

func (*Range) Descriptor deprecated

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

Deprecated: Use Range.ProtoReflect.Descriptor instead.

func (*Range) GetMax

func (x *Range) GetMax() float64

func (*Range) GetMin

func (x *Range) GetMin() float64

func (*Range) ProtoMessage

func (*Range) ProtoMessage()

func (*Range) ProtoReflect

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

func (*Range) Reset

func (x *Range) Reset()

func (*Range) String

func (x *Range) String() string

type RequestBasedSli

type RequestBasedSli struct {

	// The means to compute a ratio of `good_service` to `total_service`.
	//
	// Types that are assignable to Method:
	//
	//	*RequestBasedSli_GoodTotalRatio
	//	*RequestBasedSli_DistributionCut
	Method isRequestBasedSli_Method `protobuf_oneof:"method"`
	// contains filtered or unexported fields
}

Service Level Indicators for which atomic units of service are counted directly.

func (*RequestBasedSli) Descriptor deprecated

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

Deprecated: Use RequestBasedSli.ProtoReflect.Descriptor instead.

func (*RequestBasedSli) GetDistributionCut

func (x *RequestBasedSli) GetDistributionCut() *DistributionCut

func (*RequestBasedSli) GetGoodTotalRatio

func (x *RequestBasedSli) GetGoodTotalRatio() *TimeSeriesRatio

func (*RequestBasedSli) GetMethod

func (m *RequestBasedSli) GetMethod() isRequestBasedSli_Method

func (*RequestBasedSli) ProtoMessage

func (*RequestBasedSli) ProtoMessage()

func (*RequestBasedSli) ProtoReflect

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

func (*RequestBasedSli) Reset

func (x *RequestBasedSli) Reset()

func (*RequestBasedSli) String

func (x *RequestBasedSli) String() string

type RequestBasedSli_DistributionCut

type RequestBasedSli_DistributionCut struct {
	// `distribution_cut` is used when `good_service` is a count of values
	// aggregated in a `Distribution` that fall into a good range. The
	// `total_service` is the total count of all values aggregated in the
	// `Distribution`.
	DistributionCut *DistributionCut `protobuf:"bytes,3,opt,name=distribution_cut,json=distributionCut,proto3,oneof"`
}

type RequestBasedSli_GoodTotalRatio

type RequestBasedSli_GoodTotalRatio struct {
	// `good_total_ratio` is used when the ratio of `good_service` to
	// `total_service` is computed from two `TimeSeries`.
	GoodTotalRatio *TimeSeriesRatio `protobuf:"bytes,1,opt,name=good_total_ratio,json=goodTotalRatio,proto3,oneof"`
}

type SendNotificationChannelVerificationCodeRequest

type SendNotificationChannelVerificationCodeRequest struct {

	// Required. The notification channel to which to send a verification code.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// contains filtered or unexported fields
}

The `SendNotificationChannelVerificationCode` request.

func (*SendNotificationChannelVerificationCodeRequest) Descriptor deprecated

Deprecated: Use SendNotificationChannelVerificationCodeRequest.ProtoReflect.Descriptor instead.

func (*SendNotificationChannelVerificationCodeRequest) GetName

func (*SendNotificationChannelVerificationCodeRequest) ProtoMessage

func (*SendNotificationChannelVerificationCodeRequest) ProtoReflect

func (*SendNotificationChannelVerificationCodeRequest) Reset

func (*SendNotificationChannelVerificationCodeRequest) String

type Service

type Service struct {

	// Resource name for this Service. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Name used for UI elements listing this Service.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// REQUIRED. Service-identifying atoms specifying the underlying service.
	//
	// Types that are assignable to Identifier:
	//
	//	*Service_Custom_
	//	*Service_AppEngine_
	//	*Service_CloudEndpoints_
	//	*Service_ClusterIstio_
	//	*Service_MeshIstio_
	//	*Service_IstioCanonicalService_
	Identifier isService_Identifier `protobuf_oneof:"identifier"`
	// Configuration for how to query telemetry on a Service.
	Telemetry *Service_Telemetry `protobuf:"bytes,13,opt,name=telemetry,proto3" json:"telemetry,omitempty"`
	// Labels which have been used to annotate the service. Label keys must start
	// with a letter. Label keys and values may contain lowercase letters,
	// numbers, underscores, and dashes. Label keys and values have a maximum
	// length of 63 characters, and must be less than 128 bytes in size. Up to 64
	// label entries may be stored. For labels which do not have a semantic value,
	// the empty string may be supplied for the label value.
	UserLabels map[string]string `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

A `Service` is a discrete, autonomous, and network-accessible unit, designed to solve an individual concern ([Wikipedia](https://en.wikipedia.org/wiki/Service-orientation)). In Cloud Monitoring, a `Service` acts as the root resource under which operational aspects of the service are accessible.

func (*Service) Descriptor deprecated

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

Deprecated: Use Service.ProtoReflect.Descriptor instead.

func (*Service) GetAppEngine

func (x *Service) GetAppEngine() *Service_AppEngine

func (*Service) GetCloudEndpoints

func (x *Service) GetCloudEndpoints() *Service_CloudEndpoints

func (*Service) GetClusterIstio

func (x *Service) GetClusterIstio() *Service_ClusterIstio

func (*Service) GetCustom

func (x *Service) GetCustom() *Service_Custom

func (*Service) GetDisplayName

func (x *Service) GetDisplayName() string

func (*Service) GetIdentifier

func (m *Service) GetIdentifier() isService_Identifier

func (*Service) GetIstioCanonicalService

func (x *Service) GetIstioCanonicalService() *Service_IstioCanonicalService

func (*Service) GetMeshIstio

func (x *Service) GetMeshIstio() *Service_MeshIstio

func (*Service) GetName

func (x *Service) GetName() string

func (*Service) GetTelemetry

func (x *Service) GetTelemetry() *Service_Telemetry

func (*Service) GetUserLabels

func (x *Service) GetUserLabels() map[string]string

func (*Service) ProtoMessage

func (*Service) ProtoMessage()

func (*Service) ProtoReflect

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

func (*Service) Reset

func (x *Service) Reset()

func (*Service) String

func (x *Service) String() string

type ServiceLevelIndicator

type ServiceLevelIndicator struct {

	// Service level indicators can be grouped by whether the "unit" of service
	// being measured is based on counts of good requests or on counts of good
	// time windows
	//
	// Types that are assignable to Type:
	//
	//	*ServiceLevelIndicator_BasicSli
	//	*ServiceLevelIndicator_RequestBased
	//	*ServiceLevelIndicator_WindowsBased
	Type isServiceLevelIndicator_Type `protobuf_oneof:"type"`
	// contains filtered or unexported fields
}

A Service-Level Indicator (SLI) describes the "performance" of a service. For some services, the SLI is well-defined. In such cases, the SLI can be described easily by referencing the well-known SLI and providing the needed parameters. Alternatively, a "custom" SLI can be defined with a query to the underlying metric store. An SLI is defined to be `good_service / total_service` over any queried time interval. The value of performance always falls into the range `0 <= performance <= 1`. A custom SLI describes how to compute this ratio, whether this is by dividing values from a pair of time series, cutting a `Distribution` into good and bad counts, or counting time windows in which the service complies with a criterion. For separation of concerns, a single Service-Level Indicator measures performance for only one aspect of service quality, such as fraction of successful queries or fast-enough queries.

func (*ServiceLevelIndicator) Descriptor deprecated

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

Deprecated: Use ServiceLevelIndicator.ProtoReflect.Descriptor instead.

func (*ServiceLevelIndicator) GetBasicSli

func (x *ServiceLevelIndicator) GetBasicSli() *BasicSli

func (*ServiceLevelIndicator) GetRequestBased

func (x *ServiceLevelIndicator) GetRequestBased() *RequestBasedSli

func (*ServiceLevelIndicator) GetType

func (m *ServiceLevelIndicator) GetType() isServiceLevelIndicator_Type

func (*ServiceLevelIndicator) GetWindowsBased

func (x *ServiceLevelIndicator) GetWindowsBased() *WindowsBasedSli

func (*ServiceLevelIndicator) ProtoMessage

func (*ServiceLevelIndicator) ProtoMessage()

func (*ServiceLevelIndicator) ProtoReflect

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

func (*ServiceLevelIndicator) Reset

func (x *ServiceLevelIndicator) Reset()

func (*ServiceLevelIndicator) String

func (x *ServiceLevelIndicator) String() string

type ServiceLevelIndicator_BasicSli

type ServiceLevelIndicator_BasicSli struct {
	// Basic SLI on a well-known service type.
	BasicSli *BasicSli `protobuf:"bytes,4,opt,name=basic_sli,json=basicSli,proto3,oneof"`
}

type ServiceLevelIndicator_RequestBased

type ServiceLevelIndicator_RequestBased struct {
	// Request-based SLIs
	RequestBased *RequestBasedSli `protobuf:"bytes,1,opt,name=request_based,json=requestBased,proto3,oneof"`
}

type ServiceLevelIndicator_WindowsBased

type ServiceLevelIndicator_WindowsBased struct {
	// Windows-based SLIs
	WindowsBased *WindowsBasedSli `protobuf:"bytes,2,opt,name=windows_based,json=windowsBased,proto3,oneof"`
}

type ServiceLevelObjective

type ServiceLevelObjective struct {

	// Resource name for this `ServiceLevelObjective`. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/services/[SERVICE_ID]/serviceLevelObjectives/[SLO_NAME]
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Name used for UI elements listing this SLO.
	DisplayName string `protobuf:"bytes,11,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The definition of good service, used to measure and calculate the quality
	// of the `Service`'s performance with respect to a single aspect of service
	// quality.
	ServiceLevelIndicator *ServiceLevelIndicator `` /* 126-byte string literal not displayed */
	// The fraction of service that must be good in order for this objective to be
	// met. `0 < goal <= 0.999`.
	Goal float64 `protobuf:"fixed64,4,opt,name=goal,proto3" json:"goal,omitempty"`
	// The time period over which the objective will be evaluated.
	//
	// Types that are assignable to Period:
	//
	//	*ServiceLevelObjective_RollingPeriod
	//	*ServiceLevelObjective_CalendarPeriod
	Period isServiceLevelObjective_Period `protobuf_oneof:"period"`
	// Labels which have been used to annotate the service-level objective. Label
	// keys must start with a letter. Label keys and values may contain lowercase
	// letters, numbers, underscores, and dashes. Label keys and values have a
	// maximum length of 63 characters, and must be less than 128 bytes in size.
	// Up to 64 label entries may be stored. For labels which do not have a
	// semantic value, the empty string may be supplied for the label value.
	UserLabels map[string]string `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

A Service-Level Objective (SLO) describes a level of desired good service. It consists of a service-level indicator (SLI), a performance goal, and a period over which the objective is to be evaluated against that goal. The SLO can use SLIs defined in a number of different manners. Typical SLOs might include "99% of requests in each rolling week have latency below 200 milliseconds" or "99.5% of requests in each calendar month return successfully."

func (*ServiceLevelObjective) Descriptor deprecated

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

Deprecated: Use ServiceLevelObjective.ProtoReflect.Descriptor instead.

func (*ServiceLevelObjective) GetCalendarPeriod

func (x *ServiceLevelObjective) GetCalendarPeriod() calendarperiod.CalendarPeriod

func (*ServiceLevelObjective) GetDisplayName

func (x *ServiceLevelObjective) GetDisplayName() string

func (*ServiceLevelObjective) GetGoal

func (x *ServiceLevelObjective) GetGoal() float64

func (*ServiceLevelObjective) GetName

func (x *ServiceLevelObjective) GetName() string

func (*ServiceLevelObjective) GetPeriod

func (m *ServiceLevelObjective) GetPeriod() isServiceLevelObjective_Period

func (*ServiceLevelObjective) GetRollingPeriod

func (x *ServiceLevelObjective) GetRollingPeriod() *durationpb.Duration

func (*ServiceLevelObjective) GetServiceLevelIndicator

func (x *ServiceLevelObjective) GetServiceLevelIndicator() *ServiceLevelIndicator

func (*ServiceLevelObjective) GetUserLabels

func (x *ServiceLevelObjective) GetUserLabels() map[string]string

func (*ServiceLevelObjective) ProtoMessage

func (*ServiceLevelObjective) ProtoMessage()

func (*ServiceLevelObjective) ProtoReflect

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

func (*ServiceLevelObjective) Reset

func (x *ServiceLevelObjective) Reset()

func (*ServiceLevelObjective) String

func (x *ServiceLevelObjective) String() string

type ServiceLevelObjective_CalendarPeriod

type ServiceLevelObjective_CalendarPeriod struct {
	// A calendar period, semantically "since the start of the current
	// `<calendar_period>`". At this time, only `DAY`, `WEEK`, `FORTNIGHT`, and
	// `MONTH` are supported.
	CalendarPeriod calendarperiod.CalendarPeriod `protobuf:"varint,6,opt,name=calendar_period,json=calendarPeriod,proto3,enum=google.type.CalendarPeriod,oneof"`
}

type ServiceLevelObjective_RollingPeriod

type ServiceLevelObjective_RollingPeriod struct {
	// A rolling time period, semantically "in the past `<rolling_period>`".
	// Must be an integer multiple of 1 day no larger than 30 days.
	RollingPeriod *durationpb.Duration `protobuf:"bytes,5,opt,name=rolling_period,json=rollingPeriod,proto3,oneof"`
}

type ServiceLevelObjective_View

type ServiceLevelObjective_View int32

`ServiceLevelObjective.View` determines what form of `ServiceLevelObjective` is returned from `GetServiceLevelObjective`, `ListServiceLevelObjectives`, and `ListServiceLevelObjectiveVersions` RPCs.

const (
	// Same as FULL.
	ServiceLevelObjective_VIEW_UNSPECIFIED ServiceLevelObjective_View = 0
	// Return the embedded `ServiceLevelIndicator` in the form in which it was
	// defined. If it was defined using a `BasicSli`, return that `BasicSli`.
	ServiceLevelObjective_FULL ServiceLevelObjective_View = 2
	// For `ServiceLevelIndicator`s using `BasicSli` articulation, instead
	// return the `ServiceLevelIndicator` with its mode of computation fully
	// spelled out as a `RequestBasedSli`. For `ServiceLevelIndicator`s using
	// `RequestBasedSli` or `WindowsBasedSli`, return the
	// `ServiceLevelIndicator` as it was provided.
	ServiceLevelObjective_EXPLICIT ServiceLevelObjective_View = 1
)

func (ServiceLevelObjective_View) Descriptor

func (ServiceLevelObjective_View) Enum

func (ServiceLevelObjective_View) EnumDescriptor deprecated

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

Deprecated: Use ServiceLevelObjective_View.Descriptor instead.

func (ServiceLevelObjective_View) Number

func (ServiceLevelObjective_View) String

func (ServiceLevelObjective_View) Type

type ServiceMonitoringServiceClient

type ServiceMonitoringServiceClient interface {
	// Create a `Service`.
	CreateService(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*Service, error)
	// Get the named `Service`.
	GetService(ctx context.Context, in *GetServiceRequest, opts ...grpc.CallOption) (*Service, error)
	// List `Service`s for this Metrics Scope.
	ListServices(ctx context.Context, in *ListServicesRequest, opts ...grpc.CallOption) (*ListServicesResponse, error)
	// Update this `Service`.
	UpdateService(ctx context.Context, in *UpdateServiceRequest, opts ...grpc.CallOption) (*Service, error)
	// Soft delete this `Service`.
	DeleteService(ctx context.Context, in *DeleteServiceRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Create a `ServiceLevelObjective` for the given `Service`.
	CreateServiceLevelObjective(ctx context.Context, in *CreateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error)
	// Get a `ServiceLevelObjective` by name.
	GetServiceLevelObjective(ctx context.Context, in *GetServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error)
	// List the `ServiceLevelObjective`s for the given `Service`.
	ListServiceLevelObjectives(ctx context.Context, in *ListServiceLevelObjectivesRequest, opts ...grpc.CallOption) (*ListServiceLevelObjectivesResponse, error)
	// Update the given `ServiceLevelObjective`.
	UpdateServiceLevelObjective(ctx context.Context, in *UpdateServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*ServiceLevelObjective, error)
	// Delete the given `ServiceLevelObjective`.
	DeleteServiceLevelObjective(ctx context.Context, in *DeleteServiceLevelObjectiveRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
}

ServiceMonitoringServiceClient is the client API for ServiceMonitoringService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type ServiceMonitoringServiceServer

type ServiceMonitoringServiceServer interface {
	// Create a `Service`.
	CreateService(context.Context, *CreateServiceRequest) (*Service, error)
	// Get the named `Service`.
	GetService(context.Context, *GetServiceRequest) (*Service, error)
	// List `Service`s for this Metrics Scope.
	ListServices(context.Context, *ListServicesRequest) (*ListServicesResponse, error)
	// Update this `Service`.
	UpdateService(context.Context, *UpdateServiceRequest) (*Service, error)
	// Soft delete this `Service`.
	DeleteService(context.Context, *DeleteServiceRequest) (*emptypb.Empty, error)
	// Create a `ServiceLevelObjective` for the given `Service`.
	CreateServiceLevelObjective(context.Context, *CreateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error)
	// Get a `ServiceLevelObjective` by name.
	GetServiceLevelObjective(context.Context, *GetServiceLevelObjectiveRequest) (*ServiceLevelObjective, error)
	// List the `ServiceLevelObjective`s for the given `Service`.
	ListServiceLevelObjectives(context.Context, *ListServiceLevelObjectivesRequest) (*ListServiceLevelObjectivesResponse, error)
	// Update the given `ServiceLevelObjective`.
	UpdateServiceLevelObjective(context.Context, *UpdateServiceLevelObjectiveRequest) (*ServiceLevelObjective, error)
	// Delete the given `ServiceLevelObjective`.
	DeleteServiceLevelObjective(context.Context, *DeleteServiceLevelObjectiveRequest) (*emptypb.Empty, error)
}

ServiceMonitoringServiceServer is the server API for ServiceMonitoringService service.

type ServiceTier deprecated

type ServiceTier int32

The tier of service for a Metrics Scope. Please see the [service tiers documentation](https://cloud.google.com/monitoring/workspaces/tiers) for more details.

Deprecated: Marked as deprecated in google/monitoring/v3/common.proto.

const (
	// An invalid sentinel value, used to indicate that a tier has not
	// been provided explicitly.
	ServiceTier_SERVICE_TIER_UNSPECIFIED ServiceTier = 0
	// The Cloud Monitoring Basic tier, a free tier of service that provides basic
	// features, a moderate allotment of logs, and access to built-in metrics.
	// A number of features are not available in this tier. For more details,
	// see [the service tiers
	// documentation](https://cloud.google.com/monitoring/workspaces/tiers).
	ServiceTier_SERVICE_TIER_BASIC ServiceTier = 1
	// The Cloud Monitoring Premium tier, a higher, more expensive tier of service
	// that provides access to all Cloud Monitoring features, lets you use Cloud
	// Monitoring with AWS accounts, and has a larger allotments for logs and
	// metrics. For more details, see [the service tiers
	// documentation](https://cloud.google.com/monitoring/workspaces/tiers).
	ServiceTier_SERVICE_TIER_PREMIUM ServiceTier = 2
)

func (ServiceTier) Descriptor

func (ServiceTier) Enum

func (x ServiceTier) Enum() *ServiceTier

func (ServiceTier) EnumDescriptor deprecated

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

Deprecated: Use ServiceTier.Descriptor instead.

func (ServiceTier) Number

func (x ServiceTier) Number() protoreflect.EnumNumber

func (ServiceTier) String

func (x ServiceTier) String() string

func (ServiceTier) Type

type Service_AppEngine

type Service_AppEngine struct {

	// The ID of the App Engine module underlying this service. Corresponds to
	// the `module_id` resource label in the `gae_app` monitored resource:
	// https://cloud.google.com/monitoring/api/resources#tag_gae_app
	ModuleId string `protobuf:"bytes,1,opt,name=module_id,json=moduleId,proto3" json:"module_id,omitempty"`
	// contains filtered or unexported fields
}

App Engine service. Learn more at https://cloud.google.com/appengine.

func (*Service_AppEngine) Descriptor deprecated

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

Deprecated: Use Service_AppEngine.ProtoReflect.Descriptor instead.

func (*Service_AppEngine) GetModuleId

func (x *Service_AppEngine) GetModuleId() string

func (*Service_AppEngine) ProtoMessage

func (*Service_AppEngine) ProtoMessage()

func (*Service_AppEngine) ProtoReflect

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

func (*Service_AppEngine) Reset

func (x *Service_AppEngine) Reset()

func (*Service_AppEngine) String

func (x *Service_AppEngine) String() string

type Service_AppEngine_

type Service_AppEngine_ struct {
	// Type used for App Engine services.
	AppEngine *Service_AppEngine `protobuf:"bytes,7,opt,name=app_engine,json=appEngine,proto3,oneof"`
}

type Service_CloudEndpoints

type Service_CloudEndpoints struct {

	// The name of the Cloud Endpoints service underlying this service.
	// Corresponds to the `service` resource label in the `api` monitored
	// resource: https://cloud.google.com/monitoring/api/resources#tag_api
	Service string `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	// contains filtered or unexported fields
}

Cloud Endpoints service. Learn more at https://cloud.google.com/endpoints.

func (*Service_CloudEndpoints) Descriptor deprecated

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

Deprecated: Use Service_CloudEndpoints.ProtoReflect.Descriptor instead.

func (*Service_CloudEndpoints) GetService

func (x *Service_CloudEndpoints) GetService() string

func (*Service_CloudEndpoints) ProtoMessage

func (*Service_CloudEndpoints) ProtoMessage()

func (*Service_CloudEndpoints) ProtoReflect

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

func (*Service_CloudEndpoints) Reset

func (x *Service_CloudEndpoints) Reset()

func (*Service_CloudEndpoints) String

func (x *Service_CloudEndpoints) String() string

type Service_CloudEndpoints_

type Service_CloudEndpoints_ struct {
	// Type used for Cloud Endpoints services.
	CloudEndpoints *Service_CloudEndpoints `protobuf:"bytes,8,opt,name=cloud_endpoints,json=cloudEndpoints,proto3,oneof"`
}

type Service_ClusterIstio

type Service_ClusterIstio struct {

	// The location of the Kubernetes cluster in which this Istio service is
	// defined. Corresponds to the `location` resource label in `k8s_cluster`
	// resources.
	Location string `protobuf:"bytes,1,opt,name=location,proto3" json:"location,omitempty"`
	// The name of the Kubernetes cluster in which this Istio service is
	// defined. Corresponds to the `cluster_name` resource label in
	// `k8s_cluster` resources.
	ClusterName string `protobuf:"bytes,2,opt,name=cluster_name,json=clusterName,proto3" json:"cluster_name,omitempty"`
	// The namespace of the Istio service underlying this service. Corresponds
	// to the `destination_service_namespace` metric label in Istio metrics.
	ServiceNamespace string `protobuf:"bytes,3,opt,name=service_namespace,json=serviceNamespace,proto3" json:"service_namespace,omitempty"`
	// The name of the Istio service underlying this service. Corresponds to the
	// `destination_service_name` metric label in Istio metrics.
	ServiceName string `protobuf:"bytes,4,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	// contains filtered or unexported fields
}

Istio service scoped to a single Kubernetes cluster. Learn more at https://istio.io. Clusters running OSS Istio will have their services ingested as this type.

func (*Service_ClusterIstio) Descriptor deprecated

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

Deprecated: Use Service_ClusterIstio.ProtoReflect.Descriptor instead.

func (*Service_ClusterIstio) GetClusterName

func (x *Service_ClusterIstio) GetClusterName() string

func (*Service_ClusterIstio) GetLocation

func (x *Service_ClusterIstio) GetLocation() string

func (*Service_ClusterIstio) GetServiceName

func (x *Service_ClusterIstio) GetServiceName() string

func (*Service_ClusterIstio) GetServiceNamespace

func (x *Service_ClusterIstio) GetServiceNamespace() string

func (*Service_ClusterIstio) ProtoMessage

func (*Service_ClusterIstio) ProtoMessage()

func (*Service_ClusterIstio) ProtoReflect

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

func (*Service_ClusterIstio) Reset

func (x *Service_ClusterIstio) Reset()

func (*Service_ClusterIstio) String

func (x *Service_ClusterIstio) String() string

type Service_ClusterIstio_

type Service_ClusterIstio_ struct {
	// Type used for Istio services that live in a Kubernetes cluster.
	ClusterIstio *Service_ClusterIstio `protobuf:"bytes,9,opt,name=cluster_istio,json=clusterIstio,proto3,oneof"`
}

type Service_Custom

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

Custom view of service telemetry. Currently a place-holder pending final design.

func (*Service_Custom) Descriptor deprecated

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

Deprecated: Use Service_Custom.ProtoReflect.Descriptor instead.

func (*Service_Custom) ProtoMessage

func (*Service_Custom) ProtoMessage()

func (*Service_Custom) ProtoReflect

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

func (*Service_Custom) Reset

func (x *Service_Custom) Reset()

func (*Service_Custom) String

func (x *Service_Custom) String() string

type Service_Custom_

type Service_Custom_ struct {
	// Custom service type.
	Custom *Service_Custom `protobuf:"bytes,6,opt,name=custom,proto3,oneof"`
}

type Service_IstioCanonicalService

type Service_IstioCanonicalService struct {

	// Identifier for the Istio mesh in which this canonical service is defined.
	// Corresponds to the `mesh_uid` metric label in
	// [Istio metrics](https://cloud.google.com/monitoring/api/metrics_istio).
	MeshUid string `protobuf:"bytes,1,opt,name=mesh_uid,json=meshUid,proto3" json:"mesh_uid,omitempty"`
	// The namespace of the canonical service underlying this service.
	// Corresponds to the `destination_canonical_service_namespace` metric
	// label in [Istio
	// metrics](https://cloud.google.com/monitoring/api/metrics_istio).
	CanonicalServiceNamespace string `` /* 138-byte string literal not displayed */
	// The name of the canonical service underlying this service.
	// Corresponds to the `destination_canonical_service_name` metric label in
	// label in [Istio
	// metrics](https://cloud.google.com/monitoring/api/metrics_istio).
	CanonicalService string `protobuf:"bytes,4,opt,name=canonical_service,json=canonicalService,proto3" json:"canonical_service,omitempty"`
	// contains filtered or unexported fields
}

Canonical service scoped to an Istio mesh. Anthos clusters running ASM >= 1.6.8 will have their services ingested as this type.

func (*Service_IstioCanonicalService) Descriptor deprecated

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

Deprecated: Use Service_IstioCanonicalService.ProtoReflect.Descriptor instead.

func (*Service_IstioCanonicalService) GetCanonicalService

func (x *Service_IstioCanonicalService) GetCanonicalService() string

func (*Service_IstioCanonicalService) GetCanonicalServiceNamespace

func (x *Service_IstioCanonicalService) GetCanonicalServiceNamespace() string

func (*Service_IstioCanonicalService) GetMeshUid

func (x *Service_IstioCanonicalService) GetMeshUid() string

func (*Service_IstioCanonicalService) ProtoMessage

func (*Service_IstioCanonicalService) ProtoMessage()

func (*Service_IstioCanonicalService) ProtoReflect

func (*Service_IstioCanonicalService) Reset

func (x *Service_IstioCanonicalService) Reset()

func (*Service_IstioCanonicalService) String

type Service_IstioCanonicalService_

type Service_IstioCanonicalService_ struct {
	// Type used for canonical services scoped to an Istio mesh.
	// Metrics for Istio are
	// [documented here](https://istio.io/latest/docs/reference/config/metrics/)
	IstioCanonicalService *Service_IstioCanonicalService `protobuf:"bytes,11,opt,name=istio_canonical_service,json=istioCanonicalService,proto3,oneof"`
}

type Service_MeshIstio

type Service_MeshIstio struct {

	// Identifier for the mesh in which this Istio service is defined.
	// Corresponds to the `mesh_uid` metric label in Istio metrics.
	MeshUid string `protobuf:"bytes,1,opt,name=mesh_uid,json=meshUid,proto3" json:"mesh_uid,omitempty"`
	// The namespace of the Istio service underlying this service. Corresponds
	// to the `destination_service_namespace` metric label in Istio metrics.
	ServiceNamespace string `protobuf:"bytes,3,opt,name=service_namespace,json=serviceNamespace,proto3" json:"service_namespace,omitempty"`
	// The name of the Istio service underlying this service. Corresponds to the
	// `destination_service_name` metric label in Istio metrics.
	ServiceName string `protobuf:"bytes,4,opt,name=service_name,json=serviceName,proto3" json:"service_name,omitempty"`
	// contains filtered or unexported fields
}

Istio service scoped to an Istio mesh. Anthos clusters running ASM < 1.6.8 will have their services ingested as this type.

func (*Service_MeshIstio) Descriptor deprecated

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

Deprecated: Use Service_MeshIstio.ProtoReflect.Descriptor instead.

func (*Service_MeshIstio) GetMeshUid

func (x *Service_MeshIstio) GetMeshUid() string

func (*Service_MeshIstio) GetServiceName

func (x *Service_MeshIstio) GetServiceName() string

func (*Service_MeshIstio) GetServiceNamespace

func (x *Service_MeshIstio) GetServiceNamespace() string

func (*Service_MeshIstio) ProtoMessage

func (*Service_MeshIstio) ProtoMessage()

func (*Service_MeshIstio) ProtoReflect

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

func (*Service_MeshIstio) Reset

func (x *Service_MeshIstio) Reset()

func (*Service_MeshIstio) String

func (x *Service_MeshIstio) String() string

type Service_MeshIstio_

type Service_MeshIstio_ struct {
	// Type used for Istio services scoped to an Istio mesh.
	MeshIstio *Service_MeshIstio `protobuf:"bytes,10,opt,name=mesh_istio,json=meshIstio,proto3,oneof"`
}

type Service_Telemetry

type Service_Telemetry struct {

	// The full name of the resource that defines this service. Formatted as
	// described in https://cloud.google.com/apis/design/resource_names.
	ResourceName string `protobuf:"bytes,1,opt,name=resource_name,json=resourceName,proto3" json:"resource_name,omitempty"`
	// contains filtered or unexported fields
}

Configuration for how to query telemetry on a Service.

func (*Service_Telemetry) Descriptor deprecated

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

Deprecated: Use Service_Telemetry.ProtoReflect.Descriptor instead.

func (*Service_Telemetry) GetResourceName

func (x *Service_Telemetry) GetResourceName() string

func (*Service_Telemetry) ProtoMessage

func (*Service_Telemetry) ProtoMessage()

func (*Service_Telemetry) ProtoReflect

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

func (*Service_Telemetry) Reset

func (x *Service_Telemetry) Reset()

func (*Service_Telemetry) String

func (x *Service_Telemetry) String() string

type Snooze added in v1.11.0

type Snooze struct {

	// Required. The name of the `Snooze`. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/snoozes/[SNOOZE_ID]
	//
	// The ID of the `Snooze` will be generated by the system.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. This defines the criteria for applying the `Snooze`. See
	// `Criteria` for more information.
	Criteria *Snooze_Criteria `protobuf:"bytes,3,opt,name=criteria,proto3" json:"criteria,omitempty"`
	// Required. The `Snooze` will be active from `interval.start_time` through
	// `interval.end_time`.
	// `interval.start_time` cannot be in the past. There is a 15 second clock
	// skew to account for the time it takes for a request to reach the API from
	// the UI.
	Interval *TimeInterval `protobuf:"bytes,4,opt,name=interval,proto3" json:"interval,omitempty"`
	// Required. A display name for the `Snooze`. This can be, at most, 512
	// unicode characters.
	DisplayName string `protobuf:"bytes,5,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// contains filtered or unexported fields
}

A `Snooze` will prevent any alerts from being opened, and close any that are already open. The `Snooze` will work on alerts that match the criteria defined in the `Snooze`. The `Snooze` will be active from `interval.start_time` through `interval.end_time`.

func (*Snooze) Descriptor deprecated added in v1.11.0

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

Deprecated: Use Snooze.ProtoReflect.Descriptor instead.

func (*Snooze) GetCriteria added in v1.11.0

func (x *Snooze) GetCriteria() *Snooze_Criteria

func (*Snooze) GetDisplayName added in v1.11.0

func (x *Snooze) GetDisplayName() string

func (*Snooze) GetInterval added in v1.11.0

func (x *Snooze) GetInterval() *TimeInterval

func (*Snooze) GetName added in v1.11.0

func (x *Snooze) GetName() string

func (*Snooze) ProtoMessage added in v1.11.0

func (*Snooze) ProtoMessage()

func (*Snooze) ProtoReflect added in v1.11.0

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

func (*Snooze) Reset added in v1.11.0

func (x *Snooze) Reset()

func (*Snooze) String added in v1.11.0

func (x *Snooze) String() string

type SnoozeServiceClient added in v1.11.0

type SnoozeServiceClient interface {
	// Creates a `Snooze` that will prevent alerts, which match the provided
	// criteria, from being opened. The `Snooze` applies for a specific time
	// interval.
	CreateSnooze(ctx context.Context, in *CreateSnoozeRequest, opts ...grpc.CallOption) (*Snooze, error)
	// Lists the `Snooze`s associated with a project. Can optionally pass in
	// `filter`, which specifies predicates to match `Snooze`s.
	ListSnoozes(ctx context.Context, in *ListSnoozesRequest, opts ...grpc.CallOption) (*ListSnoozesResponse, error)
	// Retrieves a `Snooze` by `name`.
	GetSnooze(ctx context.Context, in *GetSnoozeRequest, opts ...grpc.CallOption) (*Snooze, error)
	// Updates a `Snooze`, identified by its `name`, with the parameters in the
	// given `Snooze` object.
	UpdateSnooze(ctx context.Context, in *UpdateSnoozeRequest, opts ...grpc.CallOption) (*Snooze, error)
}

SnoozeServiceClient is the client API for SnoozeService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

func NewSnoozeServiceClient added in v1.11.0

func NewSnoozeServiceClient(cc grpc.ClientConnInterface) SnoozeServiceClient

type SnoozeServiceServer added in v1.11.0

type SnoozeServiceServer interface {
	// Creates a `Snooze` that will prevent alerts, which match the provided
	// criteria, from being opened. The `Snooze` applies for a specific time
	// interval.
	CreateSnooze(context.Context, *CreateSnoozeRequest) (*Snooze, error)
	// Lists the `Snooze`s associated with a project. Can optionally pass in
	// `filter`, which specifies predicates to match `Snooze`s.
	ListSnoozes(context.Context, *ListSnoozesRequest) (*ListSnoozesResponse, error)
	// Retrieves a `Snooze` by `name`.
	GetSnooze(context.Context, *GetSnoozeRequest) (*Snooze, error)
	// Updates a `Snooze`, identified by its `name`, with the parameters in the
	// given `Snooze` object.
	UpdateSnooze(context.Context, *UpdateSnoozeRequest) (*Snooze, error)
}

SnoozeServiceServer is the server API for SnoozeService service.

type Snooze_Criteria added in v1.11.0

type Snooze_Criteria struct {

	// The specific `AlertPolicy` names for the alert that should be snoozed.
	// The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/alertPolicies/[POLICY_ID]
	//
	// There is a limit of 16 policies per snooze. This limit is checked during
	// snooze creation.
	Policies []string `protobuf:"bytes,1,rep,name=policies,proto3" json:"policies,omitempty"`
	// contains filtered or unexported fields
}

Criteria specific to the `AlertPolicy`s that this `Snooze` applies to. The `Snooze` will suppress alerts that come from one of the `AlertPolicy`s whose names are supplied.

func (*Snooze_Criteria) Descriptor deprecated added in v1.11.0

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

Deprecated: Use Snooze_Criteria.ProtoReflect.Descriptor instead.

func (*Snooze_Criteria) GetPolicies added in v1.11.0

func (x *Snooze_Criteria) GetPolicies() []string

func (*Snooze_Criteria) ProtoMessage added in v1.11.0

func (*Snooze_Criteria) ProtoMessage()

func (*Snooze_Criteria) ProtoReflect added in v1.11.0

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

func (*Snooze_Criteria) Reset added in v1.11.0

func (x *Snooze_Criteria) Reset()

func (*Snooze_Criteria) String added in v1.11.0

func (x *Snooze_Criteria) String() string

type SpanContext

type SpanContext struct {

	// The resource name of the span. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]
	//
	// `[TRACE_ID]` is a unique identifier for a trace within a project;
	// it is a 32-character hexadecimal encoding of a 16-byte array.
	//
	// `[SPAN_ID]` is a unique identifier for a span within a trace; it
	// is a 16-character hexadecimal encoding of an 8-byte array.
	SpanName string `protobuf:"bytes,1,opt,name=span_name,json=spanName,proto3" json:"span_name,omitempty"`
	// contains filtered or unexported fields
}

The context of a span. This is attached to an [Exemplar][google.api.Distribution.Exemplar] in [Distribution][google.api.Distribution] values during aggregation.

It contains the name of a span with format:

projects/[PROJECT_ID_OR_NUMBER]/traces/[TRACE_ID]/spans/[SPAN_ID]

func (*SpanContext) Descriptor deprecated

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

Deprecated: Use SpanContext.ProtoReflect.Descriptor instead.

func (*SpanContext) GetSpanName

func (x *SpanContext) GetSpanName() string

func (*SpanContext) ProtoMessage

func (*SpanContext) ProtoMessage()

func (*SpanContext) ProtoReflect

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

func (*SpanContext) Reset

func (x *SpanContext) Reset()

func (*SpanContext) String

func (x *SpanContext) String() string

type TextLocator

type TextLocator struct {

	// The source of the text. The source may be a field in the request, in which
	// case its format is the format of the
	// google.rpc.BadRequest.FieldViolation.field field in
	// https://cloud.google.com/apis/design/errors#error_details. It may also be
	// be a source other than the request field (e.g. a macro definition
	// referenced in the text of the query), in which case this is the name of
	// the source (e.g. the macro name).
	Source string `protobuf:"bytes,1,opt,name=source,proto3" json:"source,omitempty"`
	// The position of the first byte within the text.
	StartPosition *TextLocator_Position `protobuf:"bytes,2,opt,name=start_position,json=startPosition,proto3" json:"start_position,omitempty"`
	// The position of the last byte within the text.
	EndPosition *TextLocator_Position `protobuf:"bytes,3,opt,name=end_position,json=endPosition,proto3" json:"end_position,omitempty"`
	// If `source`, `start_position`, and `end_position` describe a call on
	// some object (e.g. a macro in the time series query language text) and a
	// location is to be designated in that object's text, `nested_locator`
	// identifies the location within that object.
	NestedLocator *TextLocator `protobuf:"bytes,4,opt,name=nested_locator,json=nestedLocator,proto3" json:"nested_locator,omitempty"`
	// When `nested_locator` is set, this field gives the reason for the nesting.
	// Usually, the reason is a macro invocation. In that case, the macro name
	// (including the leading '@') signals the location of the macro call
	// in the text and a macro argument name (including the leading '$') signals
	// the location of the macro argument inside the macro body that got
	// substituted away.
	NestingReason string `protobuf:"bytes,5,opt,name=nesting_reason,json=nestingReason,proto3" json:"nesting_reason,omitempty"`
	// contains filtered or unexported fields
}

A locator for text. Indicates a particular part of the text of a request or of an object referenced in the request.

For example, suppose the request field `text` contains:

text: "The quick brown fox jumps over the lazy dog."

Then the locator:

source: "text"
start_position {
  line: 1
  column: 17
}
end_position {
  line: 1
  column: 19
}

refers to the part of the text: "fox".

func (*TextLocator) Descriptor deprecated

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

Deprecated: Use TextLocator.ProtoReflect.Descriptor instead.

func (*TextLocator) GetEndPosition

func (x *TextLocator) GetEndPosition() *TextLocator_Position

func (*TextLocator) GetNestedLocator

func (x *TextLocator) GetNestedLocator() *TextLocator

func (*TextLocator) GetNestingReason

func (x *TextLocator) GetNestingReason() string

func (*TextLocator) GetSource

func (x *TextLocator) GetSource() string

func (*TextLocator) GetStartPosition

func (x *TextLocator) GetStartPosition() *TextLocator_Position

func (*TextLocator) ProtoMessage

func (*TextLocator) ProtoMessage()

func (*TextLocator) ProtoReflect

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

func (*TextLocator) Reset

func (x *TextLocator) Reset()

func (*TextLocator) String

func (x *TextLocator) String() string

type TextLocator_Position

type TextLocator_Position struct {

	// The line, starting with 1, where the byte is positioned.
	Line int32 `protobuf:"varint,1,opt,name=line,proto3" json:"line,omitempty"`
	// The column within the line, starting with 1, where the byte is
	// positioned. This is a byte index even though the text is UTF-8.
	Column int32 `protobuf:"varint,2,opt,name=column,proto3" json:"column,omitempty"`
	// contains filtered or unexported fields
}

The position of a byte within the text.

func (*TextLocator_Position) Descriptor deprecated

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

Deprecated: Use TextLocator_Position.ProtoReflect.Descriptor instead.

func (*TextLocator_Position) GetColumn

func (x *TextLocator_Position) GetColumn() int32

func (*TextLocator_Position) GetLine

func (x *TextLocator_Position) GetLine() int32

func (*TextLocator_Position) ProtoMessage

func (*TextLocator_Position) ProtoMessage()

func (*TextLocator_Position) ProtoReflect

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

func (*TextLocator_Position) Reset

func (x *TextLocator_Position) Reset()

func (*TextLocator_Position) String

func (x *TextLocator_Position) String() string

type TimeInterval

type TimeInterval struct {

	// Required. The end of the time interval.
	EndTime *timestamppb.Timestamp `protobuf:"bytes,2,opt,name=end_time,json=endTime,proto3" json:"end_time,omitempty"`
	// Optional. The beginning of the time interval.  The default value
	// for the start time is the end time. The start time must not be
	// later than the end time.
	StartTime *timestamppb.Timestamp `protobuf:"bytes,1,opt,name=start_time,json=startTime,proto3" json:"start_time,omitempty"`
	// contains filtered or unexported fields
}

Describes a time interval:

  • Reads: A half-open time interval. It includes the end time but excludes the start time: `(startTime, endTime]`. The start time must be specified, must be earlier than the end time, and should be no older than the data retention period for the metric.
  • Writes: A closed time interval. It extends from the start time to the end time, and includes both: `[startTime, endTime]`. Valid time intervals depend on the [`MetricKind`](https://cloud.google.com/monitoring/api/ref_v3/rest/v3/projects.metricDescriptors#MetricKind) of the metric value. The end time must not be earlier than the start time, and the end time must not be more than 25 hours in the past or more than five minutes in the future.
  • For `GAUGE` metrics, the `startTime` value is technically optional; if no value is specified, the start time defaults to the value of the end time, and the interval represents a single point in time. If both start and end times are specified, they must be identical. Such an interval is valid only for `GAUGE` metrics, which are point-in-time measurements. The end time of a new interval must be at least a millisecond after the end time of the previous interval.
  • For `DELTA` metrics, the start time and end time must specify a non-zero interval, with subsequent points specifying contiguous and non-overlapping intervals. For `DELTA` metrics, the start time of the next interval must be at least a millisecond after the end time of the previous interval.
  • For `CUMULATIVE` metrics, the start time and end time must specify a non-zero interval, with subsequent points specifying the same start time and increasing end times, until an event resets the cumulative value to zero and sets a new start time for the following points. The new start time must be at least a millisecond after the end time of the previous interval.
  • The start time of a new interval must be at least a millisecond after the end time of the previous interval because intervals are closed. If the start time of a new interval is the same as the end time of the previous interval, then data written at the new start time could overwrite data written at the previous end time.

func (*TimeInterval) Descriptor deprecated

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

Deprecated: Use TimeInterval.ProtoReflect.Descriptor instead.

func (*TimeInterval) GetEndTime

func (x *TimeInterval) GetEndTime() *timestamppb.Timestamp

func (*TimeInterval) GetStartTime

func (x *TimeInterval) GetStartTime() *timestamppb.Timestamp

func (*TimeInterval) ProtoMessage

func (*TimeInterval) ProtoMessage()

func (*TimeInterval) ProtoReflect

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

func (*TimeInterval) Reset

func (x *TimeInterval) Reset()

func (*TimeInterval) String

func (x *TimeInterval) String() string

type TimeSeries

type TimeSeries struct {

	// The associated metric. A fully-specified metric used to identify the time
	// series.
	Metric *metric.Metric `protobuf:"bytes,1,opt,name=metric,proto3" json:"metric,omitempty"`
	// The associated monitored resource.  Custom metrics can use only certain
	// monitored resource types in their time series data. For more information,
	// see [Monitored resources for custom
	// metrics](https://cloud.google.com/monitoring/custom-metrics/creating-metrics#custom-metric-resources).
	Resource *monitoredres.MonitoredResource `protobuf:"bytes,2,opt,name=resource,proto3" json:"resource,omitempty"`
	// Output only. The associated monitored resource metadata. When reading a
	// time series, this field will include metadata labels that are explicitly
	// named in the reduction. When creating a time series, this field is ignored.
	Metadata *monitoredres.MonitoredResourceMetadata `protobuf:"bytes,7,opt,name=metadata,proto3" json:"metadata,omitempty"`
	// The metric kind of the time series. When listing time series, this metric
	// kind might be different from the metric kind of the associated metric if
	// this time series is an alignment or reduction of other time series.
	//
	// When creating a time series, this field is optional. If present, it must be
	// the same as the metric kind of the associated metric. If the associated
	// metric's descriptor must be auto-created, then this field specifies the
	// metric kind of the new descriptor and must be either `GAUGE` (the default)
	// or `CUMULATIVE`.
	MetricKind metric.MetricDescriptor_MetricKind `` /* 136-byte string literal not displayed */
	// The value type of the time series. When listing time series, this value
	// type might be different from the value type of the associated metric if
	// this time series is an alignment or reduction of other time series.
	//
	// When creating a time series, this field is optional. If present, it must be
	// the same as the type of the data in the `points` field.
	ValueType metric.MetricDescriptor_ValueType `` /* 132-byte string literal not displayed */
	// The data points of this time series. When listing time series, points are
	// returned in reverse time order.
	//
	// When creating a time series, this field must contain exactly one point and
	// the point's type must be the same as the value type of the associated
	// metric. If the associated metric's descriptor must be auto-created, then
	// the value type of the descriptor is determined by the point's type, which
	// must be `BOOL`, `INT64`, `DOUBLE`, or `DISTRIBUTION`.
	Points []*Point `protobuf:"bytes,5,rep,name=points,proto3" json:"points,omitempty"`
	// The units in which the metric value is reported. It is only applicable
	// if the `value_type` is `INT64`, `DOUBLE`, or `DISTRIBUTION`. The `unit`
	// defines the representation of the stored metric values.
	Unit string `protobuf:"bytes,8,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

A collection of data points that describes the time-varying values of a metric. A time series is identified by a combination of a fully-specified monitored resource and a fully-specified metric. This type is used for both listing and creating time series.

func (*TimeSeries) Descriptor deprecated

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

Deprecated: Use TimeSeries.ProtoReflect.Descriptor instead.

func (*TimeSeries) GetMetadata

func (*TimeSeries) GetMetric

func (x *TimeSeries) GetMetric() *metric.Metric

func (*TimeSeries) GetMetricKind

func (x *TimeSeries) GetMetricKind() metric.MetricDescriptor_MetricKind

func (*TimeSeries) GetPoints

func (x *TimeSeries) GetPoints() []*Point

func (*TimeSeries) GetResource

func (x *TimeSeries) GetResource() *monitoredres.MonitoredResource

func (*TimeSeries) GetUnit

func (x *TimeSeries) GetUnit() string

func (*TimeSeries) GetValueType

func (x *TimeSeries) GetValueType() metric.MetricDescriptor_ValueType

func (*TimeSeries) ProtoMessage

func (*TimeSeries) ProtoMessage()

func (*TimeSeries) ProtoReflect

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

func (*TimeSeries) Reset

func (x *TimeSeries) Reset()

func (*TimeSeries) String

func (x *TimeSeries) String() string

type TimeSeriesData

type TimeSeriesData struct {

	// The values of the labels in the time series identifier, given in the same
	// order as the `label_descriptors` field of the TimeSeriesDescriptor
	// associated with this object. Each value must have a value of the type
	// given in the corresponding entry of `label_descriptors`.
	LabelValues []*LabelValue `protobuf:"bytes,1,rep,name=label_values,json=labelValues,proto3" json:"label_values,omitempty"`
	// The points in the time series.
	PointData []*TimeSeriesData_PointData `protobuf:"bytes,2,rep,name=point_data,json=pointData,proto3" json:"point_data,omitempty"`
	// contains filtered or unexported fields
}

Represents the values of a time series associated with a TimeSeriesDescriptor.

func (*TimeSeriesData) Descriptor deprecated

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

Deprecated: Use TimeSeriesData.ProtoReflect.Descriptor instead.

func (*TimeSeriesData) GetLabelValues

func (x *TimeSeriesData) GetLabelValues() []*LabelValue

func (*TimeSeriesData) GetPointData

func (x *TimeSeriesData) GetPointData() []*TimeSeriesData_PointData

func (*TimeSeriesData) ProtoMessage

func (*TimeSeriesData) ProtoMessage()

func (*TimeSeriesData) ProtoReflect

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

func (*TimeSeriesData) Reset

func (x *TimeSeriesData) Reset()

func (*TimeSeriesData) String

func (x *TimeSeriesData) String() string

type TimeSeriesData_PointData

type TimeSeriesData_PointData struct {

	// The values that make up the point.
	Values []*TypedValue `protobuf:"bytes,1,rep,name=values,proto3" json:"values,omitempty"`
	// The time interval associated with the point.
	TimeInterval *TimeInterval `protobuf:"bytes,2,opt,name=time_interval,json=timeInterval,proto3" json:"time_interval,omitempty"`
	// contains filtered or unexported fields
}

A point's value columns and time interval. Each point has one or more point values corresponding to the entries in `point_descriptors` field in the TimeSeriesDescriptor associated with this object.

func (*TimeSeriesData_PointData) Descriptor deprecated

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

Deprecated: Use TimeSeriesData_PointData.ProtoReflect.Descriptor instead.

func (*TimeSeriesData_PointData) GetTimeInterval

func (x *TimeSeriesData_PointData) GetTimeInterval() *TimeInterval

func (*TimeSeriesData_PointData) GetValues

func (x *TimeSeriesData_PointData) GetValues() []*TypedValue

func (*TimeSeriesData_PointData) ProtoMessage

func (*TimeSeriesData_PointData) ProtoMessage()

func (*TimeSeriesData_PointData) ProtoReflect

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

func (*TimeSeriesData_PointData) Reset

func (x *TimeSeriesData_PointData) Reset()

func (*TimeSeriesData_PointData) String

func (x *TimeSeriesData_PointData) String() string

type TimeSeriesDescriptor

type TimeSeriesDescriptor struct {

	// Descriptors for the labels.
	LabelDescriptors []*label.LabelDescriptor `protobuf:"bytes,1,rep,name=label_descriptors,json=labelDescriptors,proto3" json:"label_descriptors,omitempty"`
	// Descriptors for the point data value columns.
	PointDescriptors []*TimeSeriesDescriptor_ValueDescriptor `protobuf:"bytes,5,rep,name=point_descriptors,json=pointDescriptors,proto3" json:"point_descriptors,omitempty"`
	// contains filtered or unexported fields
}

A descriptor for the labels and points in a time series.

func (*TimeSeriesDescriptor) Descriptor deprecated

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

Deprecated: Use TimeSeriesDescriptor.ProtoReflect.Descriptor instead.

func (*TimeSeriesDescriptor) GetLabelDescriptors

func (x *TimeSeriesDescriptor) GetLabelDescriptors() []*label.LabelDescriptor

func (*TimeSeriesDescriptor) GetPointDescriptors

func (x *TimeSeriesDescriptor) GetPointDescriptors() []*TimeSeriesDescriptor_ValueDescriptor

func (*TimeSeriesDescriptor) ProtoMessage

func (*TimeSeriesDescriptor) ProtoMessage()

func (*TimeSeriesDescriptor) ProtoReflect

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

func (*TimeSeriesDescriptor) Reset

func (x *TimeSeriesDescriptor) Reset()

func (*TimeSeriesDescriptor) String

func (x *TimeSeriesDescriptor) String() string

type TimeSeriesDescriptor_ValueDescriptor

type TimeSeriesDescriptor_ValueDescriptor struct {

	// The value key.
	Key string `protobuf:"bytes,1,opt,name=key,proto3" json:"key,omitempty"`
	// The value type.
	ValueType metric.MetricDescriptor_ValueType `` /* 132-byte string literal not displayed */
	// The value stream kind.
	MetricKind metric.MetricDescriptor_MetricKind `` /* 136-byte string literal not displayed */
	// The unit in which `time_series` point values are reported. `unit`
	// follows the UCUM format for units as seen in
	// https://unitsofmeasure.org/ucum.html.
	// `unit` is only valid if `value_type` is INTEGER, DOUBLE, DISTRIBUTION.
	Unit string `protobuf:"bytes,4,opt,name=unit,proto3" json:"unit,omitempty"`
	// contains filtered or unexported fields
}

A descriptor for the value columns in a data point.

func (*TimeSeriesDescriptor_ValueDescriptor) Descriptor deprecated

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

Deprecated: Use TimeSeriesDescriptor_ValueDescriptor.ProtoReflect.Descriptor instead.

func (*TimeSeriesDescriptor_ValueDescriptor) GetKey

func (*TimeSeriesDescriptor_ValueDescriptor) GetMetricKind

func (*TimeSeriesDescriptor_ValueDescriptor) GetUnit

func (*TimeSeriesDescriptor_ValueDescriptor) GetValueType

func (*TimeSeriesDescriptor_ValueDescriptor) ProtoMessage

func (*TimeSeriesDescriptor_ValueDescriptor) ProtoMessage()

func (*TimeSeriesDescriptor_ValueDescriptor) ProtoReflect

func (*TimeSeriesDescriptor_ValueDescriptor) Reset

func (*TimeSeriesDescriptor_ValueDescriptor) String

type TimeSeriesRatio

type TimeSeriesRatio struct {

	// A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
	// specifying a `TimeSeries` quantifying good service provided. Must have
	// `ValueType = DOUBLE` or `ValueType = INT64` and must have `MetricKind =
	// DELTA` or `MetricKind = CUMULATIVE`.
	GoodServiceFilter string `protobuf:"bytes,4,opt,name=good_service_filter,json=goodServiceFilter,proto3" json:"good_service_filter,omitempty"`
	// A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
	// specifying a `TimeSeries` quantifying bad service, either demanded service
	// that was not provided or demanded service that was of inadequate quality.
	// Must have `ValueType = DOUBLE` or `ValueType = INT64` and must have
	// `MetricKind = DELTA` or `MetricKind = CUMULATIVE`.
	BadServiceFilter string `protobuf:"bytes,5,opt,name=bad_service_filter,json=badServiceFilter,proto3" json:"bad_service_filter,omitempty"`
	// A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
	// specifying a `TimeSeries` quantifying total demanded service. Must have
	// `ValueType = DOUBLE` or `ValueType = INT64` and must have `MetricKind =
	// DELTA` or `MetricKind = CUMULATIVE`.
	TotalServiceFilter string `protobuf:"bytes,6,opt,name=total_service_filter,json=totalServiceFilter,proto3" json:"total_service_filter,omitempty"`
	// contains filtered or unexported fields
}

A `TimeSeriesRatio` specifies two `TimeSeries` to use for computing the `good_service / total_service` ratio. The specified `TimeSeries` must have `ValueType = DOUBLE` or `ValueType = INT64` and must have `MetricKind = DELTA` or `MetricKind = CUMULATIVE`. The `TimeSeriesRatio` must specify exactly two of good, bad, and total, and the relationship `good_service + bad_service = total_service` will be assumed.

func (*TimeSeriesRatio) Descriptor deprecated

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

Deprecated: Use TimeSeriesRatio.ProtoReflect.Descriptor instead.

func (*TimeSeriesRatio) GetBadServiceFilter

func (x *TimeSeriesRatio) GetBadServiceFilter() string

func (*TimeSeriesRatio) GetGoodServiceFilter

func (x *TimeSeriesRatio) GetGoodServiceFilter() string

func (*TimeSeriesRatio) GetTotalServiceFilter

func (x *TimeSeriesRatio) GetTotalServiceFilter() string

func (*TimeSeriesRatio) ProtoMessage

func (*TimeSeriesRatio) ProtoMessage()

func (*TimeSeriesRatio) ProtoReflect

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

func (*TimeSeriesRatio) Reset

func (x *TimeSeriesRatio) Reset()

func (*TimeSeriesRatio) String

func (x *TimeSeriesRatio) String() string

type TypedValue

type TypedValue struct {

	// The typed value field.
	//
	// Types that are assignable to Value:
	//
	//	*TypedValue_BoolValue
	//	*TypedValue_Int64Value
	//	*TypedValue_DoubleValue
	//	*TypedValue_StringValue
	//	*TypedValue_DistributionValue
	Value isTypedValue_Value `protobuf_oneof:"value"`
	// contains filtered or unexported fields
}

A single strongly-typed value.

func (*TypedValue) Descriptor deprecated

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

Deprecated: Use TypedValue.ProtoReflect.Descriptor instead.

func (*TypedValue) GetBoolValue

func (x *TypedValue) GetBoolValue() bool

func (*TypedValue) GetDistributionValue

func (x *TypedValue) GetDistributionValue() *distribution.Distribution

func (*TypedValue) GetDoubleValue

func (x *TypedValue) GetDoubleValue() float64

func (*TypedValue) GetInt64Value

func (x *TypedValue) GetInt64Value() int64

func (*TypedValue) GetStringValue

func (x *TypedValue) GetStringValue() string

func (*TypedValue) GetValue

func (m *TypedValue) GetValue() isTypedValue_Value

func (*TypedValue) ProtoMessage

func (*TypedValue) ProtoMessage()

func (*TypedValue) ProtoReflect

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

func (*TypedValue) Reset

func (x *TypedValue) Reset()

func (*TypedValue) String

func (x *TypedValue) String() string

type TypedValue_BoolValue

type TypedValue_BoolValue struct {
	// A Boolean value: `true` or `false`.
	BoolValue bool `protobuf:"varint,1,opt,name=bool_value,json=boolValue,proto3,oneof"`
}

type TypedValue_DistributionValue

type TypedValue_DistributionValue struct {
	// A distribution value.
	DistributionValue *distribution.Distribution `protobuf:"bytes,5,opt,name=distribution_value,json=distributionValue,proto3,oneof"`
}

type TypedValue_DoubleValue

type TypedValue_DoubleValue struct {
	// A 64-bit double-precision floating-point number. Its magnitude
	// is approximately &plusmn;10<sup>&plusmn;300</sup> and it has 16
	// significant digits of precision.
	DoubleValue float64 `protobuf:"fixed64,3,opt,name=double_value,json=doubleValue,proto3,oneof"`
}

type TypedValue_Int64Value

type TypedValue_Int64Value struct {
	// A 64-bit integer. Its range is approximately &plusmn;9.2x10<sup>18</sup>.
	Int64Value int64 `protobuf:"varint,2,opt,name=int64_value,json=int64Value,proto3,oneof"`
}

type TypedValue_StringValue

type TypedValue_StringValue struct {
	// A variable-length string value.
	StringValue string `protobuf:"bytes,4,opt,name=string_value,json=stringValue,proto3,oneof"`
}

type UnimplementedAlertPolicyServiceServer

type UnimplementedAlertPolicyServiceServer struct {
}

UnimplementedAlertPolicyServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedAlertPolicyServiceServer) CreateAlertPolicy

func (*UnimplementedAlertPolicyServiceServer) DeleteAlertPolicy

func (*UnimplementedAlertPolicyServiceServer) GetAlertPolicy

func (*UnimplementedAlertPolicyServiceServer) ListAlertPolicies

func (*UnimplementedAlertPolicyServiceServer) UpdateAlertPolicy

type UnimplementedGroupServiceServer

type UnimplementedGroupServiceServer struct {
}

UnimplementedGroupServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedGroupServiceServer) CreateGroup

func (*UnimplementedGroupServiceServer) DeleteGroup

func (*UnimplementedGroupServiceServer) GetGroup

func (*UnimplementedGroupServiceServer) ListGroupMembers

func (*UnimplementedGroupServiceServer) ListGroups

func (*UnimplementedGroupServiceServer) UpdateGroup

type UnimplementedMetricServiceServer

type UnimplementedMetricServiceServer struct {
}

UnimplementedMetricServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedMetricServiceServer) CreateMetricDescriptor

func (*UnimplementedMetricServiceServer) CreateServiceTimeSeries

func (*UnimplementedMetricServiceServer) CreateTimeSeries

func (*UnimplementedMetricServiceServer) DeleteMetricDescriptor

func (*UnimplementedMetricServiceServer) GetMetricDescriptor

func (*UnimplementedMetricServiceServer) ListTimeSeries

type UnimplementedNotificationChannelServiceServer

type UnimplementedNotificationChannelServiceServer struct {
}

UnimplementedNotificationChannelServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedNotificationChannelServiceServer) CreateNotificationChannel

func (*UnimplementedNotificationChannelServiceServer) DeleteNotificationChannel

func (*UnimplementedNotificationChannelServiceServer) GetNotificationChannel

func (*UnimplementedNotificationChannelServiceServer) GetNotificationChannelDescriptor

func (*UnimplementedNotificationChannelServiceServer) ListNotificationChannels

func (*UnimplementedNotificationChannelServiceServer) SendNotificationChannelVerificationCode

func (*UnimplementedNotificationChannelServiceServer) UpdateNotificationChannel

func (*UnimplementedNotificationChannelServiceServer) VerifyNotificationChannel

type UnimplementedQueryServiceServer

type UnimplementedQueryServiceServer struct {
}

UnimplementedQueryServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedQueryServiceServer) QueryTimeSeries

type UnimplementedServiceMonitoringServiceServer

type UnimplementedServiceMonitoringServiceServer struct {
}

UnimplementedServiceMonitoringServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedServiceMonitoringServiceServer) CreateService

func (*UnimplementedServiceMonitoringServiceServer) CreateServiceLevelObjective

func (*UnimplementedServiceMonitoringServiceServer) DeleteService

func (*UnimplementedServiceMonitoringServiceServer) DeleteServiceLevelObjective

func (*UnimplementedServiceMonitoringServiceServer) GetService

func (*UnimplementedServiceMonitoringServiceServer) GetServiceLevelObjective

func (*UnimplementedServiceMonitoringServiceServer) ListServices

func (*UnimplementedServiceMonitoringServiceServer) UpdateService

func (*UnimplementedServiceMonitoringServiceServer) UpdateServiceLevelObjective

type UnimplementedSnoozeServiceServer added in v1.11.0

type UnimplementedSnoozeServiceServer struct {
}

UnimplementedSnoozeServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedSnoozeServiceServer) CreateSnooze added in v1.11.0

func (*UnimplementedSnoozeServiceServer) GetSnooze added in v1.11.0

func (*UnimplementedSnoozeServiceServer) ListSnoozes added in v1.11.0

func (*UnimplementedSnoozeServiceServer) UpdateSnooze added in v1.11.0

type UnimplementedUptimeCheckServiceServer

type UnimplementedUptimeCheckServiceServer struct {
}

UnimplementedUptimeCheckServiceServer can be embedded to have forward compatible implementations.

func (*UnimplementedUptimeCheckServiceServer) CreateUptimeCheckConfig

func (*UnimplementedUptimeCheckServiceServer) DeleteUptimeCheckConfig

func (*UnimplementedUptimeCheckServiceServer) GetUptimeCheckConfig

func (*UnimplementedUptimeCheckServiceServer) ListUptimeCheckConfigs

func (*UnimplementedUptimeCheckServiceServer) ListUptimeCheckIps

func (*UnimplementedUptimeCheckServiceServer) UpdateUptimeCheckConfig

type UpdateAlertPolicyRequest

type UpdateAlertPolicyRequest struct {

	// Optional. A list of alerting policy field names. If this field is not
	// empty, each listed field in the existing alerting policy is set to the
	// value of the corresponding field in the supplied policy (`alert_policy`),
	// or to the field's default value if the field is not in the supplied
	// alerting policy.  Fields not listed retain their previous value.
	//
	// Examples of valid field masks include `display_name`, `documentation`,
	// `documentation.content`, `documentation.mime_type`, `user_labels`,
	// `user_label.nameofkey`, `enabled`, `conditions`, `combiner`, etc.
	//
	// If this field is empty, then the supplied alerting policy replaces the
	// existing policy. It is the same as deleting the existing policy and
	// adding the supplied policy, except for the following:
	//
	//   - The new policy will have the same `[ALERT_POLICY_ID]` as the former
	//     policy. This gives you continuity with the former policy in your
	//     notifications and incidents.
	//   - Conditions in the new policy will keep their former `[CONDITION_ID]` if
	//     the supplied condition includes the `name` field with that
	//     `[CONDITION_ID]`. If the supplied condition omits the `name` field,
	//     then a new `[CONDITION_ID]` is created.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. The updated alerting policy or the updated values for the
	// fields listed in `update_mask`.
	// If `update_mask` is not empty, any fields in this policy that are
	// not in `update_mask` are ignored.
	AlertPolicy *AlertPolicy `protobuf:"bytes,3,opt,name=alert_policy,json=alertPolicy,proto3" json:"alert_policy,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `UpdateAlertPolicy` request.

func (*UpdateAlertPolicyRequest) Descriptor deprecated

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

Deprecated: Use UpdateAlertPolicyRequest.ProtoReflect.Descriptor instead.

func (*UpdateAlertPolicyRequest) GetAlertPolicy

func (x *UpdateAlertPolicyRequest) GetAlertPolicy() *AlertPolicy

func (*UpdateAlertPolicyRequest) GetUpdateMask

func (x *UpdateAlertPolicyRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateAlertPolicyRequest) ProtoMessage

func (*UpdateAlertPolicyRequest) ProtoMessage()

func (*UpdateAlertPolicyRequest) ProtoReflect

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

func (*UpdateAlertPolicyRequest) Reset

func (x *UpdateAlertPolicyRequest) Reset()

func (*UpdateAlertPolicyRequest) String

func (x *UpdateAlertPolicyRequest) String() string

type UpdateGroupRequest

type UpdateGroupRequest struct {

	// Required. The new definition of the group.  All fields of the existing
	// group, excepting `name`, are replaced with the corresponding fields of this
	// group.
	Group *Group `protobuf:"bytes,2,opt,name=group,proto3" json:"group,omitempty"`
	// If true, validate this request but do not update the existing group.
	ValidateOnly bool `protobuf:"varint,3,opt,name=validate_only,json=validateOnly,proto3" json:"validate_only,omitempty"`
	// contains filtered or unexported fields
}

The `UpdateGroup` request.

func (*UpdateGroupRequest) Descriptor deprecated

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

Deprecated: Use UpdateGroupRequest.ProtoReflect.Descriptor instead.

func (*UpdateGroupRequest) GetGroup

func (x *UpdateGroupRequest) GetGroup() *Group

func (*UpdateGroupRequest) GetValidateOnly

func (x *UpdateGroupRequest) GetValidateOnly() bool

func (*UpdateGroupRequest) ProtoMessage

func (*UpdateGroupRequest) ProtoMessage()

func (*UpdateGroupRequest) ProtoReflect

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

func (*UpdateGroupRequest) Reset

func (x *UpdateGroupRequest) Reset()

func (*UpdateGroupRequest) String

func (x *UpdateGroupRequest) String() string

type UpdateNotificationChannelRequest

type UpdateNotificationChannelRequest struct {

	// The fields to update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. A description of the changes to be applied to the specified
	// notification channel. The description must provide a definition for
	// fields to be updated; the names of these fields should also be
	// included in the `update_mask`.
	NotificationChannel *NotificationChannel `protobuf:"bytes,3,opt,name=notification_channel,json=notificationChannel,proto3" json:"notification_channel,omitempty"`
	// contains filtered or unexported fields
}

The `UpdateNotificationChannel` request.

func (*UpdateNotificationChannelRequest) Descriptor deprecated

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

Deprecated: Use UpdateNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*UpdateNotificationChannelRequest) GetNotificationChannel

func (x *UpdateNotificationChannelRequest) GetNotificationChannel() *NotificationChannel

func (*UpdateNotificationChannelRequest) GetUpdateMask

func (*UpdateNotificationChannelRequest) ProtoMessage

func (*UpdateNotificationChannelRequest) ProtoMessage()

func (*UpdateNotificationChannelRequest) ProtoReflect

func (*UpdateNotificationChannelRequest) Reset

func (*UpdateNotificationChannelRequest) String

type UpdateServiceLevelObjectiveRequest

type UpdateServiceLevelObjectiveRequest struct {

	// Required. The `ServiceLevelObjective` to draw updates from.
	// The given `name` specifies the resource to update.
	ServiceLevelObjective *ServiceLevelObjective `` /* 126-byte string literal not displayed */
	// A set of field paths defining which fields to use for the update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

The `UpdateServiceLevelObjective` request.

func (*UpdateServiceLevelObjectiveRequest) Descriptor deprecated

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

Deprecated: Use UpdateServiceLevelObjectiveRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceLevelObjectiveRequest) GetServiceLevelObjective

func (x *UpdateServiceLevelObjectiveRequest) GetServiceLevelObjective() *ServiceLevelObjective

func (*UpdateServiceLevelObjectiveRequest) GetUpdateMask

func (*UpdateServiceLevelObjectiveRequest) ProtoMessage

func (*UpdateServiceLevelObjectiveRequest) ProtoMessage()

func (*UpdateServiceLevelObjectiveRequest) ProtoReflect

func (*UpdateServiceLevelObjectiveRequest) Reset

func (*UpdateServiceLevelObjectiveRequest) String

type UpdateServiceRequest

type UpdateServiceRequest struct {

	// Required. The `Service` to draw updates from.
	// The given `name` specifies the resource to update.
	Service *Service `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
	// A set of field paths defining which fields to use for the update.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

The `UpdateService` request.

func (*UpdateServiceRequest) Descriptor deprecated

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

Deprecated: Use UpdateServiceRequest.ProtoReflect.Descriptor instead.

func (*UpdateServiceRequest) GetService

func (x *UpdateServiceRequest) GetService() *Service

func (*UpdateServiceRequest) GetUpdateMask

func (x *UpdateServiceRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateServiceRequest) ProtoMessage

func (*UpdateServiceRequest) ProtoMessage()

func (*UpdateServiceRequest) ProtoReflect

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

func (*UpdateServiceRequest) Reset

func (x *UpdateServiceRequest) Reset()

func (*UpdateServiceRequest) String

func (x *UpdateServiceRequest) String() string

type UpdateSnoozeRequest added in v1.11.0

type UpdateSnoozeRequest struct {

	// Required. The `Snooze` to update. Must have the name field present.
	Snooze *Snooze `protobuf:"bytes,1,opt,name=snooze,proto3" json:"snooze,omitempty"`
	// Required. The fields to update.
	//
	// For each field listed in `update_mask`:
	//
	//   - If the `Snooze` object supplied in the `UpdateSnoozeRequest` has a
	//     value for that field, the value of the field in the existing `Snooze`
	//     will be set to the value of the field in the supplied `Snooze`.
	//   - If the field does not have a value in the supplied `Snooze`, the field
	//     in the existing `Snooze` is set to its default value.
	//
	// Fields not listed retain their existing value.
	//
	// The following are the field names that are accepted in `update_mask`:
	//
	//   - `display_name`
	//   - `interval.start_time`
	//   - `interval.end_time`
	//
	// That said, the start time and end time of the `Snooze` determines which
	// fields can legally be updated. Before attempting an update, users should
	// consult the documentation for `UpdateSnoozeRequest`, which talks about
	// which fields can be updated.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// contains filtered or unexported fields
}

The message definition for updating a `Snooze`. The field, `snooze.name` identifies the `Snooze` to be updated. The remainder of `snooze` gives the content the `Snooze` in question will be assigned.

What fields can be updated depends on the start time and end time of the `Snooze`.

  • end time is in the past: These `Snooze`s are considered read-only and cannot be updated.
  • start time is in the past and end time is in the future: `display_name` and `interval.end_time` can be updated.
  • start time is in the future: `display_name`, `interval.start_time` and `interval.end_time` can be updated.

func (*UpdateSnoozeRequest) Descriptor deprecated added in v1.11.0

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

Deprecated: Use UpdateSnoozeRequest.ProtoReflect.Descriptor instead.

func (*UpdateSnoozeRequest) GetSnooze added in v1.11.0

func (x *UpdateSnoozeRequest) GetSnooze() *Snooze

func (*UpdateSnoozeRequest) GetUpdateMask added in v1.11.0

func (x *UpdateSnoozeRequest) GetUpdateMask() *fieldmaskpb.FieldMask

func (*UpdateSnoozeRequest) ProtoMessage added in v1.11.0

func (*UpdateSnoozeRequest) ProtoMessage()

func (*UpdateSnoozeRequest) ProtoReflect added in v1.11.0

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

func (*UpdateSnoozeRequest) Reset added in v1.11.0

func (x *UpdateSnoozeRequest) Reset()

func (*UpdateSnoozeRequest) String added in v1.11.0

func (x *UpdateSnoozeRequest) String() string

type UpdateUptimeCheckConfigRequest

type UpdateUptimeCheckConfigRequest struct {

	// Optional. If present, only the listed fields in the current Uptime check
	// configuration are updated with values from the new configuration. If this
	// field is empty, then the current configuration is completely replaced with
	// the new configuration.
	UpdateMask *fieldmaskpb.FieldMask `protobuf:"bytes,2,opt,name=update_mask,json=updateMask,proto3" json:"update_mask,omitempty"`
	// Required. If an `updateMask` has been specified, this field gives
	// the values for the set of fields mentioned in the `updateMask`. If an
	// `updateMask` has not been given, this Uptime check configuration replaces
	// the current configuration. If a field is mentioned in `updateMask` but
	// the corresponding field is omitted in this partial Uptime check
	// configuration, it has the effect of deleting/clearing the field from the
	// configuration on the server.
	//
	// The following fields can be updated: `display_name`,
	// `http_check`, `tcp_check`, `timeout`, `content_matchers`, and
	// `selected_regions`.
	UptimeCheckConfig *UptimeCheckConfig `protobuf:"bytes,3,opt,name=uptime_check_config,json=uptimeCheckConfig,proto3" json:"uptime_check_config,omitempty"`
	// contains filtered or unexported fields
}

The protocol for the `UpdateUptimeCheckConfig` request.

func (*UpdateUptimeCheckConfigRequest) Descriptor deprecated

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

Deprecated: Use UpdateUptimeCheckConfigRequest.ProtoReflect.Descriptor instead.

func (*UpdateUptimeCheckConfigRequest) GetUpdateMask

func (*UpdateUptimeCheckConfigRequest) GetUptimeCheckConfig

func (x *UpdateUptimeCheckConfigRequest) GetUptimeCheckConfig() *UptimeCheckConfig

func (*UpdateUptimeCheckConfigRequest) ProtoMessage

func (*UpdateUptimeCheckConfigRequest) ProtoMessage()

func (*UpdateUptimeCheckConfigRequest) ProtoReflect

func (*UpdateUptimeCheckConfigRequest) Reset

func (x *UpdateUptimeCheckConfigRequest) Reset()

func (*UpdateUptimeCheckConfigRequest) String

type UptimeCheckConfig

type UptimeCheckConfig struct {

	// A unique resource name for this Uptime check configuration. The format is:
	//
	//	projects/[PROJECT_ID_OR_NUMBER]/uptimeCheckConfigs/[UPTIME_CHECK_ID]
	//
	// `[PROJECT_ID_OR_NUMBER]` is the Workspace host project associated with the
	// Uptime check.
	//
	// This field should be omitted when creating the Uptime check configuration;
	// on create, the resource name is assigned by the server and included in the
	// response.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// A human-friendly name for the Uptime check configuration. The display name
	// should be unique within a Cloud Monitoring Workspace in order to make it
	// easier to identify; however, uniqueness is not enforced. Required.
	DisplayName string `protobuf:"bytes,2,opt,name=display_name,json=displayName,proto3" json:"display_name,omitempty"`
	// The resource the check is checking. Required.
	//
	// Types that are assignable to Resource:
	//
	//	*UptimeCheckConfig_MonitoredResource
	//	*UptimeCheckConfig_ResourceGroup_
	Resource isUptimeCheckConfig_Resource `protobuf_oneof:"resource"`
	// The type of Uptime check request.
	//
	// Types that are assignable to CheckRequestType:
	//
	//	*UptimeCheckConfig_HttpCheck_
	//	*UptimeCheckConfig_TcpCheck_
	CheckRequestType isUptimeCheckConfig_CheckRequestType `protobuf_oneof:"check_request_type"`
	// How often, in seconds, the Uptime check is performed.
	// Currently, the only supported values are `60s` (1 minute), `300s`
	// (5 minutes), `600s` (10 minutes), and `900s` (15 minutes). Optional,
	// defaults to `60s`.
	Period *durationpb.Duration `protobuf:"bytes,7,opt,name=period,proto3" json:"period,omitempty"`
	// The maximum amount of time to wait for the request to complete (must be
	// between 1 and 60 seconds). Required.
	Timeout *durationpb.Duration `protobuf:"bytes,8,opt,name=timeout,proto3" json:"timeout,omitempty"`
	// The content that is expected to appear in the data returned by the target
	// server against which the check is run.  Currently, only the first entry
	// in the `content_matchers` list is supported, and additional entries will
	// be ignored. This field is optional and should only be specified if a
	// content match is required as part of the/ Uptime check.
	ContentMatchers []*UptimeCheckConfig_ContentMatcher `protobuf:"bytes,9,rep,name=content_matchers,json=contentMatchers,proto3" json:"content_matchers,omitempty"`
	// The type of checkers to use to execute the Uptime check.
	CheckerType UptimeCheckConfig_CheckerType `` /* 152-byte string literal not displayed */
	// The list of regions from which the check will be run.
	// Some regions contain one location, and others contain more than one.
	// If this field is specified, enough regions must be provided to include a
	// minimum of 3 locations.  Not specifying this field will result in Uptime
	// checks running from all available regions.
	SelectedRegions []UptimeCheckRegion `` /* 159-byte string literal not displayed */
	// If this is `true`, then checks are made only from the 'internal_checkers'.
	// If it is `false`, then checks are made only from the 'selected_regions'.
	// It is an error to provide 'selected_regions' when is_internal is `true`,
	// or to provide 'internal_checkers' when is_internal is `false`.
	//
	// Deprecated: Marked as deprecated in google/monitoring/v3/uptime.proto.
	IsInternal bool `protobuf:"varint,15,opt,name=is_internal,json=isInternal,proto3" json:"is_internal,omitempty"`
	// The internal checkers that this check will egress from. If `is_internal` is
	// `true` and this list is empty, the check will egress from all the
	// InternalCheckers configured for the project that owns this
	// `UptimeCheckConfig`.
	//
	// Deprecated: Marked as deprecated in google/monitoring/v3/uptime.proto.
	InternalCheckers []*InternalChecker `protobuf:"bytes,14,rep,name=internal_checkers,json=internalCheckers,proto3" json:"internal_checkers,omitempty"`
	// User-supplied key/value data to be used for organizing and
	// identifying the `UptimeCheckConfig` objects.
	//
	// The field can contain up to 64 entries. Each key and value is limited to
	// 63 Unicode characters or 128 bytes, whichever is smaller. Labels and
	// values can contain only lowercase letters, numerals, underscores, and
	// dashes. Keys must begin with a letter.
	UserLabels map[string]string `` /* 180-byte string literal not displayed */
	// contains filtered or unexported fields
}

This message configures which resources and services to monitor for availability.

func (*UptimeCheckConfig) Descriptor deprecated

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

Deprecated: Use UptimeCheckConfig.ProtoReflect.Descriptor instead.

func (*UptimeCheckConfig) GetCheckRequestType

func (m *UptimeCheckConfig) GetCheckRequestType() isUptimeCheckConfig_CheckRequestType

func (*UptimeCheckConfig) GetCheckerType added in v1.14.0

func (*UptimeCheckConfig) GetContentMatchers

func (x *UptimeCheckConfig) GetContentMatchers() []*UptimeCheckConfig_ContentMatcher

func (*UptimeCheckConfig) GetDisplayName

func (x *UptimeCheckConfig) GetDisplayName() string

func (*UptimeCheckConfig) GetHttpCheck

func (*UptimeCheckConfig) GetInternalCheckers deprecated

func (x *UptimeCheckConfig) GetInternalCheckers() []*InternalChecker

Deprecated: Marked as deprecated in google/monitoring/v3/uptime.proto.

func (*UptimeCheckConfig) GetIsInternal deprecated

func (x *UptimeCheckConfig) GetIsInternal() bool

Deprecated: Marked as deprecated in google/monitoring/v3/uptime.proto.

func (*UptimeCheckConfig) GetMonitoredResource

func (x *UptimeCheckConfig) GetMonitoredResource() *monitoredres.MonitoredResource

func (*UptimeCheckConfig) GetName

func (x *UptimeCheckConfig) GetName() string

func (*UptimeCheckConfig) GetPeriod

func (x *UptimeCheckConfig) GetPeriod() *durationpb.Duration

func (*UptimeCheckConfig) GetResource

func (m *UptimeCheckConfig) GetResource() isUptimeCheckConfig_Resource

func (*UptimeCheckConfig) GetResourceGroup

func (x *UptimeCheckConfig) GetResourceGroup() *UptimeCheckConfig_ResourceGroup

func (*UptimeCheckConfig) GetSelectedRegions

func (x *UptimeCheckConfig) GetSelectedRegions() []UptimeCheckRegion

func (*UptimeCheckConfig) GetTcpCheck

func (*UptimeCheckConfig) GetTimeout

func (x *UptimeCheckConfig) GetTimeout() *durationpb.Duration

func (*UptimeCheckConfig) GetUserLabels added in v1.14.0

func (x *UptimeCheckConfig) GetUserLabels() map[string]string

func (*UptimeCheckConfig) ProtoMessage

func (*UptimeCheckConfig) ProtoMessage()

func (*UptimeCheckConfig) ProtoReflect

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

func (*UptimeCheckConfig) Reset

func (x *UptimeCheckConfig) Reset()

func (*UptimeCheckConfig) String

func (x *UptimeCheckConfig) String() string

type UptimeCheckConfig_CheckerType added in v1.14.0

type UptimeCheckConfig_CheckerType int32

What kind of checkers are available to be used by the check.

const (
	// The default checker type. Currently converted to `STATIC_IP_CHECKERS`
	// on creation, the default conversion behavior may change in the future.
	UptimeCheckConfig_CHECKER_TYPE_UNSPECIFIED UptimeCheckConfig_CheckerType = 0
	// `STATIC_IP_CHECKERS` are used for uptime checks that perform egress
	// across the public internet. `STATIC_IP_CHECKERS` use the static IP
	// addresses returned by `ListUptimeCheckIps`.
	UptimeCheckConfig_STATIC_IP_CHECKERS UptimeCheckConfig_CheckerType = 1
	// `VPC_CHECKERS` are used for uptime checks that perform egress using
	// Service Directory and private network access. When using `VPC_CHECKERS`,
	// the monitored resource type must be `servicedirectory_service`.
	UptimeCheckConfig_VPC_CHECKERS UptimeCheckConfig_CheckerType = 3
)

func (UptimeCheckConfig_CheckerType) Descriptor added in v1.14.0

func (UptimeCheckConfig_CheckerType) Enum added in v1.14.0

func (UptimeCheckConfig_CheckerType) EnumDescriptor deprecated added in v1.14.0

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

Deprecated: Use UptimeCheckConfig_CheckerType.Descriptor instead.

func (UptimeCheckConfig_CheckerType) Number added in v1.14.0

func (UptimeCheckConfig_CheckerType) String added in v1.14.0

func (UptimeCheckConfig_CheckerType) Type added in v1.14.0

type UptimeCheckConfig_ContentMatcher

type UptimeCheckConfig_ContentMatcher struct {

	// String, regex or JSON content to match. Maximum 1024 bytes. An empty
	// `content` string indicates no content matching is to be performed.
	Content string `protobuf:"bytes,1,opt,name=content,proto3" json:"content,omitempty"`
	// The type of content matcher that will be applied to the server output,
	// compared to the `content` string when the check is run.
	Matcher UptimeCheckConfig_ContentMatcher_ContentMatcherOption `` /* 148-byte string literal not displayed */
	// Certain `ContentMatcherOption` types require additional information.
	// `MATCHES_JSON_PATH` or `NOT_MATCHES_JSON_PATH` require a
	// `JsonPathMatcher`; not used for other options.
	//
	// Types that are assignable to AdditionalMatcherInfo:
	//
	//	*UptimeCheckConfig_ContentMatcher_JsonPathMatcher_
	AdditionalMatcherInfo isUptimeCheckConfig_ContentMatcher_AdditionalMatcherInfo `protobuf_oneof:"additional_matcher_info"`
	// contains filtered or unexported fields
}

Optional. Used to perform content matching. This allows matching based on substrings and regular expressions, together with their negations. Only the first 4&nbsp;MB of an HTTP or HTTPS check's response (and the first 1&nbsp;MB of a TCP check's response) are examined for purposes of content matching.

func (*UptimeCheckConfig_ContentMatcher) Descriptor deprecated

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

Deprecated: Use UptimeCheckConfig_ContentMatcher.ProtoReflect.Descriptor instead.

func (*UptimeCheckConfig_ContentMatcher) GetAdditionalMatcherInfo added in v1.14.0

func (m *UptimeCheckConfig_ContentMatcher) GetAdditionalMatcherInfo() isUptimeCheckConfig_ContentMatcher_AdditionalMatcherInfo

func (*UptimeCheckConfig_ContentMatcher) GetContent

func (x *UptimeCheckConfig_ContentMatcher) GetContent() string

func (*UptimeCheckConfig_ContentMatcher) GetJsonPathMatcher added in v1.14.0

func (*UptimeCheckConfig_ContentMatcher) GetMatcher

func (*UptimeCheckConfig_ContentMatcher) ProtoMessage

func (*UptimeCheckConfig_ContentMatcher) ProtoMessage()

func (*UptimeCheckConfig_ContentMatcher) ProtoReflect

func (*UptimeCheckConfig_ContentMatcher) Reset

func (*UptimeCheckConfig_ContentMatcher) String

type UptimeCheckConfig_ContentMatcher_ContentMatcherOption

type UptimeCheckConfig_ContentMatcher_ContentMatcherOption int32

Options to perform content matching.

const (
	// No content matcher type specified (maintained for backward
	// compatibility, but deprecated for future use).
	// Treated as `CONTAINS_STRING`.
	UptimeCheckConfig_ContentMatcher_CONTENT_MATCHER_OPTION_UNSPECIFIED UptimeCheckConfig_ContentMatcher_ContentMatcherOption = 0
	// Selects substring matching. The match succeeds if the output contains
	// the `content` string.  This is the default value for checks without
	// a `matcher` option, or where the value of `matcher` is
	// `CONTENT_MATCHER_OPTION_UNSPECIFIED`.
	UptimeCheckConfig_ContentMatcher_CONTAINS_STRING UptimeCheckConfig_ContentMatcher_ContentMatcherOption = 1
	// Selects negation of substring matching. The match succeeds if the
	// output does _NOT_ contain the `content` string.
	UptimeCheckConfig_ContentMatcher_NOT_CONTAINS_STRING UptimeCheckConfig_ContentMatcher_ContentMatcherOption = 2
	// Selects regular-expression matching. The match succeeds if the output
	// matches the regular expression specified in the `content` string.
	// Regex matching is only supported for HTTP/HTTPS checks.
	UptimeCheckConfig_ContentMatcher_MATCHES_REGEX UptimeCheckConfig_ContentMatcher_ContentMatcherOption = 3
	// Selects negation of regular-expression matching. The match succeeds if
	// the output does _NOT_ match the regular expression specified in the
	// `content` string. Regex matching is only supported for HTTP/HTTPS
	// checks.
	UptimeCheckConfig_ContentMatcher_NOT_MATCHES_REGEX UptimeCheckConfig_ContentMatcher_ContentMatcherOption = 4
	// Selects JSONPath matching. See `JsonPathMatcher` for details on when
	// the match succeeds. JSONPath matching is only supported for HTTP/HTTPS
	// checks.
	UptimeCheckConfig_ContentMatcher_MATCHES_JSON_PATH UptimeCheckConfig_ContentMatcher_ContentMatcherOption = 5
	// Selects JSONPath matching. See `JsonPathMatcher` for details on when
	// the match succeeds. Succeeds when output does _NOT_ match as specified.
	// JSONPath is only supported for HTTP/HTTPS checks.
	UptimeCheckConfig_ContentMatcher_NOT_MATCHES_JSON_PATH UptimeCheckConfig_ContentMatcher_ContentMatcherOption = 6
)

func (UptimeCheckConfig_ContentMatcher_ContentMatcherOption) Descriptor

func (UptimeCheckConfig_ContentMatcher_ContentMatcherOption) Enum

func (UptimeCheckConfig_ContentMatcher_ContentMatcherOption) EnumDescriptor deprecated

Deprecated: Use UptimeCheckConfig_ContentMatcher_ContentMatcherOption.Descriptor instead.

func (UptimeCheckConfig_ContentMatcher_ContentMatcherOption) Number

func (UptimeCheckConfig_ContentMatcher_ContentMatcherOption) String

func (UptimeCheckConfig_ContentMatcher_ContentMatcherOption) Type

type UptimeCheckConfig_ContentMatcher_JsonPathMatcher added in v1.14.0

type UptimeCheckConfig_ContentMatcher_JsonPathMatcher struct {

	// JSONPath within the response output pointing to the expected
	// `ContentMatcher::content` to match against.
	JsonPath string `protobuf:"bytes,1,opt,name=json_path,json=jsonPath,proto3" json:"json_path,omitempty"`
	// The type of JSONPath match that will be applied to the JSON output
	// (`ContentMatcher.content`)
	JsonMatcher UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption `` /* 192-byte string literal not displayed */
	// contains filtered or unexported fields
}

Information needed to perform a JSONPath content match. Used for `ContentMatcherOption::MATCHES_JSON_PATH` and `ContentMatcherOption::NOT_MATCHES_JSON_PATH`.

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

Deprecated: Use UptimeCheckConfig_ContentMatcher_JsonPathMatcher.ProtoReflect.Descriptor instead.

func (*UptimeCheckConfig_ContentMatcher_JsonPathMatcher) GetJsonMatcher added in v1.14.0

func (*UptimeCheckConfig_ContentMatcher_JsonPathMatcher) GetJsonPath added in v1.14.0

func (*UptimeCheckConfig_ContentMatcher_JsonPathMatcher) ProtoMessage added in v1.14.0

func (*UptimeCheckConfig_ContentMatcher_JsonPathMatcher) ProtoReflect added in v1.14.0

func (*UptimeCheckConfig_ContentMatcher_JsonPathMatcher) Reset added in v1.14.0

func (*UptimeCheckConfig_ContentMatcher_JsonPathMatcher) String added in v1.14.0

type UptimeCheckConfig_ContentMatcher_JsonPathMatcher_ added in v1.14.0

type UptimeCheckConfig_ContentMatcher_JsonPathMatcher_ struct {
	// Matcher information for `MATCHES_JSON_PATH` and `NOT_MATCHES_JSON_PATH`
	JsonPathMatcher *UptimeCheckConfig_ContentMatcher_JsonPathMatcher `protobuf:"bytes,3,opt,name=json_path_matcher,json=jsonPathMatcher,proto3,oneof"`
}

type UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption added in v1.14.0

type UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption int32

Options to perform JSONPath content matching.

const (
	// No JSONPath matcher type specified (not valid).
	UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JSON_PATH_MATCHER_OPTION_UNSPECIFIED UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption = 0
	// Selects 'exact string' matching. The match succeeds if the content at
	// the `json_path` within the output is exactly the same as the
	// `content` string.
	UptimeCheckConfig_ContentMatcher_JsonPathMatcher_EXACT_MATCH UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption = 1
	// Selects regular-expression matching. The match succeeds if the
	// content at the `json_path` within the output matches the regular
	// expression specified in the `content` string.
	UptimeCheckConfig_ContentMatcher_JsonPathMatcher_REGEX_MATCH UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption = 2
)

func (UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption) Descriptor added in v1.14.0

func (UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption) Enum added in v1.14.0

func (UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption) EnumDescriptor deprecated added in v1.14.0

Deprecated: Use UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption.Descriptor instead.

func (UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption) Number added in v1.14.0

func (UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption) String added in v1.14.0

func (UptimeCheckConfig_ContentMatcher_JsonPathMatcher_JsonPathMatcherOption) Type added in v1.14.0

type UptimeCheckConfig_HttpCheck

type UptimeCheckConfig_HttpCheck struct {

	// The HTTP request method to use for the check. If set to
	// `METHOD_UNSPECIFIED` then `request_method` defaults to `GET`.
	RequestMethod UptimeCheckConfig_HttpCheck_RequestMethod `` /* 169-byte string literal not displayed */
	// If `true`, use HTTPS instead of HTTP to run the check.
	UseSsl bool `protobuf:"varint,1,opt,name=use_ssl,json=useSsl,proto3" json:"use_ssl,omitempty"`
	// Optional (defaults to "/"). The path to the page against which to run
	// the check. Will be combined with the `host` (specified within the
	// `monitored_resource`) and `port` to construct the full URL. If the
	// provided path does not begin with "/", a "/" will be prepended
	// automatically.
	Path string `protobuf:"bytes,2,opt,name=path,proto3" json:"path,omitempty"`
	// Optional (defaults to 80 when `use_ssl` is `false`, and 443 when
	// `use_ssl` is `true`). The TCP port on the HTTP server against which to
	// run the check. Will be combined with host (specified within the
	// `monitored_resource`) and `path` to construct the full URL.
	Port int32 `protobuf:"varint,3,opt,name=port,proto3" json:"port,omitempty"`
	// The authentication information. Optional when creating an HTTP check;
	// defaults to empty.
	AuthInfo *UptimeCheckConfig_HttpCheck_BasicAuthentication `protobuf:"bytes,4,opt,name=auth_info,json=authInfo,proto3" json:"auth_info,omitempty"`
	// Boolean specifying whether to encrypt the header information.
	// Encryption should be specified for any headers related to authentication
	// that you do not wish to be seen when retrieving the configuration. The
	// server will be responsible for encrypting the headers.
	// On Get/List calls, if `mask_headers` is set to `true` then the headers
	// will be obscured with `******.`
	MaskHeaders bool `protobuf:"varint,5,opt,name=mask_headers,json=maskHeaders,proto3" json:"mask_headers,omitempty"`
	// The list of headers to send as part of the Uptime check request.
	// If two headers have the same key and different values, they should
	// be entered as a single header, with the value being a comma-separated
	// list of all the desired values as described at
	// https://www.w3.org/Protocols/rfc2616/rfc2616.txt (page 31).
	// Entering two separate headers with the same key in a Create call will
	// cause the first to be overwritten by the second.
	// The maximum number of headers allowed is 100.
	Headers map[string]string `` /* 155-byte string literal not displayed */
	// The content type header to use for the check. The following
	// configurations result in errors:
	// 1. Content type is specified in both the `headers` field and the
	// `content_type` field.
	// 2. Request method is `GET` and `content_type` is not `TYPE_UNSPECIFIED`
	// 3. Request method is `POST` and `content_type` is `TYPE_UNSPECIFIED`.
	// 4. Request method is `POST` and a "Content-Type" header is provided via
	// `headers` field. The `content_type` field should be used instead.
	ContentType UptimeCheckConfig_HttpCheck_ContentType `` /* 161-byte string literal not displayed */
	// A user provided content type header to use for the check. The invalid
	// configurations outlined in the `content_type` field apply to
	// `custom_content_type`, as well as the following:
	// 1. `content_type` is `URL_ENCODED` and `custom_content_type` is set.
	// 2. `content_type` is `USER_PROVIDED` and `custom_content_type` is not
	// set.
	CustomContentType string `protobuf:"bytes,13,opt,name=custom_content_type,json=customContentType,proto3" json:"custom_content_type,omitempty"`
	// Boolean specifying whether to include SSL certificate validation as a
	// part of the Uptime check. Only applies to checks where
	// `monitored_resource` is set to `uptime_url`. If `use_ssl` is `false`,
	// setting `validate_ssl` to `true` has no effect.
	ValidateSsl bool `protobuf:"varint,7,opt,name=validate_ssl,json=validateSsl,proto3" json:"validate_ssl,omitempty"`
	// The request body associated with the HTTP POST request. If `content_type`
	// is `URL_ENCODED`, the body passed in must be URL-encoded. Users can
	// provide a `Content-Length` header via the `headers` field or the API will
	// do so. If the `request_method` is `GET` and `body` is not empty, the API
	// will return an error. The maximum byte size is 1 megabyte.
	//
	// Note: If client libraries aren't used (which performs the conversion
	// automatically) base64 encode your `body` data since the field is of
	// `bytes` type.
	Body []byte `protobuf:"bytes,10,opt,name=body,proto3" json:"body,omitempty"`
	// If present, the check will only pass if the HTTP response status code is
	// in this set of status codes. If empty, the HTTP status code will only
	// pass if the HTTP status code is 200-299.
	AcceptedResponseStatusCodes []*UptimeCheckConfig_HttpCheck_ResponseStatusCode `` /* 147-byte string literal not displayed */
	// Contains information needed to add pings to an HTTP check.
	PingConfig *UptimeCheckConfig_PingConfig `protobuf:"bytes,12,opt,name=ping_config,json=pingConfig,proto3" json:"ping_config,omitempty"`
	// contains filtered or unexported fields
}

Information involved in an HTTP/HTTPS Uptime check request.

func (*UptimeCheckConfig_HttpCheck) Descriptor deprecated

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

Deprecated: Use UptimeCheckConfig_HttpCheck.ProtoReflect.Descriptor instead.

func (*UptimeCheckConfig_HttpCheck) GetAcceptedResponseStatusCodes added in v1.14.0

func (x *UptimeCheckConfig_HttpCheck) GetAcceptedResponseStatusCodes() []*UptimeCheckConfig_HttpCheck_ResponseStatusCode

func (*UptimeCheckConfig_HttpCheck) GetAuthInfo

func (*UptimeCheckConfig_HttpCheck) GetBody

func (x *UptimeCheckConfig_HttpCheck) GetBody() []byte

func (*UptimeCheckConfig_HttpCheck) GetContentType

func (*UptimeCheckConfig_HttpCheck) GetCustomContentType added in v1.14.0

func (x *UptimeCheckConfig_HttpCheck) GetCustomContentType() string

func (*UptimeCheckConfig_HttpCheck) GetHeaders

func (x *UptimeCheckConfig_HttpCheck) GetHeaders() map[string]string

func (*UptimeCheckConfig_HttpCheck) GetMaskHeaders

func (x *UptimeCheckConfig_HttpCheck) GetMaskHeaders() bool

func (*UptimeCheckConfig_HttpCheck) GetPath

func (x *UptimeCheckConfig_HttpCheck) GetPath() string

func (*UptimeCheckConfig_HttpCheck) GetPingConfig added in v1.14.0

func (*UptimeCheckConfig_HttpCheck) GetPort

func (x *UptimeCheckConfig_HttpCheck) GetPort() int32

func (*UptimeCheckConfig_HttpCheck) GetRequestMethod

func (*UptimeCheckConfig_HttpCheck) GetUseSsl

func (x *UptimeCheckConfig_HttpCheck) GetUseSsl() bool

func (*UptimeCheckConfig_HttpCheck) GetValidateSsl

func (x *UptimeCheckConfig_HttpCheck) GetValidateSsl() bool

func (*UptimeCheckConfig_HttpCheck) ProtoMessage

func (*UptimeCheckConfig_HttpCheck) ProtoMessage()

func (*UptimeCheckConfig_HttpCheck) ProtoReflect

func (*UptimeCheckConfig_HttpCheck) Reset

func (x *UptimeCheckConfig_HttpCheck) Reset()

func (*UptimeCheckConfig_HttpCheck) String

func (x *UptimeCheckConfig_HttpCheck) String() string

type UptimeCheckConfig_HttpCheck_

type UptimeCheckConfig_HttpCheck_ struct {
	// Contains information needed to make an HTTP or HTTPS check.
	HttpCheck *UptimeCheckConfig_HttpCheck `protobuf:"bytes,5,opt,name=http_check,json=httpCheck,proto3,oneof"`
}

type UptimeCheckConfig_HttpCheck_BasicAuthentication

type UptimeCheckConfig_HttpCheck_BasicAuthentication struct {

	// The username to use when authenticating with the HTTP server.
	Username string `protobuf:"bytes,1,opt,name=username,proto3" json:"username,omitempty"`
	// The password to use when authenticating with the HTTP server.
	Password string `protobuf:"bytes,2,opt,name=password,proto3" json:"password,omitempty"`
	// contains filtered or unexported fields
}

The authentication parameters to provide to the specified resource or URL that requires a username and password. Currently, only [Basic HTTP authentication](https://tools.ietf.org/html/rfc7617) is supported in Uptime checks.

func (*UptimeCheckConfig_HttpCheck_BasicAuthentication) Descriptor deprecated

Deprecated: Use UptimeCheckConfig_HttpCheck_BasicAuthentication.ProtoReflect.Descriptor instead.

func (*UptimeCheckConfig_HttpCheck_BasicAuthentication) GetPassword

func (*UptimeCheckConfig_HttpCheck_BasicAuthentication) GetUsername

func (*UptimeCheckConfig_HttpCheck_BasicAuthentication) ProtoMessage

func (*UptimeCheckConfig_HttpCheck_BasicAuthentication) ProtoReflect

func (*UptimeCheckConfig_HttpCheck_BasicAuthentication) Reset

func (*UptimeCheckConfig_HttpCheck_BasicAuthentication) String

type UptimeCheckConfig_HttpCheck_ContentType

type UptimeCheckConfig_HttpCheck_ContentType int32

Header options corresponding to the content type of a HTTP request body.

const (
	// No content type specified.
	UptimeCheckConfig_HttpCheck_TYPE_UNSPECIFIED UptimeCheckConfig_HttpCheck_ContentType = 0
	// `body` is in URL-encoded form. Equivalent to setting the `Content-Type`
	// to `application/x-www-form-urlencoded` in the HTTP request.
	UptimeCheckConfig_HttpCheck_URL_ENCODED UptimeCheckConfig_HttpCheck_ContentType = 1
	// `body` is in `custom_content_type` form. Equivalent to setting the
	// `Content-Type` to the contents of `custom_content_type` in the HTTP
	// request.
	UptimeCheckConfig_HttpCheck_USER_PROVIDED UptimeCheckConfig_HttpCheck_ContentType = 2
)

func (UptimeCheckConfig_HttpCheck_ContentType) Descriptor

func (UptimeCheckConfig_HttpCheck_ContentType) Enum

func (UptimeCheckConfig_HttpCheck_ContentType) EnumDescriptor deprecated

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

Deprecated: Use UptimeCheckConfig_HttpCheck_ContentType.Descriptor instead.

func (UptimeCheckConfig_HttpCheck_ContentType) Number

func (UptimeCheckConfig_HttpCheck_ContentType) String

func (UptimeCheckConfig_HttpCheck_ContentType) Type

type UptimeCheckConfig_HttpCheck_RequestMethod

type UptimeCheckConfig_HttpCheck_RequestMethod int32

The HTTP request method options.

const (
	// No request method specified.
	UptimeCheckConfig_HttpCheck_METHOD_UNSPECIFIED UptimeCheckConfig_HttpCheck_RequestMethod = 0
	// GET request.
	UptimeCheckConfig_HttpCheck_GET UptimeCheckConfig_HttpCheck_RequestMethod = 1
	// POST request.
	UptimeCheckConfig_HttpCheck_POST UptimeCheckConfig_HttpCheck_RequestMethod = 2
)

func (UptimeCheckConfig_HttpCheck_RequestMethod) Descriptor

func (UptimeCheckConfig_HttpCheck_RequestMethod) Enum

func (UptimeCheckConfig_HttpCheck_RequestMethod) EnumDescriptor deprecated

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

Deprecated: Use UptimeCheckConfig_HttpCheck_RequestMethod.Descriptor instead.

func (UptimeCheckConfig_HttpCheck_RequestMethod) Number

func (UptimeCheckConfig_HttpCheck_RequestMethod) String

func (UptimeCheckConfig_HttpCheck_RequestMethod) Type

type UptimeCheckConfig_HttpCheck_ResponseStatusCode added in v1.14.0

type UptimeCheckConfig_HttpCheck_ResponseStatusCode struct {

	// Either a specific value or a class of status codes.
	//
	// Types that are assignable to StatusCode:
	//
	//	*UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusValue
	//	*UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass_
	StatusCode isUptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusCode `protobuf_oneof:"status_code"`
	// contains filtered or unexported fields
}

A status to accept. Either a status code class like "2xx", or an integer status code like "200".

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

Deprecated: Use UptimeCheckConfig_HttpCheck_ResponseStatusCode.ProtoReflect.Descriptor instead.

func (*UptimeCheckConfig_HttpCheck_ResponseStatusCode) GetStatusClass added in v1.14.0

func (*UptimeCheckConfig_HttpCheck_ResponseStatusCode) GetStatusCode added in v1.14.0

func (m *UptimeCheckConfig_HttpCheck_ResponseStatusCode) GetStatusCode() isUptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusCode

func (*UptimeCheckConfig_HttpCheck_ResponseStatusCode) GetStatusValue added in v1.14.0

func (*UptimeCheckConfig_HttpCheck_ResponseStatusCode) ProtoMessage added in v1.14.0

func (*UptimeCheckConfig_HttpCheck_ResponseStatusCode) ProtoReflect added in v1.14.0

func (*UptimeCheckConfig_HttpCheck_ResponseStatusCode) Reset added in v1.14.0

func (*UptimeCheckConfig_HttpCheck_ResponseStatusCode) String added in v1.14.0

type UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass added in v1.14.0

type UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass int32

An HTTP status code class.

const (
	// Default value that matches no status codes.
	UptimeCheckConfig_HttpCheck_ResponseStatusCode_STATUS_CLASS_UNSPECIFIED UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass = 0
	// The class of status codes between 100 and 199.
	UptimeCheckConfig_HttpCheck_ResponseStatusCode_STATUS_CLASS_1XX UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass = 100
	// The class of status codes between 200 and 299.
	UptimeCheckConfig_HttpCheck_ResponseStatusCode_STATUS_CLASS_2XX UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass = 200
	// The class of status codes between 300 and 399.
	UptimeCheckConfig_HttpCheck_ResponseStatusCode_STATUS_CLASS_3XX UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass = 300
	// The class of status codes between 400 and 499.
	UptimeCheckConfig_HttpCheck_ResponseStatusCode_STATUS_CLASS_4XX UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass = 400
	// The class of status codes between 500 and 599.
	UptimeCheckConfig_HttpCheck_ResponseStatusCode_STATUS_CLASS_5XX UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass = 500
	// The class of all status codes.
	UptimeCheckConfig_HttpCheck_ResponseStatusCode_STATUS_CLASS_ANY UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass = 1000
)

func (UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass) Descriptor added in v1.14.0

func (UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass) Enum added in v1.14.0

func (UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass) EnumDescriptor deprecated added in v1.14.0

Deprecated: Use UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass.Descriptor instead.

func (UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass) Number added in v1.14.0

func (UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass) String added in v1.14.0

func (UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass) Type added in v1.14.0

type UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass_ added in v1.14.0

type UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass_ struct {
	// A class of status codes to accept.
	StatusClass UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusClass `` /* 156-byte string literal not displayed */
}

type UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusValue added in v1.14.0

type UptimeCheckConfig_HttpCheck_ResponseStatusCode_StatusValue struct {
	// A status code to accept.
	StatusValue int32 `protobuf:"varint,1,opt,name=status_value,json=statusValue,proto3,oneof"`
}

type UptimeCheckConfig_MonitoredResource

type UptimeCheckConfig_MonitoredResource struct {
	// The [monitored
	// resource](https://cloud.google.com/monitoring/api/resources) associated
	// with the configuration.
	// The following monitored resource types are valid for this field:
	//
	//	`uptime_url`,
	//	`gce_instance`,
	//	`gae_app`,
	//	`aws_ec2_instance`,
	//	`aws_elb_load_balancer`
	//	`k8s_service`
	//	`servicedirectory_service`
	//	`cloud_run_revision`
	MonitoredResource *monitoredres.MonitoredResource `protobuf:"bytes,3,opt,name=monitored_resource,json=monitoredResource,proto3,oneof"`
}

type UptimeCheckConfig_PingConfig added in v1.14.0

type UptimeCheckConfig_PingConfig struct {

	// Number of ICMP pings. A maximum of 3 ICMP pings is currently supported.
	PingsCount int32 `protobuf:"varint,1,opt,name=pings_count,json=pingsCount,proto3" json:"pings_count,omitempty"`
	// contains filtered or unexported fields
}

Information involved in sending ICMP pings alongside public HTTP/TCP checks. For HTTP, the pings are performed for each part of the redirect chain.

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

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

Deprecated: Use UptimeCheckConfig_PingConfig.ProtoReflect.Descriptor instead.

func (*UptimeCheckConfig_PingConfig) GetPingsCount added in v1.14.0

func (x *UptimeCheckConfig_PingConfig) GetPingsCount() int32

func (*UptimeCheckConfig_PingConfig) ProtoMessage added in v1.14.0

func (*UptimeCheckConfig_PingConfig) ProtoMessage()

func (*UptimeCheckConfig_PingConfig) ProtoReflect added in v1.14.0

func (*UptimeCheckConfig_PingConfig) Reset added in v1.14.0

func (x *UptimeCheckConfig_PingConfig) Reset()

func (*UptimeCheckConfig_PingConfig) String added in v1.14.0

type UptimeCheckConfig_ResourceGroup

type UptimeCheckConfig_ResourceGroup struct {

	// The group of resources being monitored. Should be only the `[GROUP_ID]`,
	// and not the full-path
	// `projects/[PROJECT_ID_OR_NUMBER]/groups/[GROUP_ID]`.
	GroupId string `protobuf:"bytes,1,opt,name=group_id,json=groupId,proto3" json:"group_id,omitempty"`
	// The resource type of the group members.
	ResourceType GroupResourceType `` /* 142-byte string literal not displayed */
	// contains filtered or unexported fields
}

The resource submessage for group checks. It can be used instead of a monitored resource, when multiple resources are being monitored.

func (*UptimeCheckConfig_ResourceGroup) Descriptor deprecated

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

Deprecated: Use UptimeCheckConfig_ResourceGroup.ProtoReflect.Descriptor instead.

func (*UptimeCheckConfig_ResourceGroup) GetGroupId

func (x *UptimeCheckConfig_ResourceGroup) GetGroupId() string

func (*UptimeCheckConfig_ResourceGroup) GetResourceType

func (*UptimeCheckConfig_ResourceGroup) ProtoMessage

func (*UptimeCheckConfig_ResourceGroup) ProtoMessage()

func (*UptimeCheckConfig_ResourceGroup) ProtoReflect

func (*UptimeCheckConfig_ResourceGroup) Reset

func (*UptimeCheckConfig_ResourceGroup) String

type UptimeCheckConfig_ResourceGroup_

type UptimeCheckConfig_ResourceGroup_ struct {
	// The group resource associated with the configuration.
	ResourceGroup *UptimeCheckConfig_ResourceGroup `protobuf:"bytes,4,opt,name=resource_group,json=resourceGroup,proto3,oneof"`
}

type UptimeCheckConfig_TcpCheck

type UptimeCheckConfig_TcpCheck struct {

	// The TCP port on the server against which to run the check. Will be
	// combined with host (specified within the `monitored_resource`) to
	// construct the full URL. Required.
	Port int32 `protobuf:"varint,1,opt,name=port,proto3" json:"port,omitempty"`
	// Contains information needed to add pings to a TCP check.
	PingConfig *UptimeCheckConfig_PingConfig `protobuf:"bytes,2,opt,name=ping_config,json=pingConfig,proto3" json:"ping_config,omitempty"`
	// contains filtered or unexported fields
}

Information required for a TCP Uptime check request.

func (*UptimeCheckConfig_TcpCheck) Descriptor deprecated

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

Deprecated: Use UptimeCheckConfig_TcpCheck.ProtoReflect.Descriptor instead.

func (*UptimeCheckConfig_TcpCheck) GetPingConfig added in v1.14.0

func (*UptimeCheckConfig_TcpCheck) GetPort

func (x *UptimeCheckConfig_TcpCheck) GetPort() int32

func (*UptimeCheckConfig_TcpCheck) ProtoMessage

func (*UptimeCheckConfig_TcpCheck) ProtoMessage()

func (*UptimeCheckConfig_TcpCheck) ProtoReflect

func (*UptimeCheckConfig_TcpCheck) Reset

func (x *UptimeCheckConfig_TcpCheck) Reset()

func (*UptimeCheckConfig_TcpCheck) String

func (x *UptimeCheckConfig_TcpCheck) String() string

type UptimeCheckConfig_TcpCheck_

type UptimeCheckConfig_TcpCheck_ struct {
	// Contains information needed to make a TCP check.
	TcpCheck *UptimeCheckConfig_TcpCheck `protobuf:"bytes,6,opt,name=tcp_check,json=tcpCheck,proto3,oneof"`
}

type UptimeCheckIp

type UptimeCheckIp struct {

	// A broad region category in which the IP address is located.
	Region UptimeCheckRegion `protobuf:"varint,1,opt,name=region,proto3,enum=google.monitoring.v3.UptimeCheckRegion" json:"region,omitempty"`
	// A more specific location within the region that typically encodes
	// a particular city/town/metro (and its containing state/province or country)
	// within the broader umbrella region category.
	Location string `protobuf:"bytes,2,opt,name=location,proto3" json:"location,omitempty"`
	// The IP address from which the Uptime check originates. This is a fully
	// specified IP address (not an IP address range). Most IP addresses, as of
	// this publication, are in IPv4 format; however, one should not rely on the
	// IP addresses being in IPv4 format indefinitely, and should support
	// interpreting this field in either IPv4 or IPv6 format.
	IpAddress string `protobuf:"bytes,3,opt,name=ip_address,json=ipAddress,proto3" json:"ip_address,omitempty"`
	// contains filtered or unexported fields
}

Contains the region, location, and list of IP addresses where checkers in the location run from.

func (*UptimeCheckIp) Descriptor deprecated

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

Deprecated: Use UptimeCheckIp.ProtoReflect.Descriptor instead.

func (*UptimeCheckIp) GetIpAddress

func (x *UptimeCheckIp) GetIpAddress() string

func (*UptimeCheckIp) GetLocation

func (x *UptimeCheckIp) GetLocation() string

func (*UptimeCheckIp) GetRegion

func (x *UptimeCheckIp) GetRegion() UptimeCheckRegion

func (*UptimeCheckIp) ProtoMessage

func (*UptimeCheckIp) ProtoMessage()

func (*UptimeCheckIp) ProtoReflect

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

func (*UptimeCheckIp) Reset

func (x *UptimeCheckIp) Reset()

func (*UptimeCheckIp) String

func (x *UptimeCheckIp) String() string

type UptimeCheckRegion

type UptimeCheckRegion int32

The regions from which an Uptime check can be run.

const (
	// Default value if no region is specified. Will result in Uptime checks
	// running from all regions.
	UptimeCheckRegion_REGION_UNSPECIFIED UptimeCheckRegion = 0
	// Allows checks to run from locations within the United States of America.
	UptimeCheckRegion_USA UptimeCheckRegion = 1
	// Allows checks to run from locations within the continent of Europe.
	UptimeCheckRegion_EUROPE UptimeCheckRegion = 2
	// Allows checks to run from locations within the continent of South
	// America.
	UptimeCheckRegion_SOUTH_AMERICA UptimeCheckRegion = 3
	// Allows checks to run from locations within the Asia Pacific area (ex:
	// Singapore).
	UptimeCheckRegion_ASIA_PACIFIC UptimeCheckRegion = 4
	// Allows checks to run from locations within the western United States of
	// America
	UptimeCheckRegion_USA_OREGON UptimeCheckRegion = 5
	// Allows checks to run from locations within the central United States of
	// America
	UptimeCheckRegion_USA_IOWA UptimeCheckRegion = 6
	// Allows checks to run from locations within the eastern United States of
	// America
	UptimeCheckRegion_USA_VIRGINIA UptimeCheckRegion = 7
)

func (UptimeCheckRegion) Descriptor

func (UptimeCheckRegion) Enum

func (UptimeCheckRegion) EnumDescriptor deprecated

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

Deprecated: Use UptimeCheckRegion.Descriptor instead.

func (UptimeCheckRegion) Number

func (UptimeCheckRegion) String

func (x UptimeCheckRegion) String() string

func (UptimeCheckRegion) Type

type UptimeCheckServiceClient

type UptimeCheckServiceClient interface {
	// Lists the existing valid Uptime check configurations for the project
	// (leaving out any invalid configurations).
	ListUptimeCheckConfigs(ctx context.Context, in *ListUptimeCheckConfigsRequest, opts ...grpc.CallOption) (*ListUptimeCheckConfigsResponse, error)
	// Gets a single Uptime check configuration.
	GetUptimeCheckConfig(ctx context.Context, in *GetUptimeCheckConfigRequest, opts ...grpc.CallOption) (*UptimeCheckConfig, error)
	// Creates a new Uptime check configuration.
	CreateUptimeCheckConfig(ctx context.Context, in *CreateUptimeCheckConfigRequest, opts ...grpc.CallOption) (*UptimeCheckConfig, error)
	// Updates an Uptime check configuration. You can either replace the entire
	// configuration with a new one or replace only certain fields in the current
	// configuration by specifying the fields to be updated via `updateMask`.
	// Returns the updated configuration.
	UpdateUptimeCheckConfig(ctx context.Context, in *UpdateUptimeCheckConfigRequest, opts ...grpc.CallOption) (*UptimeCheckConfig, error)
	// Deletes an Uptime check configuration. Note that this method will fail
	// if the Uptime check configuration is referenced by an alert policy or
	// other dependent configs that would be rendered invalid by the deletion.
	DeleteUptimeCheckConfig(ctx context.Context, in *DeleteUptimeCheckConfigRequest, opts ...grpc.CallOption) (*emptypb.Empty, error)
	// Returns the list of IP addresses that checkers run from
	ListUptimeCheckIps(ctx context.Context, in *ListUptimeCheckIpsRequest, opts ...grpc.CallOption) (*ListUptimeCheckIpsResponse, error)
}

UptimeCheckServiceClient is the client API for UptimeCheckService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type UptimeCheckServiceServer

type UptimeCheckServiceServer interface {
	// Lists the existing valid Uptime check configurations for the project
	// (leaving out any invalid configurations).
	ListUptimeCheckConfigs(context.Context, *ListUptimeCheckConfigsRequest) (*ListUptimeCheckConfigsResponse, error)
	// Gets a single Uptime check configuration.
	GetUptimeCheckConfig(context.Context, *GetUptimeCheckConfigRequest) (*UptimeCheckConfig, error)
	// Creates a new Uptime check configuration.
	CreateUptimeCheckConfig(context.Context, *CreateUptimeCheckConfigRequest) (*UptimeCheckConfig, error)
	// Updates an Uptime check configuration. You can either replace the entire
	// configuration with a new one or replace only certain fields in the current
	// configuration by specifying the fields to be updated via `updateMask`.
	// Returns the updated configuration.
	UpdateUptimeCheckConfig(context.Context, *UpdateUptimeCheckConfigRequest) (*UptimeCheckConfig, error)
	// Deletes an Uptime check configuration. Note that this method will fail
	// if the Uptime check configuration is referenced by an alert policy or
	// other dependent configs that would be rendered invalid by the deletion.
	DeleteUptimeCheckConfig(context.Context, *DeleteUptimeCheckConfigRequest) (*emptypb.Empty, error)
	// Returns the list of IP addresses that checkers run from
	ListUptimeCheckIps(context.Context, *ListUptimeCheckIpsRequest) (*ListUptimeCheckIpsResponse, error)
}

UptimeCheckServiceServer is the server API for UptimeCheckService service.

type VerifyNotificationChannelRequest

type VerifyNotificationChannelRequest struct {

	// Required. The notification channel to verify.
	Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
	// Required. The verification code that was delivered to the channel as
	// a result of invoking the `SendNotificationChannelVerificationCode` API
	// method or that was retrieved from a verified channel via
	// `GetNotificationChannelVerificationCode`. For example, one might have
	// "G-123456" or "TKNZGhhd2EyN3I1MnRnMjRv" (in general, one is only
	// guaranteed that the code is valid UTF-8; one should not
	// make any assumptions regarding the structure or format of the code).
	Code string `protobuf:"bytes,2,opt,name=code,proto3" json:"code,omitempty"`
	// contains filtered or unexported fields
}

The `VerifyNotificationChannel` request.

func (*VerifyNotificationChannelRequest) Descriptor deprecated

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

Deprecated: Use VerifyNotificationChannelRequest.ProtoReflect.Descriptor instead.

func (*VerifyNotificationChannelRequest) GetCode

func (*VerifyNotificationChannelRequest) GetName

func (*VerifyNotificationChannelRequest) ProtoMessage

func (*VerifyNotificationChannelRequest) ProtoMessage()

func (*VerifyNotificationChannelRequest) ProtoReflect

func (*VerifyNotificationChannelRequest) Reset

func (*VerifyNotificationChannelRequest) String

type WindowsBasedSli

type WindowsBasedSli struct {

	// The criterion to use for evaluating window goodness.
	//
	// Types that are assignable to WindowCriterion:
	//
	//	*WindowsBasedSli_GoodBadMetricFilter
	//	*WindowsBasedSli_GoodTotalRatioThreshold
	//	*WindowsBasedSli_MetricMeanInRange
	//	*WindowsBasedSli_MetricSumInRange
	WindowCriterion isWindowsBasedSli_WindowCriterion `protobuf_oneof:"window_criterion"`
	// Duration over which window quality is evaluated. Must be an integer
	// fraction of a day and at least `60s`.
	WindowPeriod *durationpb.Duration `protobuf:"bytes,4,opt,name=window_period,json=windowPeriod,proto3" json:"window_period,omitempty"`
	// contains filtered or unexported fields
}

A `WindowsBasedSli` defines `good_service` as the count of time windows for which the provided service was of good quality. Criteria for determining if service was good are embedded in the `window_criterion`.

func (*WindowsBasedSli) Descriptor deprecated

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

Deprecated: Use WindowsBasedSli.ProtoReflect.Descriptor instead.

func (*WindowsBasedSli) GetGoodBadMetricFilter

func (x *WindowsBasedSli) GetGoodBadMetricFilter() string

func (*WindowsBasedSli) GetGoodTotalRatioThreshold

func (x *WindowsBasedSli) GetGoodTotalRatioThreshold() *WindowsBasedSli_PerformanceThreshold

func (*WindowsBasedSli) GetMetricMeanInRange

func (x *WindowsBasedSli) GetMetricMeanInRange() *WindowsBasedSli_MetricRange

func (*WindowsBasedSli) GetMetricSumInRange

func (x *WindowsBasedSli) GetMetricSumInRange() *WindowsBasedSli_MetricRange

func (*WindowsBasedSli) GetWindowCriterion

func (m *WindowsBasedSli) GetWindowCriterion() isWindowsBasedSli_WindowCriterion

func (*WindowsBasedSli) GetWindowPeriod

func (x *WindowsBasedSli) GetWindowPeriod() *durationpb.Duration

func (*WindowsBasedSli) ProtoMessage

func (*WindowsBasedSli) ProtoMessage()

func (*WindowsBasedSli) ProtoReflect

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

func (*WindowsBasedSli) Reset

func (x *WindowsBasedSli) Reset()

func (*WindowsBasedSli) String

func (x *WindowsBasedSli) String() string

type WindowsBasedSli_GoodBadMetricFilter

type WindowsBasedSli_GoodBadMetricFilter struct {
	// A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
	// specifying a `TimeSeries` with `ValueType = BOOL`. The window is good if
	// any `true` values appear in the window.
	GoodBadMetricFilter string `protobuf:"bytes,5,opt,name=good_bad_metric_filter,json=goodBadMetricFilter,proto3,oneof"`
}

type WindowsBasedSli_GoodTotalRatioThreshold

type WindowsBasedSli_GoodTotalRatioThreshold struct {
	// A window is good if its `performance` is high enough.
	GoodTotalRatioThreshold *WindowsBasedSli_PerformanceThreshold `protobuf:"bytes,2,opt,name=good_total_ratio_threshold,json=goodTotalRatioThreshold,proto3,oneof"`
}

type WindowsBasedSli_MetricMeanInRange

type WindowsBasedSli_MetricMeanInRange struct {
	// A window is good if the metric's value is in a good range, averaged
	// across returned streams.
	MetricMeanInRange *WindowsBasedSli_MetricRange `protobuf:"bytes,6,opt,name=metric_mean_in_range,json=metricMeanInRange,proto3,oneof"`
}

type WindowsBasedSli_MetricRange

type WindowsBasedSli_MetricRange struct {

	// A [monitoring filter](https://cloud.google.com/monitoring/api/v3/filters)
	// specifying the `TimeSeries` to use for evaluating window quality.
	TimeSeries string `protobuf:"bytes,1,opt,name=time_series,json=timeSeries,proto3" json:"time_series,omitempty"`
	// Range of values considered "good." For a one-sided range, set one bound
	// to an infinite value.
	Range *Range `protobuf:"bytes,4,opt,name=range,proto3" json:"range,omitempty"`
	// contains filtered or unexported fields
}

A `MetricRange` is used when each window is good when the value x of a single `TimeSeries` satisfies `range.min <= x <= range.max`. The provided `TimeSeries` must have `ValueType = INT64` or `ValueType = DOUBLE` and `MetricKind = GAUGE`.

func (*WindowsBasedSli_MetricRange) Descriptor deprecated

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

Deprecated: Use WindowsBasedSli_MetricRange.ProtoReflect.Descriptor instead.

func (*WindowsBasedSli_MetricRange) GetRange

func (x *WindowsBasedSli_MetricRange) GetRange() *Range

func (*WindowsBasedSli_MetricRange) GetTimeSeries

func (x *WindowsBasedSli_MetricRange) GetTimeSeries() string

func (*WindowsBasedSli_MetricRange) ProtoMessage

func (*WindowsBasedSli_MetricRange) ProtoMessage()

func (*WindowsBasedSli_MetricRange) ProtoReflect

func (*WindowsBasedSli_MetricRange) Reset

func (x *WindowsBasedSli_MetricRange) Reset()

func (*WindowsBasedSli_MetricRange) String

func (x *WindowsBasedSli_MetricRange) String() string

type WindowsBasedSli_MetricSumInRange

type WindowsBasedSli_MetricSumInRange struct {
	// A window is good if the metric's value is in a good range, summed across
	// returned streams.
	MetricSumInRange *WindowsBasedSli_MetricRange `protobuf:"bytes,7,opt,name=metric_sum_in_range,json=metricSumInRange,proto3,oneof"`
}

type WindowsBasedSli_PerformanceThreshold

type WindowsBasedSli_PerformanceThreshold struct {

	// The means, either a request-based SLI or a basic SLI, by which to compute
	// performance over a window.
	//
	// Types that are assignable to Type:
	//
	//	*WindowsBasedSli_PerformanceThreshold_Performance
	//	*WindowsBasedSli_PerformanceThreshold_BasicSliPerformance
	Type isWindowsBasedSli_PerformanceThreshold_Type `protobuf_oneof:"type"`
	// If window `performance >= threshold`, the window is counted as good.
	Threshold float64 `protobuf:"fixed64,2,opt,name=threshold,proto3" json:"threshold,omitempty"`
	// contains filtered or unexported fields
}

A `PerformanceThreshold` is used when each window is good when that window has a sufficiently high `performance`.

func (*WindowsBasedSli_PerformanceThreshold) Descriptor deprecated

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

Deprecated: Use WindowsBasedSli_PerformanceThreshold.ProtoReflect.Descriptor instead.

func (*WindowsBasedSli_PerformanceThreshold) GetBasicSliPerformance

func (x *WindowsBasedSli_PerformanceThreshold) GetBasicSliPerformance() *BasicSli

func (*WindowsBasedSli_PerformanceThreshold) GetPerformance

func (*WindowsBasedSli_PerformanceThreshold) GetThreshold

func (*WindowsBasedSli_PerformanceThreshold) GetType

func (m *WindowsBasedSli_PerformanceThreshold) GetType() isWindowsBasedSli_PerformanceThreshold_Type

func (*WindowsBasedSli_PerformanceThreshold) ProtoMessage

func (*WindowsBasedSli_PerformanceThreshold) ProtoMessage()

func (*WindowsBasedSli_PerformanceThreshold) ProtoReflect

func (*WindowsBasedSli_PerformanceThreshold) Reset

func (*WindowsBasedSli_PerformanceThreshold) String

type WindowsBasedSli_PerformanceThreshold_BasicSliPerformance

type WindowsBasedSli_PerformanceThreshold_BasicSliPerformance struct {
	// `BasicSli` to evaluate to judge window quality.
	BasicSliPerformance *BasicSli `protobuf:"bytes,3,opt,name=basic_sli_performance,json=basicSliPerformance,proto3,oneof"`
}

type WindowsBasedSli_PerformanceThreshold_Performance

type WindowsBasedSli_PerformanceThreshold_Performance struct {
	// `RequestBasedSli` to evaluate to judge window quality.
	Performance *RequestBasedSli `protobuf:"bytes,1,opt,name=performance,proto3,oneof"`
}

Jump to

Keyboard shortcuts

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