/*
 * 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/securitycenter/v1/access.proto

package com.google.cloud.securitycenter.v1;

public final class AccessProto {
  private AccessProto() {}

  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_securitycenter_v1_Access_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_securitycenter_v1_Access_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_securitycenter_v1_ServiceAccountDelegationInfo_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_securitycenter_v1_ServiceAccountDelegationInfo_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_cloud_securitycenter_v1_Geolocation_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_cloud_securitycenter_v1_Geolocation_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/securitycenter/v1/access."
          + "proto\022\036google.cloud.securitycenter.v1\"\365\002"
          + "\n\006Access\022\027\n\017principal_email\030\001 \001(\t\022\021\n\tcal"
          + "ler_ip\030\002 \001(\t\022B\n\rcaller_ip_geo\030\003 \001(\0132+.go"
          + "ogle.cloud.securitycenter.v1.Geolocation"
          + "\022\031\n\021user_agent_family\030\004 \001(\t\022\024\n\014service_n"
          + "ame\030\005 \001(\t\022\023\n\013method_name\030\006 \001(\t\022\031\n\021princi"
          + "pal_subject\030\007 \001(\t\022 \n\030service_account_key"
          + "_name\030\010 \001(\t\022e\n\037service_account_delegatio"
          + "n_info\030\t \003(\0132<.google.cloud.securitycent"
          + "er.v1.ServiceAccountDelegationInfo\022\021\n\tus"
          + "er_name\030\013 \001(\t\"R\n\034ServiceAccountDelegatio"
          + "nInfo\022\027\n\017principal_email\030\001 \001(\t\022\031\n\021princi"
          + "pal_subject\030\002 \001(\t\"\"\n\013Geolocation\022\023\n\013regi"
          + "on_code\030\001 \001(\tB\345\001\n\"com.google.cloud.secur"
          + "itycenter.v1B\013AccessProtoP\001ZJcloud.googl"
          + "e.com/go/securitycenter/apiv1/securityce"
          + "nterpb;securitycenterpb\252\002\036Google.Cloud.S"
          + "ecurityCenter.V1\312\002\036Google\\Cloud\\Security"
          + "Center\\V1\352\002!Google::Cloud::SecurityCente"
          + "r::V1b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] {});
    internal_static_google_cloud_securitycenter_v1_Access_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_cloud_securitycenter_v1_Access_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_securitycenter_v1_Access_descriptor,
            new java.lang.String[] {
              "PrincipalEmail",
              "CallerIp",
              "CallerIpGeo",
              "UserAgentFamily",
              "ServiceName",
              "MethodName",
              "PrincipalSubject",
              "ServiceAccountKeyName",
              "ServiceAccountDelegationInfo",
              "UserName",
            });
    internal_static_google_cloud_securitycenter_v1_ServiceAccountDelegationInfo_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_cloud_securitycenter_v1_ServiceAccountDelegationInfo_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_securitycenter_v1_ServiceAccountDelegationInfo_descriptor,
            new java.lang.String[] {
              "PrincipalEmail", "PrincipalSubject",
            });
    internal_static_google_cloud_securitycenter_v1_Geolocation_descriptor =
        getDescriptor().getMessageTypes().get(2);
    internal_static_google_cloud_securitycenter_v1_Geolocation_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_cloud_securitycenter_v1_Geolocation_descriptor,
            new java.lang.String[] {
              "RegionCode",
            });
  }

  // @@protoc_insertion_point(outer_class_scope)
}
