/*
 * Copyright 2020 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     https://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/cloud/deploy/v1/log_enums.proto

package com.google.cloud.deploy.v1;

public final class LogEnumsProto {
  private LogEnumsProto() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() {
    return descriptor;
  }

  private static com.google.protobuf.Descriptors.FileDescriptor descriptor;

  static {
    java.lang.String[] descriptorData = {
      "\n&google/cloud/deploy/v1/log_enums.proto"
          + "\022\026google.cloud.deploy.v1*f\n\004Type\022\024\n\020TYPE"
          + "_UNSPECIFIED\020\000\022$\n TYPE_PUBSUB_NOTIFICATI"
          + "ON_FAILURE\020\001\022\"\n\032TYPE_RENDER_STATUES_CHAN"
          + "GE\020\002\032\002\010\001Ba\n\032com.google.cloud.deploy.v1B\r"
          + "LogEnumsProtoP\001Z2cloud.google.com/go/dep"
          + "loy/apiv1/deploypb;deploypbb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
  }

  // @@protoc_insertion_point(outer_class_scope)
}
