• 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/aiplatform/v1/annotation_spec.proto
18 
19 package com.google.cloud.aiplatform.v1;
20 
21 public final class AnnotationSpecProto {
AnnotationSpecProto()22   private AnnotationSpecProto() {}
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_aiplatform_v1_AnnotationSpec_descriptor;
32   static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
33       internal_static_google_cloud_aiplatform_v1_AnnotationSpec_fieldAccessorTable;
34 
getDescriptor()35   public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
36     return descriptor;
37   }
38 
39   private static com.google.protobuf.Descriptors.FileDescriptor descriptor;
40 
41   static {
42     java.lang.String[] descriptorData = {
43       "\n0google/cloud/aiplatform/v1/annotation_"
44           + "spec.proto\022\032google.cloud.aiplatform.v1\032\037"
45           + "google/api/field_behavior.proto\032\031google/"
46           + "api/resource.proto\032\037google/protobuf/time"
47           + "stamp.proto\"\314\002\n\016AnnotationSpec\022\021\n\004name\030\001"
48           + " \001(\tB\003\340A\003\022\031\n\014display_name\030\002 \001(\tB\003\340A\002\0224\n\013"
49           + "create_time\030\003 \001(\0132\032.google.protobuf.Time"
50           + "stampB\003\340A\003\0224\n\013update_time\030\004 \001(\0132\032.google"
51           + ".protobuf.TimestampB\003\340A\003\022\021\n\004etag\030\005 \001(\tB\003"
52           + "\340A\001:\214\001\352A\210\001\n(aiplatform.googleapis.com/An"
53           + "notationSpec\022\\projects/{project}/locatio"
54           + "ns/{location}/datasets/{dataset}/annotat"
55           + "ionSpecs/{annotation_spec}B\321\001\n\036com.googl"
56           + "e.cloud.aiplatform.v1B\023AnnotationSpecPro"
57           + "toP\001Z>cloud.google.com/go/aiplatform/api"
58           + "v1/aiplatformpb;aiplatformpb\252\002\032Google.Cl"
59           + "oud.AIPlatform.V1\312\002\032Google\\Cloud\\AIPlatf"
60           + "orm\\V1\352\002\035Google::Cloud::AIPlatform::V1b\006"
61           + "proto3"
62     };
63     descriptor =
64         com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
65             descriptorData,
66             new com.google.protobuf.Descriptors.FileDescriptor[] {
67               com.google.api.FieldBehaviorProto.getDescriptor(),
68               com.google.api.ResourceProto.getDescriptor(),
69               com.google.protobuf.TimestampProto.getDescriptor(),
70             });
71     internal_static_google_cloud_aiplatform_v1_AnnotationSpec_descriptor =
72         getDescriptor().getMessageTypes().get(0);
73     internal_static_google_cloud_aiplatform_v1_AnnotationSpec_fieldAccessorTable =
74         new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
75             internal_static_google_cloud_aiplatform_v1_AnnotationSpec_descriptor,
76             new java.lang.String[] {
77               "Name", "DisplayName", "CreateTime", "UpdateTime", "Etag",
78             });
79     com.google.protobuf.ExtensionRegistry registry =
80         com.google.protobuf.ExtensionRegistry.newInstance();
81     registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
82     registry.add(com.google.api.ResourceProto.resource);
com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)83     com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
84         descriptor, registry);
com.google.api.FieldBehaviorProto.getDescriptor()85     com.google.api.FieldBehaviorProto.getDescriptor();
com.google.api.ResourceProto.getDescriptor()86     com.google.api.ResourceProto.getDescriptor();
com.google.protobuf.TimestampProto.getDescriptor()87     com.google.protobuf.TimestampProto.getDescriptor();
88   }
89 
90   // @@protoc_insertion_point(outer_class_scope)
91 }
92