All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.bloombox.schema.security.access.PartnerPermissions Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2017, Bloombox, LLC. All rights reserved.
 *
 * Source and object computer code contained herein is the private intellectual property
 * of Bloombox, a California Limited Liability Corporation. Use of this code in source form
 * requires permission in writing before use or the publishing of derivative works, for
 * commercial purposes or any other purpose, from a duly authorized officer of Momentum
 * Ideas Co.
 *
 * 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: security/access/PartnerPermissions.proto

package io.bloombox.schema.security.access;

public final class PartnerPermissions {
  private PartnerPermissions() {}
  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_security_access_PartnerAccess_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_security_access_PartnerAccess_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_security_access_LocationAccess_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_security_access_LocationAccess_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(security/access/PartnerPermissions.pro" +
      "to\022\017security.access\032\026temporal/Instant.pr" +
      "oto\"\354\001\n\rPartnerAccess\022\016\n\006active\030\001 \001(\010\022\022\n" +
      "\ngranted_by\030\002 \001(\t\022%\n\ngranted_at\030\003 \001(\0132\021." +
      "temporal.Instant\0226\n\nprivileges\030\004 \003(\0162\".s" +
      "ecurity.access.PartnerPermission\0222\n\tloca" +
      "tions\030\005 \003(\0132\037.security.access.LocationAc" +
      "cess\022\025\n\rall_locations\030\006 \001(\010\022\r\n\005admin\030d \001" +
      "(\010\"j\n\016LocationAccess\022\016\n\006active\030\001 \001(\010\022\022\n\n" +
      "granted_by\030\002 \001(\t\022%\n\ngranted_at\030\003 \001(\0132\021.t",
      "emporal.Instant\022\r\n\005admin\030d \001(\010*T\n\021Partne" +
      "rPermission\022\t\n\005OWNER\020\000\022\016\n\nSUPERVISOR\020\001\022\013" +
      "\n\007BILLING\020\002\022\t\n\005AUDIT\020\003\022\014\n\010READONLY\020\004B(\n\"" +
      "io.bloombox.schema.security.accessH\001P\001b\006" +
      "proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          io.bloombox.schema.temporal.InstantOuterClass.getDescriptor(),
        }, assigner);
    internal_static_security_access_PartnerAccess_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_security_access_PartnerAccess_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_security_access_PartnerAccess_descriptor,
        new java.lang.String[] { "Active", "GrantedBy", "GrantedAt", "Privileges", "Locations", "AllLocations", "Admin", });
    internal_static_security_access_LocationAccess_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_security_access_LocationAccess_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_security_access_LocationAccess_descriptor,
        new java.lang.String[] { "Active", "GrantedBy", "GrantedAt", "Admin", });
    io.bloombox.schema.temporal.InstantOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy