/*
 * 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/v1alpha/scan_run.proto

package com.google.cloud.websecurityscanner.v1alpha;

public final class ScanRunProto {
  private ScanRunProto() {}

  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_v1alpha_ScanRun_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_websecurityscanner_v1alpha_ScanRun_fieldAccessorTable;

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

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

  static {
    java.lang.String[] descriptorData = {
      "\n6google/cloud/websecurityscanner/v1alph"
          + "a/scan_run.proto\022\'google.cloud.websecuri"
          + "tyscanner.v1alpha\032\031google/api/resource.p"
          + "roto\032\037google/protobuf/timestamp.proto\"\257\005"
          + "\n\007ScanRun\022\014\n\004name\030\001 \001(\t\022X\n\017execution_sta"
          + "te\030\002 \001(\0162?.google.cloud.websecurityscann"
          + "er.v1alpha.ScanRun.ExecutionState\022R\n\014res"
          + "ult_state\030\003 \001(\0162<.google.cloud.websecuri"
          + "tyscanner.v1alpha.ScanRun.ResultState\022.\n"
          + "\nstart_time\030\004 \001(\0132\032.google.protobuf.Time"
          + "stamp\022,\n\010end_time\030\005 \001(\0132\032.google.protobu"
          + "f.Timestamp\022\032\n\022urls_crawled_count\030\006 \001(\003\022"
          + "\031\n\021urls_tested_count\030\007 \001(\003\022\033\n\023has_vulner"
          + "abilities\030\010 \001(\010\022\030\n\020progress_percent\030\t \001("
          + "\005\"Y\n\016ExecutionState\022\037\n\033EXECUTION_STATE_U"
          + "NSPECIFIED\020\000\022\n\n\006QUEUED\020\001\022\014\n\010SCANNING\020\002\022\014"
          + "\n\010FINISHED\020\003\"O\n\013ResultState\022\034\n\030RESULT_ST"
          + "ATE_UNSPECIFIED\020\000\022\013\n\007SUCCESS\020\001\022\t\n\005ERROR\020"
          + "\002\022\n\n\006KILLED\020\003:p\352Am\n)websecurityscanner.g"
          + "oogleapis.com/ScanRun\022@projects/{project"
          + "}/scanConfigs/{scan_config}/scanRuns/{sc"
          + "an_run}B\232\001\n+com.google.cloud.websecurity"
          + "scanner.v1alphaB\014ScanRunProtoP\001Z[cloud.g"
          + "oogle.com/go/websecurityscanner/apiv1alp"
          + "ha/websecurityscannerpb;websecurityscann"
          + "erpbb\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.ResourceProto.getDescriptor(),
              com.google.protobuf.TimestampProto.getDescriptor(),
            });
    internal_static_google_cloud_websecurityscanner_v1alpha_ScanRun_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_websecurityscanner_v1alpha_ScanRun_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_websecurityscanner_v1alpha_ScanRun_descriptor,
            new java.lang.String[] {
              "Name",
              "ExecutionState",
              "ResultState",
              "StartTime",
              "EndTime",
              "UrlsCrawledCount",
              "UrlsTestedCount",
              "HasVulnerabilities",
              "ProgressPercent",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.ResourceProto.resource);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.ResourceProto.getDescriptor();
    com.google.protobuf.TimestampProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
