com.google.api.ControlOrBuilder 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/control.proto
package com.google.api;
public interface ControlOrBuilder extends
// @@protoc_insertion_point(interface_extends:google.api.Control)
com.google.protobuf.MessageOrBuilder {
/**
* optional string environment = 1;
*
*
* The service control environment to use. If empty, no control plane
* feature (like quota and billing) will be enabled.
*
*/
java.lang.String getEnvironment();
/**
* optional string environment = 1;
*
*
* The service control environment to use. If empty, no control plane
* feature (like quota and billing) will be enabled.
*
*/
com.google.protobuf.ByteString
getEnvironmentBytes();
}