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

17 uses

	google.golang.org/genproto/googleapis/monitoring/v3 (current package)
		service_service.pb.go#L670: type ListServiceLevelObjectivesResponse struct {
		service_service.pb.go#L683: func (x *ListServiceLevelObjectivesResponse) Reset() {
		service_service.pb.go#L684: 	*x = ListServiceLevelObjectivesResponse{}
		service_service.pb.go#L692: func (x *ListServiceLevelObjectivesResponse) String() string {
		service_service.pb.go#L696: func (*ListServiceLevelObjectivesResponse) ProtoMessage() {}
		service_service.pb.go#L698: func (x *ListServiceLevelObjectivesResponse) ProtoReflect() protoreflect.Message {
		service_service.pb.go#L711: func (*ListServiceLevelObjectivesResponse) Descriptor() ([]byte, []int) {
		service_service.pb.go#L715: func (x *ListServiceLevelObjectivesResponse) GetServiceLevelObjectives() []*ServiceLevelObjective {
		service_service.pb.go#L722: func (x *ListServiceLevelObjectivesResponse) GetNextPageToken() string {
		service_service.pb.go#L1152: 	(*ListServiceLevelObjectivesResponse)(nil), // 9: google.monitoring.v3.ListServiceLevelObjectivesResponse
		service_service.pb.go#L1315: 			switch v := v.(*ListServiceLevelObjectivesResponse); i {
		service_service.pb.go#L1398: 	ListServiceLevelObjectives(ctx context.Context, in *ListServiceLevelObjectivesRequest, opts ...grpc.CallOption) (*ListServiceLevelObjectivesResponse, error)
		service_service.pb.go#L1476: func (c *serviceMonitoringServiceClient) ListServiceLevelObjectives(ctx context.Context, in *ListServiceLevelObjectivesRequest, opts ...grpc.CallOption) (*ListServiceLevelObjectivesResponse, error) {
		service_service.pb.go#L1477: 	out := new(ListServiceLevelObjectivesResponse)
		service_service.pb.go#L1520: 	ListServiceLevelObjectives(context.Context, *ListServiceLevelObjectivesRequest) (*ListServiceLevelObjectivesResponse, error)
		service_service.pb.go#L1552: func (*UnimplementedServiceMonitoringServiceServer) ListServiceLevelObjectives(context.Context, *ListServiceLevelObjectivesRequest) (*ListServiceLevelObjectivesResponse, error) {

	cloud.google.com/go/monitoring/apiv3
		service_monitoring_client.go#L362: 		var resp *monitoringpb.ListServiceLevelObjectivesResponse