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

package com.google.cloud.websecurityscanner.v1;

public final class ScanRunLogProto {
  private ScanRunLogProto() {}

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

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

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

  static {
    java.lang.String[] descriptorData = {
      "\n5google/cloud/websecurityscanner/v1/sca"
          + "n_run_log.proto\022\"google.cloud.websecurit"
          + "yscanner.v1\0321google/cloud/websecuritysca"
          + "nner/v1/scan_run.proto\032=google/cloud/web"
          + "securityscanner/v1/scan_run_error_trace."
          + "proto\"\350\002\n\nScanRunLog\022\017\n\007summary\030\001 \001(\t\022\014\n"
          + "\004name\030\002 \001(\t\022S\n\017execution_state\030\003 \001(\0162:.g"
          + "oogle.cloud.websecurityscanner.v1.ScanRu"
          + "n.ExecutionState\022M\n\014result_state\030\004 \001(\01627"
          + ".google.cloud.websecurityscanner.v1.Scan"
          + "Run.ResultState\022\032\n\022urls_crawled_count\030\005 "
          + "\001(\003\022\031\n\021urls_tested_count\030\006 \001(\003\022\024\n\014has_fi"
          + "ndings\030\007 \001(\010\022J\n\013error_trace\030\010 \001(\01325.goog"
          + "le.cloud.websecurityscanner.v1.ScanRunEr"
          + "rorTraceB\205\002\n&com.google.cloud.websecurit"
          + "yscanner.v1B\017ScanRunLogProtoP\001ZVcloud.go"
          + "ogle.com/go/websecurityscanner/apiv1/web"
          + "securityscannerpb;websecurityscannerpb\252\002"
          + "\"Google.Cloud.WebSecurityScanner.V1\312\002\"Go"
          + "ogle\\Cloud\\WebSecurityScanner\\V1\352\002%Googl"
          + "e::Cloud::WebSecurityScanner::V1b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.cloud.websecurityscanner.v1.ScanRunProto.getDescriptor(),
              com.google.cloud.websecurityscanner.v1.ScanRunErrorTraceProto.getDescriptor(),
            });
    internal_static_google_cloud_websecurityscanner_v1_ScanRunLog_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_websecurityscanner_v1_ScanRunLog_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_websecurityscanner_v1_ScanRunLog_descriptor,
            new java.lang.String[] {
              "Summary",
              "Name",
              "ExecutionState",
              "ResultState",
              "UrlsCrawledCount",
              "UrlsTestedCount",
              "HasFindings",
              "ErrorTrace",
            });
    com.google.cloud.websecurityscanner.v1.ScanRunProto.getDescriptor();
    com.google.cloud.websecurityscanner.v1.ScanRunErrorTraceProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
