# Generated by the protocol buffer compiler.  DO NOT EDIT!
# source: cabe/proto/v1/service.proto

import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
from google.protobuf import descriptor_pb2
# @@protoc_insertion_point(imports)

_sym_db = _symbol_database.Default()


from google.api import annotations_pb2 as google_dot_api_dot_annotations__pb2
from cabe.proto.v1 import analysis_pb2 as cabe_dot_proto_dot_v1_dot_analysis__pb2
from cabe.proto.v1 import spec_pb2 as cabe_dot_proto_dot_v1_dot_spec__pb2


DESCRIPTOR = _descriptor.FileDescriptor(
  name='cabe/proto/v1/service.proto',
  package='cabe.v1',
  syntax='proto3',
  serialized_pb=_b('\n\x1b\x63\x61\x62\x65/proto/v1/service.proto\x12\x07\x63\x61\x62\x65.v1\x1a\x1cgoogle/api/annotations.proto\x1a\x1c\x63\x61\x62\x65/proto/v1/analysis.proto\x1a\x18\x63\x61\x62\x65/proto/v1/spec.proto\"_\n\x12GetAnalysisRequest\x12\x17\n\x0fpinpoint_job_id\x18\x01 \x01(\t\x12\x30\n\x0f\x65xperiment_spec\x18\x02 \x01(\x0b\x32\x17.cabe.v1.ExperimentSpec\"\xa7\x01\n\x13GetAnalysisResponse\x12(\n\x07results\x18\x01 \x03(\x0b\x32\x17.cabe.v1.AnalysisResult\x12\x39\n\x18inferred_experiment_spec\x18\x02 \x01(\x0b\x32\x17.cabe.v1.ExperimentSpec\x12+\n\x08metadata\x18\x03 \x01(\x0b\x32\x19.cabe.v1.AnalysisMetadata2{\n\x08\x41nalysis\x12o\n\x0bGetAnalysis\x12\x1b.cabe.v1.GetAnalysisRequest\x1a\x1c.cabe.v1.GetAnalysisResponse\"%\x82\xd3\xe4\x93\x02\x1f\"\x1d/cabe.v1.Analysis/GetAnalysisB!Z\x1fgo.skia.org/infra/cabe/go/protob\x06proto3')
  ,
  dependencies=[google_dot_api_dot_annotations__pb2.DESCRIPTOR,cabe_dot_proto_dot_v1_dot_analysis__pb2.DESCRIPTOR,cabe_dot_proto_dot_v1_dot_spec__pb2.DESCRIPTOR,])




_GETANALYSISREQUEST = _descriptor.Descriptor(
  name='GetAnalysisRequest',
  full_name='cabe.v1.GetAnalysisRequest',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
      name='pinpoint_job_id', full_name='cabe.v1.GetAnalysisRequest.pinpoint_job_id', index=0,
      number=1, type=9, cpp_type=9, label=1,
      has_default_value=False, default_value=_b("").decode('utf-8'),
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
      name='experiment_spec', full_name='cabe.v1.GetAnalysisRequest.experiment_spec', index=1,
      number=2, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None, file=DESCRIPTOR),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=126,
  serialized_end=221,
)


_GETANALYSISRESPONSE = _descriptor.Descriptor(
  name='GetAnalysisResponse',
  full_name='cabe.v1.GetAnalysisResponse',
  filename=None,
  file=DESCRIPTOR,
  containing_type=None,
  fields=[
    _descriptor.FieldDescriptor(
      name='results', full_name='cabe.v1.GetAnalysisResponse.results', index=0,
      number=1, type=11, cpp_type=10, label=3,
      has_default_value=False, default_value=[],
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
      name='inferred_experiment_spec', full_name='cabe.v1.GetAnalysisResponse.inferred_experiment_spec', index=1,
      number=2, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None, file=DESCRIPTOR),
    _descriptor.FieldDescriptor(
      name='metadata', full_name='cabe.v1.GetAnalysisResponse.metadata', index=2,
      number=3, type=11, cpp_type=10, label=1,
      has_default_value=False, default_value=None,
      message_type=None, enum_type=None, containing_type=None,
      is_extension=False, extension_scope=None,
      options=None, file=DESCRIPTOR),
  ],
  extensions=[
  ],
  nested_types=[],
  enum_types=[
  ],
  options=None,
  is_extendable=False,
  syntax='proto3',
  extension_ranges=[],
  oneofs=[
  ],
  serialized_start=224,
  serialized_end=391,
)

_GETANALYSISREQUEST.fields_by_name['experiment_spec'].message_type = cabe_dot_proto_dot_v1_dot_spec__pb2._EXPERIMENTSPEC
_GETANALYSISRESPONSE.fields_by_name['results'].message_type = cabe_dot_proto_dot_v1_dot_analysis__pb2._ANALYSISRESULT
_GETANALYSISRESPONSE.fields_by_name['inferred_experiment_spec'].message_type = cabe_dot_proto_dot_v1_dot_spec__pb2._EXPERIMENTSPEC
_GETANALYSISRESPONSE.fields_by_name['metadata'].message_type = cabe_dot_proto_dot_v1_dot_analysis__pb2._ANALYSISMETADATA
DESCRIPTOR.message_types_by_name['GetAnalysisRequest'] = _GETANALYSISREQUEST
DESCRIPTOR.message_types_by_name['GetAnalysisResponse'] = _GETANALYSISRESPONSE
_sym_db.RegisterFileDescriptor(DESCRIPTOR)

GetAnalysisRequest = _reflection.GeneratedProtocolMessageType('GetAnalysisRequest', (_message.Message,), dict(
  DESCRIPTOR = _GETANALYSISREQUEST,
  __module__ = 'cabe.proto.v1.service_pb2'
  # @@protoc_insertion_point(class_scope:cabe.v1.GetAnalysisRequest)
  ))
_sym_db.RegisterMessage(GetAnalysisRequest)

GetAnalysisResponse = _reflection.GeneratedProtocolMessageType('GetAnalysisResponse', (_message.Message,), dict(
  DESCRIPTOR = _GETANALYSISRESPONSE,
  __module__ = 'cabe.proto.v1.service_pb2'
  # @@protoc_insertion_point(class_scope:cabe.v1.GetAnalysisResponse)
  ))
_sym_db.RegisterMessage(GetAnalysisResponse)


DESCRIPTOR.has_options = True
DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('Z\037go.skia.org/infra/cabe/go/proto'))

_ANALYSIS = _descriptor.ServiceDescriptor(
  name='Analysis',
  full_name='cabe.v1.Analysis',
  file=DESCRIPTOR,
  index=0,
  options=None,
  serialized_start=393,
  serialized_end=516,
  methods=[
  _descriptor.MethodDescriptor(
    name='GetAnalysis',
    full_name='cabe.v1.Analysis.GetAnalysis',
    index=0,
    containing_service=None,
    input_type=_GETANALYSISREQUEST,
    output_type=_GETANALYSISRESPONSE,
    options=_descriptor._ParseOptions(descriptor_pb2.MethodOptions(), _b('\202\323\344\223\002\037\"\035/cabe.v1.Analysis/GetAnalysis')),
  ),
])
_sym_db.RegisterServiceDescriptor(_ANALYSIS)

DESCRIPTOR.services_by_name['Analysis'] = _ANALYSIS

# @@protoc_insertion_point(module_scope)
