type google.golang.org/genproto/googleapis/monitoring/v3.AlertPolicy
53 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
alert.pb.go#L114: type AlertPolicy struct {
alert.pb.go#L189: func (x *AlertPolicy) Reset() {
alert.pb.go#L190: *x = AlertPolicy{}
alert.pb.go#L198: func (x *AlertPolicy) String() string {
alert.pb.go#L202: func (*AlertPolicy) ProtoMessage() {}
alert.pb.go#L204: func (x *AlertPolicy) ProtoReflect() protoreflect.Message {
alert.pb.go#L217: func (*AlertPolicy) Descriptor() ([]byte, []int) {
alert.pb.go#L221: func (x *AlertPolicy) GetName() string {
alert.pb.go#L228: func (x *AlertPolicy) GetDisplayName() string {
alert.pb.go#L235: func (x *AlertPolicy) GetDocumentation() *AlertPolicy_Documentation {
alert.pb.go#L242: func (x *AlertPolicy) GetUserLabels() map[string]string {
alert.pb.go#L249: func (x *AlertPolicy) GetConditions() []*AlertPolicy_Condition {
alert.pb.go#L256: func (x *AlertPolicy) GetCombiner() AlertPolicy_ConditionCombinerType {
alert.pb.go#L263: func (x *AlertPolicy) GetEnabled() *wrapperspb.BoolValue {
alert.pb.go#L270: func (x *AlertPolicy) GetValidity() *status.Status {
alert.pb.go#L277: func (x *AlertPolicy) GetNotificationChannels() []string {
alert.pb.go#L284: func (x *AlertPolicy) GetCreationRecord() *MutationRecord {
alert.pb.go#L291: func (x *AlertPolicy) GetMutationRecord() *MutationRecord {
alert.pb.go#L1067: (*AlertPolicy)(nil), // 1: google.monitoring.v3.AlertPolicy
alert.pb.go#L1116: switch v := v.(*AlertPolicy); i {
alert_service.pb.go#L70: AlertPolicy *AlertPolicy `protobuf:"bytes,2,opt,name=alert_policy,json=alertPolicy,proto3" json:"alert_policy,omitempty"`
alert_service.pb.go#L112: func (x *CreateAlertPolicyRequest) GetAlertPolicy() *AlertPolicy {
alert_service.pb.go#L281: AlertPolicies []*AlertPolicy `protobuf:"bytes,3,rep,name=alert_policies,json=alertPolicies,proto3" json:"alert_policies,omitempty"`
alert_service.pb.go#L320: func (x *ListAlertPoliciesResponse) GetAlertPolicies() []*AlertPolicy {
alert_service.pb.go#L366: AlertPolicy *AlertPolicy `protobuf:"bytes,3,opt,name=alert_policy,json=alertPolicy,proto3" json:"alert_policy,omitempty"`
alert_service.pb.go#L408: func (x *UpdateAlertPolicyRequest) GetAlertPolicy() *AlertPolicy {
alert_service.pb.go#L645: (*AlertPolicy)(nil), // 6: google.monitoring.v3.AlertPolicy
alert_service.pb.go#L786: GetAlertPolicy(ctx context.Context, in *GetAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error)
alert_service.pb.go#L788: CreateAlertPolicy(ctx context.Context, in *CreateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error)
alert_service.pb.go#L795: UpdateAlertPolicy(ctx context.Context, in *UpdateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error)
alert_service.pb.go#L815: func (c *alertPolicyServiceClient) GetAlertPolicy(ctx context.Context, in *GetAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error) {
alert_service.pb.go#L816: out := new(AlertPolicy)
alert_service.pb.go#L824: func (c *alertPolicyServiceClient) CreateAlertPolicy(ctx context.Context, in *CreateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error) {
alert_service.pb.go#L825: out := new(AlertPolicy)
alert_service.pb.go#L842: func (c *alertPolicyServiceClient) UpdateAlertPolicy(ctx context.Context, in *UpdateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error) {
alert_service.pb.go#L843: out := new(AlertPolicy)
alert_service.pb.go#L856: GetAlertPolicy(context.Context, *GetAlertPolicyRequest) (*AlertPolicy, error)
alert_service.pb.go#L858: CreateAlertPolicy(context.Context, *CreateAlertPolicyRequest) (*AlertPolicy, error)
alert_service.pb.go#L865: UpdateAlertPolicy(context.Context, *UpdateAlertPolicyRequest) (*AlertPolicy, error)
alert_service.pb.go#L875: func (*UnimplementedAlertPolicyServiceServer) GetAlertPolicy(context.Context, *GetAlertPolicyRequest) (*AlertPolicy, error) {
alert_service.pb.go#L878: func (*UnimplementedAlertPolicyServiceServer) CreateAlertPolicy(context.Context, *CreateAlertPolicyRequest) (*AlertPolicy, error) {
alert_service.pb.go#L884: func (*UnimplementedAlertPolicyServiceServer) UpdateAlertPolicy(context.Context, *UpdateAlertPolicyRequest) (*AlertPolicy, error) {
cloud.google.com/go/monitoring/apiv3
alert_policy_client.go#L184: it.InternalFetch = func(pageSize int, pageToken string) ([]*monitoringpb.AlertPolicy, string, error) {
alert_policy_client.go#L219: func (c *AlertPolicyClient) GetAlertPolicy(ctx context.Context, req *monitoringpb.GetAlertPolicyRequest, opts ...gax.CallOption) (*monitoringpb.AlertPolicy, error) {
alert_policy_client.go#L223: var resp *monitoringpb.AlertPolicy
alert_policy_client.go#L236: func (c *AlertPolicyClient) CreateAlertPolicy(ctx context.Context, req *monitoringpb.CreateAlertPolicyRequest, opts ...gax.CallOption) (*monitoringpb.AlertPolicy, error) {
alert_policy_client.go#L240: var resp *monitoringpb.AlertPolicy
alert_policy_client.go#L269: func (c *AlertPolicyClient) UpdateAlertPolicy(ctx context.Context, req *monitoringpb.UpdateAlertPolicyRequest, opts ...gax.CallOption) (*monitoringpb.AlertPolicy, error) {
alert_policy_client.go#L273: var resp *monitoringpb.AlertPolicy
alert_policy_client.go#L287: items []*monitoringpb.AlertPolicy
alert_policy_client.go#L302: InternalFetch func(pageSize int, pageToken string) (results []*monitoringpb.AlertPolicy, nextPageToken string, err error)
alert_policy_client.go#L312: func (it *AlertPolicyIterator) Next() (*monitoringpb.AlertPolicy, error) {
alert_policy_client.go#L313: var item *monitoringpb.AlertPolicy
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |