• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 /*
2  * Copyright 2020 Google LLC
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  *     https://www.apache.org/licenses/LICENSE-2.0
9  *
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 // Generated by the protocol buffer compiler.  DO NOT EDIT!
17 // source: google/cloud/dialogflow/v2/gcs.proto
18 
19 package com.google.cloud.dialogflow.v2;
20 
21 public final class GcsProto {
GcsProto()22   private GcsProto() {}
23 
registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)24   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}
25 
registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)26   public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
27     registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
28   }
29 
30   static final com.google.protobuf.Descriptors.Descriptor
31       internal_static_google_cloud_dialogflow_v2_GcsSources_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_dialogflow_v2_GcsSources_fieldAccessorTable;
34   static final com.google.protobuf.Descriptors.Descriptor
35       internal_static_google_cloud_dialogflow_v2_GcsDestination_descriptor;
36   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
37       internal_static_google_cloud_dialogflow_v2_GcsDestination_fieldAccessorTable;
38 
getDescriptor()39   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
40     return descriptor;
41   }
42 
43   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
44 
45   static {
46     java.lang.String[] descriptorData = {
47       "\n$google/cloud/dialogflow/v2/gcs.proto\022\032"
48           + "google.cloud.dialogflow.v2\032\037google/api/f"
49           + "ield_behavior.proto\"\037\n\nGcsSources\022\021\n\004uri"
50           + "s\030\002 \003(\tB\003\340A\002\"\035\n\016GcsDestination\022\013\n\003uri\030\001 "
51           + "\001(\tB\221\001\n\036com.google.cloud.dialogflow.v2B\010"
52           + "GcsProtoP\001Z>cloud.google.com/go/dialogfl"
53           + "ow/apiv2/dialogflowpb;dialogflowpb\370\001\001\242\002\002"
54           + "DF\252\002\032Google.Cloud.Dialogflow.V2b\006proto3"
55     };
56     descriptor =
57         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
58             descriptorData,
59             new com.google.protobuf.Descriptors.FileDescriptor[] {
60               com.google.api.FieldBehaviorProto.getDescriptor(),
61             });
62     internal_static_google_cloud_dialogflow_v2_GcsSources_descriptor =
63         getDescriptor().getMessageTypes().get(0);
64     internal_static_google_cloud_dialogflow_v2_GcsSources_fieldAccessorTable =
65         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
66             internal_static_google_cloud_dialogflow_v2_GcsSources_descriptor,
67             new java.lang.String[] {
68               "Uris",
69             });
70     internal_static_google_cloud_dialogflow_v2_GcsDestination_descriptor =
71         getDescriptor().getMessageTypes().get(1);
72     internal_static_google_cloud_dialogflow_v2_GcsDestination_fieldAccessorTable =
73         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
74             internal_static_google_cloud_dialogflow_v2_GcsDestination_descriptor,
75             new java.lang.String[] {
76               "Uri",
77             });
78     com.google.protobuf.ExtensionRegistry registry =
79         com.google.protobuf.ExtensionRegistry.newInstance();
80     registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)81     com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
82         descriptor, registry);
com.google.api.FieldBehaviorProto.getDescriptor()83     com.google.api.FieldBehaviorProto.getDescriptor();
84   }
85 
86   // @@protoc_insertion_point(outer_class_scope)
87 }
88