Common Protos for Google Cloud APIs Client - Class Routine (0.4.2)

Reference documentation and code samples for the Common Protos for Google Cloud APIs Client class Routine.

User Defined Function (UDF) or Stored Procedure.

Generated from protobuf message google.cloud.audit.BigQueryAuditMetadata.Routine

Namespace

Google \ Cloud \ Audit \ BigQueryAuditMetadata

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ routine_name string

Routine URI. Format: projects/<project_id>/datasets/<dataset_id>/routines/<routine_id>.

↳ create_time Google\Protobuf\Timestamp

Routine creation time.

↳ update_time Google\Protobuf\Timestamp

Routine last update time.

getRoutineName

Routine URI.

Format: projects/<project_id>/datasets/<dataset_id>/routines/<routine_id>.

Returns
TypeDescription
string

setRoutineName

Routine URI.

Format: projects/<project_id>/datasets/<dataset_id>/routines/<routine_id>.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getCreateTime

Routine creation time.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasCreateTime

clearCreateTime

setCreateTime

Routine creation time.

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

getUpdateTime

Routine last update time.

Returns
TypeDescription
Google\Protobuf\Timestamp|null

hasUpdateTime

clearUpdateTime

setUpdateTime

Routine last update time.

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