Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(97)

Unified Diff: client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py

Issue 2465423002: Roll infra_libs to 564aaf7480f24c90687df79d9cef910cc342a54d (Closed)
Patch Set: update readmes Created 4 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « client/third_party/infra_libs/ts_mon/protos/new/timestamp.proto ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py
diff --git a/client/third_party/google/protobuf/timestamp_pb2.py b/client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py
similarity index 58%
copy from client/third_party/google/protobuf/timestamp_pb2.py
copy to client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py
index bd611865bc712e03561acc5c7d66640d16297396..10bb23dd5c016107e48962b39b34029861e89d17 100644
--- a/client/third_party/google/protobuf/timestamp_pb2.py
+++ b/client/third_party/infra_libs/ts_mon/protos/new/timestamp_pb2.py
@@ -1,5 +1,5 @@
# Generated by the protocol buffer compiler. DO NOT EDIT!
-# source: google/protobuf/timestamp.proto
+# source: timestamp.proto
import sys
_b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1'))
@@ -16,10 +16,9 @@ _sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor.FileDescriptor(
- name='google/protobuf/timestamp.proto',
- package='google.protobuf',
- syntax='proto3',
- serialized_pb=_b('\n\x1fgoogle/protobuf/timestamp.proto\x12\x0fgoogle.protobuf\"+\n\tTimestamp\x12\x0f\n\x07seconds\x18\x01 \x01(\x03\x12\r\n\x05nanos\x18\x02 \x01(\x05\x42\x81\x01\n\x13\x63om.google.protobufB\x0eTimestampProtoP\x01Z+github.com/golang/protobuf/ptypes/timestamp\xa0\x01\x01\xf8\x01\x01\xa2\x02\x03GPB\xaa\x02\x1eGoogle.Protobuf.WellKnownTypesb\x06proto3')
+ name='timestamp.proto',
+ package='ts_mon.proto',
+ serialized_pb=_b('\n\x0ftimestamp.proto\x12\x0cts_mon.proto\"+\n\tTimestamp\x12\x0f\n\x07seconds\x18\x01 \x01(\x03\x12\r\n\x05nanos\x18\x02 \x01(\x05')
)
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
@@ -28,20 +27,20 @@ _sym_db.RegisterFileDescriptor(DESCRIPTOR)
_TIMESTAMP = _descriptor.Descriptor(
name='Timestamp',
- full_name='google.protobuf.Timestamp',
+ full_name='ts_mon.proto.Timestamp',
filename=None,
file=DESCRIPTOR,
containing_type=None,
fields=[
_descriptor.FieldDescriptor(
- name='seconds', full_name='google.protobuf.Timestamp.seconds', index=0,
+ name='seconds', full_name='ts_mon.proto.Timestamp.seconds', index=0,
number=1, type=3, cpp_type=2, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
is_extension=False, extension_scope=None,
options=None),
_descriptor.FieldDescriptor(
- name='nanos', full_name='google.protobuf.Timestamp.nanos', index=1,
+ name='nanos', full_name='ts_mon.proto.Timestamp.nanos', index=1,
number=2, type=5, cpp_type=1, label=1,
has_default_value=False, default_value=0,
message_type=None, enum_type=None, containing_type=None,
@@ -55,24 +54,21 @@ _TIMESTAMP = _descriptor.Descriptor(
],
options=None,
is_extendable=False,
- syntax='proto3',
extension_ranges=[],
oneofs=[
],
- serialized_start=52,
- serialized_end=95,
+ serialized_start=33,
+ serialized_end=76,
)
DESCRIPTOR.message_types_by_name['Timestamp'] = _TIMESTAMP
Timestamp = _reflection.GeneratedProtocolMessageType('Timestamp', (_message.Message,), dict(
DESCRIPTOR = _TIMESTAMP,
- __module__ = 'google.protobuf.timestamp_pb2'
- # @@protoc_insertion_point(class_scope:google.protobuf.Timestamp)
+ __module__ = 'timestamp_pb2'
+ # @@protoc_insertion_point(class_scope:ts_mon.proto.Timestamp)
))
_sym_db.RegisterMessage(Timestamp)
-DESCRIPTOR.has_options = True
-DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\023com.google.protobufB\016TimestampProtoP\001Z+github.com/golang/protobuf/ptypes/timestamp\240\001\001\370\001\001\242\002\003GPB\252\002\036Google.Protobuf.WellKnownTypes'))
# @@protoc_insertion_point(module_scope)
« no previous file with comments | « client/third_party/infra_libs/ts_mon/protos/new/timestamp.proto ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698