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

io.bloombox.schema.oauth.ClientOuterClass Maven / Gradle / Ivy

There is a newer version: 1.8
Show newest version
/*
 * Copyright 2017, Bloombox, 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
 *
 *     http://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: oauth/Client.proto

package io.bloombox.schema.oauth;

public final class ClientOuterClass {
  private ClientOuterClass() {}
  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_oauth_Client_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_oauth_Client_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_oauth_ClientID_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_oauth_ClientID_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_oauth_ClientSecret_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_oauth_ClientSecret_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\022oauth/Client.proto\022\005oauth\"2\n\006Client\022\021\n" +
      "\tclient_id\030\001 \001(\t\022\025\n\rclient_secret\030\002 \001(\t\"" +
      "\026\n\010ClientID\022\n\n\002id\030\001 \001(\t\"\036\n\014ClientSecret\022" +
      "\016\n\006secret\030\001 \001(\tB\036\n\030io.bloombox.schema.oa" +
      "uthH\001P\001b\006proto3"
    };
    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[] {
        }, assigner);
    internal_static_oauth_Client_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_oauth_Client_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_oauth_Client_descriptor,
        new java.lang.String[] { "ClientId", "ClientSecret", });
    internal_static_oauth_ClientID_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_oauth_ClientID_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_oauth_ClientID_descriptor,
        new java.lang.String[] { "Id", });
    internal_static_oauth_ClientSecret_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_oauth_ClientSecret_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_oauth_ClientSecret_descriptor,
        new java.lang.String[] { "Secret", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy