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 Type
    Method
    Description
    string 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

      String getHttpProxy()
      string http_proxy = 1;
      Returns:
      The httpProxy.
    • getHttpProxyBytes

      com.google.protobuf.ByteString getHttpProxyBytes()
      string http_proxy = 1;
      Returns:
      The bytes for httpProxy.
    • getHttpsProxy

      String getHttpsProxy()
      string https_proxy = 2;
      Returns:
      The httpsProxy.
    • getHttpsProxyBytes

      com.google.protobuf.ByteString getHttpsProxyBytes()
      string https_proxy = 2;
      Returns:
      The bytes for httpsProxy.
    • getFtpProxy

      String getFtpProxy()
      string ftp_proxy = 3;
      Returns:
      The ftpProxy.
    • getFtpProxyBytes

      com.google.protobuf.ByteString getFtpProxyBytes()
      string ftp_proxy = 3;
      Returns:
      The bytes for ftpProxy.
    • getNoProxy

      String getNoProxy()
      string no_proxy = 4;
      Returns:
      The noProxy.
    • getNoProxyBytes

      com.google.protobuf.ByteString getNoProxyBytes()
      string no_proxy = 4;
      Returns:
      The bytes for noProxy.
    • getAllProxy

      String getAllProxy()
      string all_proxy = 5;
      Returns:
      The allProxy.
    • getAllProxyBytes

      com.google.protobuf.ByteString getAllProxyBytes()
      string all_proxy = 5;
      Returns:
      The bytes for allProxy.