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 \ BigQueryAuditMetadataMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ routine_name |
string
Routine URI. Format: |
↳ 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 | |
---|---|
Type | Description |
string |
setRoutineName
Routine URI.
Format:
projects/<project_id>/datasets/<dataset_id>/routines/<routine_id>
.
Parameter | |
---|---|
Name | Description |
var |
string
|
Returns | |
---|---|
Type | Description |
$this |
getCreateTime
Routine creation time.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasCreateTime
clearCreateTime
setCreateTime
Routine creation time.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |
getUpdateTime
Routine last update time.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Timestamp|null |
hasUpdateTime
clearUpdateTime
setUpdateTime
Routine last update time.
Parameter | |
---|---|
Name | Description |
var |
Google\Protobuf\Timestamp
|
Returns | |
---|---|
Type | Description |
$this |