1 /* 2 * Copyright 2019 The Grafeas Authors. All rights reserved. 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 17 // Generated by the protocol buffer compiler. DO NOT EDIT! 18 // source: grafeas/v1/deployment.proto 19 20 package io.grafeas.v1; 21 22 public final class Deployment { Deployment()23 private Deployment() {} 24 registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry)25 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {} 26 registerAllExtensions(com.google.protobuf.ExtensionRegistry registry)27 public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) { 28 registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry); 29 } 30 31 static final com.google.protobuf.Descriptors.Descriptor 32 internal_static_grafeas_v1_DeploymentNote_descriptor; 33 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 34 internal_static_grafeas_v1_DeploymentNote_fieldAccessorTable; 35 static final com.google.protobuf.Descriptors.Descriptor 36 internal_static_grafeas_v1_DeploymentOccurrence_descriptor; 37 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 38 internal_static_grafeas_v1_DeploymentOccurrence_fieldAccessorTable; 39 getDescriptor()40 public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { 41 return descriptor; 42 } 43 44 private static com.google.protobuf.Descriptors.FileDescriptor descriptor; 45 46 static { 47 java.lang.String[] descriptorData = { 48 "\n\033grafeas/v1/deployment.proto\022\ngrafeas.v" 49 + "1\032\037google/protobuf/timestamp.proto\"&\n\016De" 50 + "ploymentNote\022\024\n\014resource_uri\030\001 \003(\t\"\307\002\n\024D" 51 + "eploymentOccurrence\022\022\n\nuser_email\030\001 \001(\t\022" 52 + "/\n\013deploy_time\030\002 \001(\0132\032.google.protobuf.T" 53 + "imestamp\0221\n\rundeploy_time\030\003 \001(\0132\032.google" 54 + ".protobuf.Timestamp\022\016\n\006config\030\004 \001(\t\022\017\n\007a" 55 + "ddress\030\005 \001(\t\022\024\n\014resource_uri\030\006 \003(\t\022;\n\010pl" 56 + "atform\030\007 \001(\0162).grafeas.v1.DeploymentOccu" 57 + "rrence.Platform\"C\n\010Platform\022\030\n\024PLATFORM_" 58 + "UNSPECIFIED\020\000\022\007\n\003GKE\020\001\022\010\n\004FLEX\020\002\022\n\n\006CUST" 59 + "OM\020\003BQ\n\rio.grafeas.v1P\001Z8google.golang.o" 60 + "rg/genproto/googleapis/grafeas/v1;grafea" 61 + "s\242\002\003GRAb\006proto3" 62 }; 63 descriptor = 64 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 65 descriptorData, 66 new com.google.protobuf.Descriptors.FileDescriptor[] { 67 com.google.protobuf.TimestampProto.getDescriptor(), 68 }); 69 internal_static_grafeas_v1_DeploymentNote_descriptor = getDescriptor().getMessageTypes().get(0); 70 internal_static_grafeas_v1_DeploymentNote_fieldAccessorTable = 71 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 72 internal_static_grafeas_v1_DeploymentNote_descriptor, 73 new java.lang.String[] { 74 "ResourceUri", 75 }); 76 internal_static_grafeas_v1_DeploymentOccurrence_descriptor = 77 getDescriptor().getMessageTypes().get(1); 78 internal_static_grafeas_v1_DeploymentOccurrence_fieldAccessorTable = 79 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 80 internal_static_grafeas_v1_DeploymentOccurrence_descriptor, 81 new java.lang.String[] { 82 "UserEmail", 83 "DeployTime", 84 "UndeployTime", 85 "Config", 86 "Address", 87 "ResourceUri", 88 "Platform", 89 }); com.google.protobuf.TimestampProto.getDescriptor()90 com.google.protobuf.TimestampProto.getDescriptor(); 91 } 92 93 // @@protoc_insertion_point(outer_class_scope) 94 } 95