Google Cloud Dataproc V1 Client - Class EndpointConfig (3.2.2)

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.

Parameters
NameDescription
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];

Returns
TypeDescription
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];

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$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];

Returns
TypeDescription
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];

Parameter
NameDescription
var bool
Returns
TypeDescription
$this