type google.golang.org/genproto/googleapis/monitoring/v3.UpdateServiceRequest
18 uses
google.golang.org/genproto/googleapis/monitoring/v3 (current package)
service_service.pb.go#L329: type UpdateServiceRequest struct {
service_service.pb.go#L341: func (x *UpdateServiceRequest) Reset() {
service_service.pb.go#L342: *x = UpdateServiceRequest{}
service_service.pb.go#L350: func (x *UpdateServiceRequest) String() string {
service_service.pb.go#L354: func (*UpdateServiceRequest) ProtoMessage() {}
service_service.pb.go#L356: func (x *UpdateServiceRequest) ProtoReflect() protoreflect.Message {
service_service.pb.go#L369: func (*UpdateServiceRequest) Descriptor() ([]byte, []int) {
service_service.pb.go#L373: func (x *UpdateServiceRequest) GetService() *Service {
service_service.pb.go#L380: func (x *UpdateServiceRequest) GetUpdateMask() *fieldmaskpb.FieldMask {
service_service.pb.go#L1147: (*UpdateServiceRequest)(nil), // 4: google.monitoring.v3.UpdateServiceRequest
service_service.pb.go#L1255: switch v := v.(*UpdateServiceRequest); i {
service_service.pb.go#L1390: UpdateService(ctx context.Context, in *UpdateServiceRequest, opts ...grpc.CallOption) (*Service, error)
service_service.pb.go#L1440: func (c *serviceMonitoringServiceClient) UpdateService(ctx context.Context, in *UpdateServiceRequest, opts ...grpc.CallOption) (*Service, error) {
service_service.pb.go#L1512: UpdateService(context.Context, *UpdateServiceRequest) (*Service, error)
service_service.pb.go#L1540: func (*UnimplementedServiceMonitoringServiceServer) UpdateService(context.Context, *UpdateServiceRequest) (*Service, error) {
service_service.pb.go#L1621: in := new(UpdateServiceRequest)
service_service.pb.go#L1633: return srv.(ServiceMonitoringServiceServer).UpdateService(ctx, req.(*UpdateServiceRequest))
cloud.google.com/go/monitoring/apiv3
service_monitoring_client.go#L291: func (c *ServiceMonitoringClient) UpdateService(ctx context.Context, req *monitoringpb.UpdateServiceRequest, opts ...gax.CallOption) (*monitoringpb.Service, 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. |