Reference documentation and code samples for the Google Cloud Dataproc V1 Client class EndpointConfig.
Endpoint config for this cluster
Generated from protobuf message google.cloud.dataproc.v1.EndpointConfig
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ http_ports
array|Google\Protobuf\Internal\MapField
Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
↳ enable_http_port_access
bool
Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
getHttpPorts
Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
Generated from protobuf field map<string, string> http_ports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
Google\Protobuf\Internal\MapField
setHttpPorts
Output only. The map of port descriptions to URLs. Will only be populated if enable_http_port_access is true.
Generated from protobuf field map<string, string> http_ports = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
var
array|Google\Protobuf\Internal\MapField
$this
getEnableHttpPortAccess
Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
Generated from protobuf field bool enable_http_port_access = 2 [(.google.api.field_behavior) = OPTIONAL];
bool
setEnableHttpPortAccess
Optional. If true, enable http access to specific ports on the cluster from external sources. Defaults to false.
Generated from protobuf field bool enable_http_port_access = 2 [(.google.api.field_behavior) = OPTIONAL];
var
bool
$this