com.google.api.ExperimentalOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-common-protos Show documentation
Show all versions of proto-google-common-protos Show documentation
PROTO library for proto-google-common-protos
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: google/api/experimental/experimental.proto
package com.google.api;
public interface ExperimentalOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Experimental)
com.google.protobuf.MessageOrBuilder {
/**
*
* Authorization configuration.
*
*
* .google.api.AuthorizationConfig authorization = 8;
*/
boolean hasAuthorization();
/**
*
* Authorization configuration.
*
*
* .google.api.AuthorizationConfig authorization = 8;
*/
com.google.api.AuthorizationConfig getAuthorization();
/**
*
* Authorization configuration.
*
*
* .google.api.AuthorizationConfig authorization = 8;
*/
com.google.api.AuthorizationConfigOrBuilder getAuthorizationOrBuilder();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy