JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
com.google.api.gax.rpc.internal
Interface EnvironmentProvider
@InternalExtensionOnly
public interface
EnvironmentProvider
Provides an interface to provide the environment variable values.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getenv
(
String
name)
Returns the environment variable value.
Method Details
getenv
String
getenv
(
String
name)
Returns the environment variable value.