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

com.google.api.AuthenticationOrBuilder Maven / Gradle / Ivy

There is a newer version: 0.0.6
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/api/auth.proto

package com.google.api;

public interface AuthenticationOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.Authentication)
    com.google.protobuf.MessageOrBuilder {

  /**
   * repeated .google.api.AuthenticationRule rules = 3;
   *
   * 
   * Individual rules for authentication.
   * 
*/ java.util.List getRulesList(); /** * repeated .google.api.AuthenticationRule rules = 3; * *
   * Individual rules for authentication.
   * 
*/ com.google.api.AuthenticationRule getRules(int index); /** * repeated .google.api.AuthenticationRule rules = 3; * *
   * Individual rules for authentication.
   * 
*/ int getRulesCount(); /** * repeated .google.api.AuthenticationRule rules = 3; * *
   * Individual rules for authentication.
   * 
*/ java.util.List getRulesOrBuilderList(); /** * repeated .google.api.AuthenticationRule rules = 3; * *
   * Individual rules for authentication.
   * 
*/ com.google.api.AuthenticationRuleOrBuilder getRulesOrBuilder( int index); /** * repeated .google.api.AuthProvider providers = 4; * *
   * Defines a set of authentication providers that a service supports.
   * 
*/ java.util.List getProvidersList(); /** * repeated .google.api.AuthProvider providers = 4; * *
   * Defines a set of authentication providers that a service supports.
   * 
*/ com.google.api.AuthProvider getProviders(int index); /** * repeated .google.api.AuthProvider providers = 4; * *
   * Defines a set of authentication providers that a service supports.
   * 
*/ int getProvidersCount(); /** * repeated .google.api.AuthProvider providers = 4; * *
   * Defines a set of authentication providers that a service supports.
   * 
*/ java.util.List getProvidersOrBuilderList(); /** * repeated .google.api.AuthProvider providers = 4; * *
   * Defines a set of authentication providers that a service supports.
   * 
*/ com.google.api.AuthProviderOrBuilder getProvidersOrBuilder( int index); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy