Update several other protos with latest documentation.pull/1/head
parent
8eb974bd05
commit
a325f1f039
6 changed files with 14 additions and 45 deletions
@ -1,30 +0,0 @@ |
||||
// Copyright (c) 2014, Google Inc. |
||||
// |
||||
// Licensed under the Apache License, Version 2.0 (the "License"); |
||||
// you may not use this file except in compliance with the License. |
||||
// You may obtain a copy of the License at |
||||
// |
||||
// http://www.apache.org/licenses/LICENSE-2.0 |
||||
// |
||||
// Unless required by applicable law or agreed to in writing, software |
||||
// distributed under the License is distributed on an "AS IS" BASIS, |
||||
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
||||
// See the License for the specific language governing permissions and |
||||
// limitations under the License. |
||||
|
||||
syntax = "proto3"; |
||||
|
||||
package google.protobuf; |
||||
|
||||
option java_multiple_files = true; |
||||
option java_outer_classname = "SourceLocationProto"; |
||||
option java_package = "com.google.protobuf"; |
||||
|
||||
|
||||
// `SourceLocation` represents the location of the original .proto source of a |
||||
// protobuf element described by Api, Type, or Enum. |
||||
message SourceLocation { |
||||
// The path-qualified name of the .proto file that contained the associated |
||||
// protobuf element. For example: `"google/protobuf/source.proto"`. |
||||
string file_name = 1; |
||||
} |
Loading…
Reference in new issue