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.proto 18 19 package com.google.cloud.aiplatform.v1; 20 21 public final class AnnotationProto { AnnotationProto()22 private AnnotationProto() {} 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_Annotation_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_aiplatform_v1_Annotation_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_aiplatform_v1_Annotation_LabelsEntry_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_aiplatform_v1_Annotation_LabelsEntry_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/aiplatform/v1/annotation." 48 + "proto\022\032google.cloud.aiplatform.v1\032\037googl" 49 + "e/api/field_behavior.proto\032\031google/api/r" 50 + "esource.proto\0326google/cloud/aiplatform/v" 51 + "1/user_action_reference.proto\032\034google/pr" 52 + "otobuf/struct.proto\032\037google/protobuf/tim" 53 + "estamp.proto\"\316\004\n\nAnnotation\022\021\n\004name\030\001 \001(" 54 + "\tB\003\340A\003\022\037\n\022payload_schema_uri\030\002 \001(\tB\003\340A\002\022" 55 + ",\n\007payload\030\003 \001(\0132\026.google.protobuf.Value" 56 + "B\003\340A\002\0224\n\013create_time\030\004 \001(\0132\032.google.prot" 57 + "obuf.TimestampB\003\340A\003\0224\n\013update_time\030\007 \001(\013" 58 + "2\032.google.protobuf.TimestampB\003\340A\003\022\021\n\004eta" 59 + "g\030\010 \001(\tB\003\340A\001\022O\n\021annotation_source\030\005 \001(\0132" 60 + "/.google.cloud.aiplatform.v1.UserActionR" 61 + "eferenceB\003\340A\003\022G\n\006labels\030\006 \003(\01322.google.c" 62 + "loud.aiplatform.v1.Annotation.LabelsEntr" 63 + "yB\003\340A\001\032-\n\013LabelsEntry\022\013\n\003key\030\001 \001(\t\022\r\n\005va" 64 + "lue\030\002 \001(\t:\0028\001:\225\001\352A\221\001\n$aiplatform.googlea" 65 + "pis.com/Annotation\022iprojects/{project}/l" 66 + "ocations/{location}/datasets/{dataset}/d" 67 + "ataItems/{data_item}/annotations/{annota" 68 + "tion}B\315\001\n\036com.google.cloud.aiplatform.v1" 69 + "B\017AnnotationProtoP\001Z>cloud.google.com/go" 70 + "/aiplatform/apiv1/aiplatformpb;aiplatfor" 71 + "mpb\252\002\032Google.Cloud.AIPlatform.V1\312\002\032Googl" 72 + "e\\Cloud\\AIPlatform\\V1\352\002\035Google::Cloud::A" 73 + "IPlatform::V1b\006proto3" 74 }; 75 descriptor = 76 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 77 descriptorData, 78 new com.google.protobuf.Descriptors.FileDescriptor[] { 79 com.google.api.FieldBehaviorProto.getDescriptor(), 80 com.google.api.ResourceProto.getDescriptor(), 81 com.google.cloud.aiplatform.v1.UserActionReferenceProto.getDescriptor(), 82 com.google.protobuf.StructProto.getDescriptor(), 83 com.google.protobuf.TimestampProto.getDescriptor(), 84 }); 85 internal_static_google_cloud_aiplatform_v1_Annotation_descriptor = 86 getDescriptor().getMessageTypes().get(0); 87 internal_static_google_cloud_aiplatform_v1_Annotation_fieldAccessorTable = 88 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 89 internal_static_google_cloud_aiplatform_v1_Annotation_descriptor, 90 new java.lang.String[] { 91 "Name", 92 "PayloadSchemaUri", 93 "Payload", 94 "CreateTime", 95 "UpdateTime", 96 "Etag", 97 "AnnotationSource", 98 "Labels", 99 }); 100 internal_static_google_cloud_aiplatform_v1_Annotation_LabelsEntry_descriptor = 101 internal_static_google_cloud_aiplatform_v1_Annotation_descriptor.getNestedTypes().get(0); 102 internal_static_google_cloud_aiplatform_v1_Annotation_LabelsEntry_fieldAccessorTable = 103 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 104 internal_static_google_cloud_aiplatform_v1_Annotation_LabelsEntry_descriptor, 105 new java.lang.String[] { 106 "Key", "Value", 107 }); 108 com.google.protobuf.ExtensionRegistry registry = 109 com.google.protobuf.ExtensionRegistry.newInstance(); 110 registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); 111 registry.add(com.google.api.ResourceProto.resource); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)112 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 113 descriptor, registry); com.google.api.FieldBehaviorProto.getDescriptor()114 com.google.api.FieldBehaviorProto.getDescriptor(); com.google.api.ResourceProto.getDescriptor()115 com.google.api.ResourceProto.getDescriptor(); com.google.cloud.aiplatform.v1.UserActionReferenceProto.getDescriptor()116 com.google.cloud.aiplatform.v1.UserActionReferenceProto.getDescriptor(); com.google.protobuf.StructProto.getDescriptor()117 com.google.protobuf.StructProto.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor()118 com.google.protobuf.TimestampProto.getDescriptor(); 119 } 120 121 // @@protoc_insertion_point(outer_class_scope) 122 } 123