public interface EndpointConfigOrBuilder extends MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
boolean |
containsHttpPorts(String key)
Output only.
|
boolean |
getEnableHttpPortAccess()
Optional.
|
Map<String,String> |
getHttpPorts()
Deprecated.
|
int |
getHttpPortsCount()
Output only.
|
Map<String,String> |
getHttpPortsMap()
Output only.
|
String |
getHttpPortsOrDefault(String key,
String defaultValue)
Output only.
|
String |
getHttpPortsOrThrow(String key)
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
isInitialized
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];
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];
@Deprecated Map<String,String> getHttpPorts()
getHttpPortsMap()
instead.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];
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];
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];
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];
Copyright © 2022 Google LLC. All rights reserved.