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

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

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

package com.google.api;

public interface ControlOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.api.Control)
    com.google.proto4pingcap.MessageOrBuilder {

  /**
   * 
   * The service control environment to use. If empty, no control plane
   * feature (like quota and billing) will be enabled.
   * 
* * string environment = 1; */ java.lang.String getEnvironment(); /** *
   * The service control environment to use. If empty, no control plane
   * feature (like quota and billing) will be enabled.
   * 
* * string environment = 1; */ com.google.proto4pingcap.ByteString getEnvironmentBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy