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/operation.proto 18 19 package com.google.cloud.aiplatform.v1; 20 21 public final class OperationProto { OperationProto()22 private OperationProto() {} 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_GenericOperationMetadata_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_aiplatform_v1_GenericOperationMetadata_fieldAccessorTable; 34 static final com.google.protobuf.Descriptors.Descriptor 35 internal_static_google_cloud_aiplatform_v1_DeleteOperationMetadata_descriptor; 36 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 37 internal_static_google_cloud_aiplatform_v1_DeleteOperationMetadata_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/operation.p" 48 + "roto\022\032google.cloud.aiplatform.v1\032\037google" 49 + "/api/field_behavior.proto\032\037google/protob" 50 + "uf/timestamp.proto\032\027google/rpc/status.pr" 51 + "oto\"\271\001\n\030GenericOperationMetadata\0221\n\020part" 52 + "ial_failures\030\001 \003(\0132\022.google.rpc.StatusB\003" 53 + "\340A\003\0224\n\013create_time\030\002 \001(\0132\032.google.protob" 54 + "uf.TimestampB\003\340A\003\0224\n\013update_time\030\003 \001(\0132\032" 55 + ".google.protobuf.TimestampB\003\340A\003\"i\n\027Delet" 56 + "eOperationMetadata\022N\n\020generic_metadata\030\001" 57 + " \001(\01324.google.cloud.aiplatform.v1.Generi" 58 + "cOperationMetadataB\314\001\n\036com.google.cloud." 59 + "aiplatform.v1B\016OperationProtoP\001Z>cloud.g" 60 + "oogle.com/go/aiplatform/apiv1/aiplatform" 61 + "pb;aiplatformpb\252\002\032Google.Cloud.AIPlatfor" 62 + "m.V1\312\002\032Google\\Cloud\\AIPlatform\\V1\352\002\035Goog" 63 + "le::Cloud::AIPlatform::V1b\006proto3" 64 }; 65 descriptor = 66 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 67 descriptorData, 68 new com.google.protobuf.Descriptors.FileDescriptor[] { 69 com.google.api.FieldBehaviorProto.getDescriptor(), 70 com.google.protobuf.TimestampProto.getDescriptor(), 71 com.google.rpc.StatusProto.getDescriptor(), 72 }); 73 internal_static_google_cloud_aiplatform_v1_GenericOperationMetadata_descriptor = 74 getDescriptor().getMessageTypes().get(0); 75 internal_static_google_cloud_aiplatform_v1_GenericOperationMetadata_fieldAccessorTable = 76 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 77 internal_static_google_cloud_aiplatform_v1_GenericOperationMetadata_descriptor, 78 new java.lang.String[] { 79 "PartialFailures", "CreateTime", "UpdateTime", 80 }); 81 internal_static_google_cloud_aiplatform_v1_DeleteOperationMetadata_descriptor = 82 getDescriptor().getMessageTypes().get(1); 83 internal_static_google_cloud_aiplatform_v1_DeleteOperationMetadata_fieldAccessorTable = 84 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 85 internal_static_google_cloud_aiplatform_v1_DeleteOperationMetadata_descriptor, 86 new java.lang.String[] { 87 "GenericMetadata", 88 }); 89 com.google.protobuf.ExtensionRegistry registry = 90 com.google.protobuf.ExtensionRegistry.newInstance(); 91 registry.add(com.google.api.FieldBehaviorProto.fieldBehavior); com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( descriptor, registry)92 com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor( 93 descriptor, registry); com.google.api.FieldBehaviorProto.getDescriptor()94 com.google.api.FieldBehaviorProto.getDescriptor(); com.google.protobuf.TimestampProto.getDescriptor()95 com.google.protobuf.TimestampProto.getDescriptor(); com.google.rpc.StatusProto.getDescriptor()96 com.google.rpc.StatusProto.getDescriptor(); 97 } 98 99 // @@protoc_insertion_point(outer_class_scope) 100 } 101