type google.golang.org/genproto/googleapis/monitoring/v3.UpdateAlertPolicyRequest
18 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
alert_service.pb.go#L335: type UpdateAlertPolicyRequest struct {
alert_service.pb.go#L369: func (x *UpdateAlertPolicyRequest) Reset() {
alert_service.pb.go#L370: *x = UpdateAlertPolicyRequest{}
alert_service.pb.go#L378: func (x *UpdateAlertPolicyRequest) String() string {
alert_service.pb.go#L382: func (*UpdateAlertPolicyRequest) ProtoMessage() {}
alert_service.pb.go#L384: func (x *UpdateAlertPolicyRequest) ProtoReflect() protoreflect.Message {
alert_service.pb.go#L397: func (*UpdateAlertPolicyRequest) Descriptor() ([]byte, []int) {
alert_service.pb.go#L401: func (x *UpdateAlertPolicyRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
alert_service.pb.go#L408: func (x *UpdateAlertPolicyRequest) GetAlertPolicy() *AlertPolicy {
alert_service.pb.go#L643: (*UpdateAlertPolicyRequest)(nil), // 4: google.monitoring.v3.UpdateAlertPolicyRequest
alert_service.pb.go#L727: switch v := v.(*UpdateAlertPolicyRequest); i {
alert_service.pb.go#L795: UpdateAlertPolicy(ctx context.Context, in *UpdateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error)
alert_service.pb.go#L842: func (c *alertPolicyServiceClient) UpdateAlertPolicy(ctx context.Context, in *UpdateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error) {
alert_service.pb.go#L865: UpdateAlertPolicy(context.Context, *UpdateAlertPolicyRequest) (*AlertPolicy, error)
alert_service.pb.go#L884: func (*UnimplementedAlertPolicyServiceServer) UpdateAlertPolicy(context.Context, *UpdateAlertPolicyRequest) (*AlertPolicy, error) {
alert_service.pb.go#L965: in := new(UpdateAlertPolicyRequest)
alert_service.pb.go#L977: return srv.(AlertPolicyServiceServer).UpdateAlertPolicy(ctx, req.(*UpdateAlertPolicyRequest))
cloud.google.com/go/monitoring/apiv3
alert_policy_client.go#L269: func (c *AlertPolicyClient) UpdateAlertPolicy(ctx context.Context, req *monitoringpb.UpdateAlertPolicyRequest, opts ...gax.CallOption) (*monitoringpb.AlertPolicy, error) {
 |
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. |