/*
 * 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/websecurityscanner/v1/scan_run_warning_trace.proto

package com.google.cloud.websecurityscanner.v1;

public final class ScanRunWarningTraceProto {
  private ScanRunWarningTraceProto() {}

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

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

  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_websecurityscanner_v1_ScanRunWarningTrace_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_websecurityscanner_v1_ScanRunWarningTrace_fieldAccessorTable;

  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/websecurityscanner/v1/sca"
          + "n_run_warning_trace.proto\022\"google.cloud."
          + "websecurityscanner.v1\"\225\002\n\023ScanRunWarning"
          + "Trace\022J\n\004code\030\001 \001(\0162<.google.cloud.webse"
          + "curityscanner.v1.ScanRunWarningTrace.Cod"
          + "e\"\261\001\n\004Code\022\024\n\020CODE_UNSPECIFIED\020\000\022\036\n\032INSU"
          + "FFICIENT_CRAWL_RESULTS\020\001\022\032\n\026TOO_MANY_CRA"
          + "WL_RESULTS\020\002\022\027\n\023TOO_MANY_FUZZ_TASKS\020\003\022\022\n"
          + "\016BLOCKED_BY_IAP\020\004\022*\n&NO_STARTING_URL_FOU"
          + "ND_FOR_MANAGED_SCAN\020\005B\216\002\n&com.google.clo"
          + "ud.websecurityscanner.v1B\030ScanRunWarning"
          + "TraceProtoP\001ZVcloud.google.com/go/websec"
          + "urityscanner/apiv1/websecurityscannerpb;"
          + "websecurityscannerpb\252\002\"Google.Cloud.WebS"
          + "ecurityScanner.V1\312\002\"Google\\Cloud\\WebSecu"
          + "rityScanner\\V1\352\002%Google::Cloud::WebSecur"
          + "ityScanner::V1b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
    internal_static_google_cloud_websecurityscanner_v1_ScanRunWarningTrace_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_websecurityscanner_v1_ScanRunWarningTrace_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_websecurityscanner_v1_ScanRunWarningTrace_descriptor,
            new java.lang.String[] {
              "Code",
            });
  }

  // @@protoc_insertion_point(outer_class_scope)
}
