Interface EndpointConfigOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    EndpointConfig, EndpointConfig.Builder

    public interface EndpointConfigOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getHttpPortsCount

        int getHttpPortsCount()
         Output only. The map of port descriptions to URLs. Will only be populated
         if enable_http_port_access is true.
         
        map<string, string> http_ports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • containsHttpPorts

        boolean containsHttpPorts​(String key)
         Output only. The map of port descriptions to URLs. Will only be populated
         if enable_http_port_access is true.
         
        map<string, string> http_ports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getHttpPortsMap

        Map<String,​String> getHttpPortsMap()
         Output only. The map of port descriptions to URLs. Will only be populated
         if enable_http_port_access is true.
         
        map<string, string> http_ports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getHttpPortsOrDefault

        String getHttpPortsOrDefault​(String key,
                                     String defaultValue)
         Output only. The map of port descriptions to URLs. Will only be populated
         if enable_http_port_access is true.
         
        map<string, string> http_ports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getHttpPortsOrThrow

        String getHttpPortsOrThrow​(String key)
         Output only. The map of port descriptions to URLs. Will only be populated
         if enable_http_port_access is true.
         
        map<string, string> http_ports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getEnableHttpPortAccess

        boolean getEnableHttpPortAccess()
         Optional. If true, enable http access to specific ports on the cluster
         from external sources. Defaults to false.
         
        bool enable_http_port_access = 2 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The enableHttpPortAccess.