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.
data
array
Optional. Data for populating the Message object.
↳ name
string
Output only. The resource's name.
↳ create_time
↳ update_time
↳ 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.
string
setName
Output only. The resource's name.
var
string
$this
getCreateTime
Output only. The create time of the resource.
hasCreateTime
clearCreateTime
setCreateTime
Output only. The create time of the resource.
$this
getUpdateTime
Output only. The update time of the resource.
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. The update time of the resource.
$this
getLabels
Labels.
setLabels
Labels.
$this
getDisplayName
Required. Display name.
string
setDisplayName
Required. Display name.
var
string
$this
getDestinationAddress
Required. Destination address for connection
string
setDestinationAddress
Required. Destination address for connection
var
string
$this
getDestinationPort
Destination port for connection
int
setDestinationPort
Destination port for connection
var
int
$this