com.google.api.AuthorizationConfigOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of endpoints-management-protos Show documentation
Show all versions of endpoints-management-protos Show documentation
Contains the generated protocol buffer surface used by Endpoints
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/experimental/authorization_config.proto
package com.google.api;
public interface AuthorizationConfigOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.AuthorizationConfig)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the authorization provider, such as
* firebaserules.googleapis.com.
*
*
* optional string provider = 1;
*/
java.lang.String getProvider();
/**
*
* The name of the authorization provider, such as
* firebaserules.googleapis.com.
*
*
* optional string provider = 1;
*/
com.google.protobuf.ByteString
getProviderBytes();
}