type google.golang.org/genproto/googleapis/monitoring/v3.CreateAlertPolicyRequest
18 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
alert_service.pb.go#L51: type CreateAlertPolicyRequest struct {
alert_service.pb.go#L73: func (x *CreateAlertPolicyRequest) Reset() {
alert_service.pb.go#L74: *x = CreateAlertPolicyRequest{}
alert_service.pb.go#L82: func (x *CreateAlertPolicyRequest) String() string {
alert_service.pb.go#L86: func (*CreateAlertPolicyRequest) ProtoMessage() {}
alert_service.pb.go#L88: func (x *CreateAlertPolicyRequest) ProtoReflect() protoreflect.Message {
alert_service.pb.go#L101: func (*CreateAlertPolicyRequest) Descriptor() ([]byte, []int) {
alert_service.pb.go#L105: func (x *CreateAlertPolicyRequest) GetName() string {
alert_service.pb.go#L112: func (x *CreateAlertPolicyRequest) GetAlertPolicy() *AlertPolicy {
alert_service.pb.go#L639: (*CreateAlertPolicyRequest)(nil), // 0: google.monitoring.v3.CreateAlertPolicyRequest
alert_service.pb.go#L679: switch v := v.(*CreateAlertPolicyRequest); i {
alert_service.pb.go#L788: CreateAlertPolicy(ctx context.Context, in *CreateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error)
alert_service.pb.go#L824: func (c *alertPolicyServiceClient) CreateAlertPolicy(ctx context.Context, in *CreateAlertPolicyRequest, opts ...grpc.CallOption) (*AlertPolicy, error) {
alert_service.pb.go#L858: CreateAlertPolicy(context.Context, *CreateAlertPolicyRequest) (*AlertPolicy, error)
alert_service.pb.go#L878: func (*UnimplementedAlertPolicyServiceServer) CreateAlertPolicy(context.Context, *CreateAlertPolicyRequest) (*AlertPolicy, error) {
alert_service.pb.go#L929: in := new(CreateAlertPolicyRequest)
alert_service.pb.go#L941: return srv.(AlertPolicyServiceServer).CreateAlertPolicy(ctx, req.(*CreateAlertPolicyRequest))
cloud.google.com/go/monitoring/apiv3
alert_policy_client.go#L236: func (c *AlertPolicyClient) CreateAlertPolicy(ctx context.Context, req *monitoringpb.CreateAlertPolicyRequest, 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. |