type google.golang.org/genproto/googleapis/monitoring/v3.Service

51 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		service.pb.go#L113: type Service struct {
		service.pb.go#L137: func (x *Service) Reset() {
		service.pb.go#L138: 	*x = Service{}
		service.pb.go#L146: func (x *Service) String() string {
		service.pb.go#L150: func (*Service) ProtoMessage() {}
		service.pb.go#L152: func (x *Service) ProtoReflect() protoreflect.Message {
		service.pb.go#L165: func (*Service) Descriptor() ([]byte, []int) {
		service.pb.go#L169: func (x *Service) GetName() string {
		service.pb.go#L176: func (x *Service) GetDisplayName() string {
		service.pb.go#L183: func (m *Service) GetIdentifier() isService_Identifier {
		service.pb.go#L190: func (x *Service) GetCustom() *Service_Custom {
		service.pb.go#L197: func (x *Service) GetAppEngine() *Service_AppEngine {
		service.pb.go#L204: func (x *Service) GetCloudEndpoints() *Service_CloudEndpoints {
		service.pb.go#L212: func (x *Service) GetClusterIstio() *Service_ClusterIstio {
		service.pb.go#L219: func (x *Service) GetMeshIstio() *Service_MeshIstio {
		service.pb.go#L226: func (x *Service) GetTelemetry() *Service_Telemetry {
		service.pb.go#L1967: 	(*Service)(nil),                              // 1: google.monitoring.v3.Service
		service.pb.go#L2029: 			switch v := v.(*Service); i {
		service_service.pb.go#L64: 	Service *Service `protobuf:"bytes,2,opt,name=service,proto3" json:"service,omitempty"`
		service_service.pb.go#L113: func (x *CreateServiceRequest) GetService() *Service {
		service_service.pb.go#L275: 	Services []*Service `protobuf:"bytes,1,rep,name=services,proto3" json:"services,omitempty"`
		service_service.pb.go#L314: func (x *ListServicesResponse) GetServices() []*Service {
		service_service.pb.go#L336: 	Service *Service `protobuf:"bytes,1,opt,name=service,proto3" json:"service,omitempty"`
		service_service.pb.go#L373: func (x *UpdateServiceRequest) GetService() *Service {
		service_service.pb.go#L1155: 	(*Service)(nil),                            // 12: google.monitoring.v3.Service
		service_service.pb.go#L1384: 	CreateService(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*Service, error)
		service_service.pb.go#L1386: 	GetService(ctx context.Context, in *GetServiceRequest, opts ...grpc.CallOption) (*Service, error)
		service_service.pb.go#L1390: 	UpdateService(ctx context.Context, in *UpdateServiceRequest, opts ...grpc.CallOption) (*Service, error)
		service_service.pb.go#L1413: func (c *serviceMonitoringServiceClient) CreateService(ctx context.Context, in *CreateServiceRequest, opts ...grpc.CallOption) (*Service, error) {
		service_service.pb.go#L1414: 	out := new(Service)
		service_service.pb.go#L1422: func (c *serviceMonitoringServiceClient) GetService(ctx context.Context, in *GetServiceRequest, opts ...grpc.CallOption) (*Service, error) {
		service_service.pb.go#L1423: 	out := new(Service)
		service_service.pb.go#L1440: func (c *serviceMonitoringServiceClient) UpdateService(ctx context.Context, in *UpdateServiceRequest, opts ...grpc.CallOption) (*Service, error) {
		service_service.pb.go#L1441: 	out := new(Service)
		service_service.pb.go#L1506: 	CreateService(context.Context, *CreateServiceRequest) (*Service, error)
		service_service.pb.go#L1508: 	GetService(context.Context, *GetServiceRequest) (*Service, error)
		service_service.pb.go#L1512: 	UpdateService(context.Context, *UpdateServiceRequest) (*Service, error)
		service_service.pb.go#L1531: func (*UnimplementedServiceMonitoringServiceServer) CreateService(context.Context, *CreateServiceRequest) (*Service, error) {
		service_service.pb.go#L1534: func (*UnimplementedServiceMonitoringServiceServer) GetService(context.Context, *GetServiceRequest) (*Service, error) {
		service_service.pb.go#L1540: func (*UnimplementedServiceMonitoringServiceServer) UpdateService(context.Context, *UpdateServiceRequest) (*Service, error) {

	cloud.google.com/go/monitoring/apiv3
		service_monitoring_client.go#L216: func (c *ServiceMonitoringClient) CreateService(ctx context.Context, req *monitoringpb.CreateServiceRequest, opts ...gax.CallOption) (*monitoringpb.Service, error) {
		service_monitoring_client.go#L220: 	var resp *monitoringpb.Service
		service_monitoring_client.go#L233: func (c *ServiceMonitoringClient) GetService(ctx context.Context, req *monitoringpb.GetServiceRequest, opts ...gax.CallOption) (*monitoringpb.Service, error) {
		service_monitoring_client.go#L237: 	var resp *monitoringpb.Service
		service_monitoring_client.go#L256: 	it.InternalFetch = func(pageSize int, pageToken string) ([]*monitoringpb.Service, string, error) {
		service_monitoring_client.go#L291: func (c *ServiceMonitoringClient) UpdateService(ctx context.Context, req *monitoringpb.UpdateServiceRequest, opts ...gax.CallOption) (*monitoringpb.Service, error) {
		service_monitoring_client.go#L295: 	var resp *monitoringpb.Service
		service_monitoring_client.go#L427: 	items    []*monitoringpb.Service
		service_monitoring_client.go#L442: 	InternalFetch func(pageSize int, pageToken string) (results []*monitoringpb.Service, nextPageToken string, err error)
		service_monitoring_client.go#L452: func (it *ServiceIterator) Next() (*monitoringpb.Service, error) {
		service_monitoring_client.go#L453: 	var item *monitoringpb.Service