![gardlt](/assets/img/avatar_default.png)
- updated hapi lib - implemented wait-resource-is-ready Change-Id: Ia547bec0c83e5dca19c87a99dd2cdbe413d78c06
89 lines
2.7 KiB
Python
89 lines
2.7 KiB
Python
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# source: hapi/chart/template.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()
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor.FileDescriptor(
|
|
name='hapi/chart/template.proto',
|
|
package='hapi.chart',
|
|
syntax='proto3',
|
|
serialized_pb=_b('\n\x19hapi/chart/template.proto\x12\nhapi.chart\"&\n\x08Template\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x42\x07Z\x05\x63hartb\x06proto3')
|
|
)
|
|
|
|
|
|
|
|
|
|
_TEMPLATE = _descriptor.Descriptor(
|
|
name='Template',
|
|
full_name='hapi.chart.Template',
|
|
filename=None,
|
|
file=DESCRIPTOR,
|
|
containing_type=None,
|
|
fields=[
|
|
_descriptor.FieldDescriptor(
|
|
name='name', full_name='hapi.chart.Template.name', 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),
|
|
_descriptor.FieldDescriptor(
|
|
name='data', full_name='hapi.chart.Template.data', index=1,
|
|
number=2, type=12, cpp_type=9, label=1,
|
|
has_default_value=False, default_value=_b(""),
|
|
message_type=None, enum_type=None, containing_type=None,
|
|
is_extension=False, extension_scope=None,
|
|
options=None),
|
|
],
|
|
extensions=[
|
|
],
|
|
nested_types=[],
|
|
enum_types=[
|
|
],
|
|
options=None,
|
|
is_extendable=False,
|
|
syntax='proto3',
|
|
extension_ranges=[],
|
|
oneofs=[
|
|
],
|
|
serialized_start=41,
|
|
serialized_end=79,
|
|
)
|
|
|
|
DESCRIPTOR.message_types_by_name['Template'] = _TEMPLATE
|
|
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
|
|
Template = _reflection.GeneratedProtocolMessageType('Template', (_message.Message,), dict(
|
|
DESCRIPTOR = _TEMPLATE,
|
|
__module__ = 'hapi.chart.template_pb2'
|
|
# @@protoc_insertion_point(class_scope:hapi.chart.Template)
|
|
))
|
|
_sym_db.RegisterMessage(Template)
|
|
|
|
|
|
DESCRIPTOR.has_options = True
|
|
DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('Z\005chart'))
|
|
try:
|
|
# THESE ELEMENTS WILL BE DEPRECATED.
|
|
# Please use the generated *_pb2_grpc.py files instead.
|
|
import grpc
|
|
from grpc.beta import implementations as beta_implementations
|
|
from grpc.beta import interfaces as beta_interfaces
|
|
from grpc.framework.common import cardinality
|
|
from grpc.framework.interfaces.face import utilities as face_utilities
|
|
except ImportError:
|
|
pass
|
|
# @@protoc_insertion_point(module_scope)
|