com.google.api.AuthenticationOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of grpc-core-proto Show documentation
Show all versions of grpc-core-proto Show documentation
GoogleAPI classes generated from core protos
// 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 extends com.google.api.AuthenticationRuleOrBuilder>
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 extends com.google.api.AuthProviderOrBuilder>
getProvidersOrBuilderList();
/**
* repeated .google.api.AuthProvider providers = 4;
*
*
* Defines a set of authentication providers that a service supports.
*
*/
com.google.api.AuthProviderOrBuilder getProvidersOrBuilder(
int index);
}