/*
 * 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/iam/v1/iam_policy.proto

package com.google.iam.v1;

public final class IamPolicyProto {
  private IamPolicyProto() {}

  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_iam_v1_SetIamPolicyRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_iam_v1_SetIamPolicyRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_iam_v1_GetIamPolicyRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_iam_v1_GetIamPolicyRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_iam_v1_TestIamPermissionsRequest_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_iam_v1_TestIamPermissionsRequest_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
      internal_static_google_iam_v1_TestIamPermissionsResponse_descriptor;
  static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_google_iam_v1_TestIamPermissionsResponse_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\036google/iam/v1/iam_policy.proto\022\rgoogle"
          + ".iam.v1\032\034google/api/annotations.proto\032\027g"
          + "oogle/api/client.proto\032\037google/api/field"
          + "_behavior.proto\032\031google/api/resource.pro"
          + "to\032\033google/iam/v1/options.proto\032\032google/"
          + "iam/v1/policy.proto\032 google/protobuf/fie"
          + "ld_mask.proto\"\217\001\n\023SetIamPolicyRequest\022\033\n"
          + "\010resource\030\001 \001(\tB\t\340A\002\372A\003\n\001*\022*\n\006policy\030\002 \001"
          + "(\0132\025.google.iam.v1.PolicyB\003\340A\002\022/\n\013update"
          + "_mask\030\003 \001(\0132\032.google.protobuf.FieldMask\""
          + "d\n\023GetIamPolicyRequest\022\033\n\010resource\030\001 \001(\t"
          + "B\t\340A\002\372A\003\n\001*\0220\n\007options\030\002 \001(\0132\037.google.ia"
          + "m.v1.GetPolicyOptions\"R\n\031TestIamPermissi"
          + "onsRequest\022\033\n\010resource\030\001 \001(\tB\t\340A\002\372A\003\n\001*\022"
          + "\030\n\013permissions\030\002 \003(\tB\003\340A\002\"1\n\032TestIamPerm"
          + "issionsResponse\022\023\n\013permissions\030\001 \003(\t2\264\003\n"
          + "\tIAMPolicy\022t\n\014SetIamPolicy\022\".google.iam."
          + "v1.SetIamPolicyRequest\032\025.google.iam.v1.P"
          + "olicy\")\202\323\344\223\002#\"\036/v1/{resource=**}:setIamP"
          + "olicy:\001*\022t\n\014GetIamPolicy\022\".google.iam.v1"
          + ".GetIamPolicyRequest\032\025.google.iam.v1.Pol"
          + "icy\")\202\323\344\223\002#\"\036/v1/{resource=**}:getIamPol"
          + "icy:\001*\022\232\001\n\022TestIamPermissions\022(.google.i"
          + "am.v1.TestIamPermissionsRequest\032).google"
          + ".iam.v1.TestIamPermissionsResponse\"/\202\323\344\223"
          + "\002)\"$/v1/{resource=**}:testIamPermissions"
          + ":\001*\032\036\312A\033iam-meta-api.googleapis.comB\177\n\021c"
          + "om.google.iam.v1B\016IamPolicyProtoP\001Z)clou"
          + "d.google.com/go/iam/apiv1/iampb;iampb\370\001\001"
          + "\252\002\023Google.Cloud.Iam.V1\312\002\023Google\\Cloud\\Ia"
          + "m\\V1b\006proto3"
    };
    descriptor =
        com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom(
            descriptorData,
            new com.google.protobuf.Descriptors.FileDescriptor[] {
              com.google.api.AnnotationsProto.getDescriptor(),
              com.google.api.ClientProto.getDescriptor(),
              com.google.api.FieldBehaviorProto.getDescriptor(),
              com.google.api.ResourceProto.getDescriptor(),
              com.google.iam.v1.OptionsProto.getDescriptor(),
              com.google.iam.v1.PolicyProto.getDescriptor(),
              com.google.protobuf.FieldMaskProto.getDescriptor(),
            });
    internal_static_google_iam_v1_SetIamPolicyRequest_descriptor =
        getDescriptor().getMessageTypes().get(0);
    internal_static_google_iam_v1_SetIamPolicyRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_iam_v1_SetIamPolicyRequest_descriptor,
            new java.lang.String[] {
              "Resource", "Policy", "UpdateMask",
            });
    internal_static_google_iam_v1_GetIamPolicyRequest_descriptor =
        getDescriptor().getMessageTypes().get(1);
    internal_static_google_iam_v1_GetIamPolicyRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_iam_v1_GetIamPolicyRequest_descriptor,
            new java.lang.String[] {
              "Resource", "Options",
            });
    internal_static_google_iam_v1_TestIamPermissionsRequest_descriptor =
        getDescriptor().getMessageTypes().get(2);
    internal_static_google_iam_v1_TestIamPermissionsRequest_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_iam_v1_TestIamPermissionsRequest_descriptor,
            new java.lang.String[] {
              "Resource", "Permissions",
            });
    internal_static_google_iam_v1_TestIamPermissionsResponse_descriptor =
        getDescriptor().getMessageTypes().get(3);
    internal_static_google_iam_v1_TestIamPermissionsResponse_fieldAccessorTable =
        new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
            internal_static_google_iam_v1_TestIamPermissionsResponse_descriptor,
            new java.lang.String[] {
              "Permissions",
            });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.ClientProto.defaultHost);
    registry.add(com.google.api.FieldBehaviorProto.fieldBehavior);
    registry.add(com.google.api.AnnotationsProto.http);
    registry.add(com.google.api.ResourceProto.resourceReference);
    com.google.protobuf.Descriptors.FileDescriptor.internalUpdateFileDescriptor(
        descriptor, registry);
    com.google.api.AnnotationsProto.getDescriptor();
    com.google.api.ClientProto.getDescriptor();
    com.google.api.FieldBehaviorProto.getDescriptor();
    com.google.api.ResourceProto.getDescriptor();
    com.google.iam.v1.OptionsProto.getDescriptor();
    com.google.iam.v1.PolicyProto.getDescriptor();
    com.google.protobuf.FieldMaskProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}
