Interface Ops.ProxyEnvOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
Ops.ProxyEnv
,Ops.ProxyEnv.Builder
- Enclosing class:
Ops
public static interface Ops.ProxyEnvOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring all_proxy = 5;
com.google.protobuf.ByteString
string all_proxy = 5;
string ftp_proxy = 3;
com.google.protobuf.ByteString
string ftp_proxy = 3;
string http_proxy = 1;
com.google.protobuf.ByteString
string http_proxy = 1;
string https_proxy = 2;
com.google.protobuf.ByteString
string https_proxy = 2;
string no_proxy = 4;
com.google.protobuf.ByteString
string no_proxy = 4;
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getHttpProxy
-
getHttpProxyBytes
com.google.protobuf.ByteString getHttpProxyBytes()string http_proxy = 1;
- Returns:
- The bytes for httpProxy.
-
getHttpsProxy
-
getHttpsProxyBytes
com.google.protobuf.ByteString getHttpsProxyBytes()string https_proxy = 2;
- Returns:
- The bytes for httpsProxy.
-
getFtpProxy
-
getFtpProxyBytes
com.google.protobuf.ByteString getFtpProxyBytes()string ftp_proxy = 3;
- Returns:
- The bytes for ftpProxy.
-
getNoProxy
-
getNoProxyBytes
com.google.protobuf.ByteString getNoProxyBytes()string no_proxy = 4;
- Returns:
- The bytes for noProxy.
-
getAllProxy
-
getAllProxyBytes
com.google.protobuf.ByteString getAllProxyBytes()string all_proxy = 5;
- Returns:
- The bytes for allProxy.
-