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/channel/v1/operations.proto 18 19 package com.google.cloud.channel.v1; 20 21 public final class OperationsProto { OperationsProto()22 private OperationsProto() {} 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_channel_v1_OperationMetadata_descriptor; 32 static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable 33 internal_static_google_cloud_channel_v1_OperationMetadata_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 "\n(google/cloud/channel/v1/operations.pro" 44 + "to\022\027google.cloud.channel.v1\"\266\003\n\021Operatio" 45 + "nMetadata\022P\n\016operation_type\030\001 \001(\01628.goog" 46 + "le.cloud.channel.v1.OperationMetadata.Op" 47 + "erationType\"\316\002\n\rOperationType\022\036\n\032OPERATI" 48 + "ON_TYPE_UNSPECIFIED\020\000\022\026\n\022CREATE_ENTITLEM" 49 + "ENT\020\001\022\033\n\027CHANGE_RENEWAL_SETTINGS\020\003\022\026\n\022ST" 50 + "ART_PAID_SERVICE\020\005\022\030\n\024ACTIVATE_ENTITLEME" 51 + "NT\020\007\022\027\n\023SUSPEND_ENTITLEMENT\020\010\022\026\n\022CANCEL_" 52 + "ENTITLEMENT\020\t\022\031\n\025TRANSFER_ENTITLEMENTS\020\n" 53 + "\022#\n\037TRANSFER_ENTITLEMENTS_TO_GOOGLE\020\013\022\020\n" 54 + "\014CHANGE_OFFER\020\016\022\025\n\021CHANGE_PARAMETERS\020\017\022\034" 55 + "\n\030PROVISION_CLOUD_IDENTITY\020\020Bg\n\033com.goog" 56 + "le.cloud.channel.v1B\017OperationsProtoP\001Z5" 57 + "cloud.google.com/go/channel/apiv1/channe" 58 + "lpb;channelpbb\006proto3" 59 }; 60 descriptor = 61 com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( 62 descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {}); 63 internal_static_google_cloud_channel_v1_OperationMetadata_descriptor = 64 getDescriptor().getMessageTypes().get(0); 65 internal_static_google_cloud_channel_v1_OperationMetadata_fieldAccessorTable = 66 new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( 67 internal_static_google_cloud_channel_v1_OperationMetadata_descriptor, 68 new java.lang.String[] { 69 "OperationType", 70 }); 71 } 72 73 // @@protoc_insertion_point(outer_class_scope) 74 } 75