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/completion_stats.proto 18 19 package com.google.cloud.aiplatform.v1; 20 21 public final class CompletionStatsProto { CompletionStatsProto()22 private CompletionStatsProto() {} 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_CompletionStats_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_aiplatform_v1_CompletionStats_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 "\n1google/cloud/aiplatform/v1/completion_" 44 + "stats.proto\022\032google.cloud.aiplatform.v1\032" 45 + "\037google/api/field_behavior.proto\"\230\001\n\017Com" 46 + "pletionStats\022\035\n\020successful_count\030\001 \001(\003B\003" 47 + "\340A\003\022\031\n\014failed_count\030\002 \001(\003B\003\340A\003\022\035\n\020incomp" 48 + "lete_count\030\003 \001(\003B\003\340A\003\022,\n\037successful_fore" 49 + "cast_point_count\030\005 \001(\003B\003\340A\003B\322\001\n\036com.goog" 50 + "le.cloud.aiplatform.v1B\024CompletionStatsP" 51 + "rotoP\001Z>cloud.google.com/go/aiplatform/a" 52 + "piv1/aiplatformpb;aiplatformpb\252\002\032Google." 53 + "Cloud.AIPlatform.V1\312\002\032Google\\Cloud\\AIPla" 54 + "tform\\V1\352\002\035Google::Cloud::AIPlatform::V1" 55 + "b\006proto3" 56 }; 57 descriptor = 58 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 59 descriptorData, 60 new com.google.protobuf.Descriptors.FileDescriptor[] { 61 com.google.api.FieldBehaviorProto.getDescriptor(), 62 }); 63 internal_static_google_cloud_aiplatform_v1_CompletionStats_descriptor = 64 getDescriptor().getMessageTypes().get(0); 65 internal_static_google_cloud_aiplatform_v1_CompletionStats_fieldAccessorTable = 66 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 67 internal_static_google_cloud_aiplatform_v1_CompletionStats_descriptor, 68 new java.lang.String[] { 69 "SuccessfulCount", "FailedCount", "IncompleteCount", "SuccessfulForecastPointCount", 70 }); 71 com.google.protobuf.ExtensionRegistry registry = 72 com.google.protobuf.ExtensionRegistry.newInstance(); 73 registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)74 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 75 descriptor, registry); com.google.api.FieldBehaviorProto.getDescriptor()76 com.google.api.FieldBehaviorProto.getDescriptor(); 77 } 78 79 // @@protoc_insertion_point(outer_class_scope) 80 } 81