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

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

There is a newer version: 1.0.14
Show newest version
// 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(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy