Google Cloud Datastream V1 Client - Class Route (1.0.5)

Reference documentation and code samples for the Google Cloud Datastream V1 Client class Route.

The route resource is the child of the private connection resource, used for defining a route for a private connection.

Generated from protobuf message google.cloud.datastream.v1.Route

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ name string

Output only. The resource's name.

↳ create_time Google\Protobuf\Timestamp

Output only. The create time of the resource.

↳ update_time Google\Protobuf\Timestamp

Output only. The update time of the resource.

↳ labels array|Google\Protobuf\Internal\MapField

Labels.

↳ display_name string

Required. Display name.

↳ destination_address string

Required. Destination address for connection

↳ destination_port int

Destination port for connection

getName

Output only. The resource's name.

Returns
TypeDescription
string

setName

Output only. The resource's name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Output only. The create time of the resource.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Output only. The create time of the resource.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getUpdateTime

Output only. The update time of the resource.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Output only. The update time of the resource.

Parameter
NameDescription
var Google\Protobuf\Timestamp
Returns
TypeDescription
$this

getLabels

Labels.

Returns
TypeDescription
Google\Protobuf\Internal\MapField

setLabels

Labels.

Parameter
NameDescription
var array|Google\Protobuf\Internal\MapField
Returns
TypeDescription
$this

getDisplayName

Required. Display name.

Returns
TypeDescription
string

setDisplayName

Required. Display name.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationAddress

Required. Destination address for connection

Returns
TypeDescription
string

setDestinationAddress

Required. Destination address for connection

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getDestinationPort

Destination port for connection

Returns
TypeDescription
int

setDestinationPort

Destination port for connection

Parameter
NameDescription
var int
Returns
TypeDescription
$this