Reference documentation and code samples for the Google Cloud Telco Automation V1 Client class File.
File represents a yaml file present in a blueprint's package.
Generated from protobuf message google.cloud.telcoautomation.v1.File
Namespace
Google \ Cloud \ TelcoAutomation \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ path
string
Required. Path of the file in package. e.g. gdce/v1/cluster.yaml
↳ content
string
Optional. The contents of a file in string format.
↳ deleted
bool
Optional. Signifies whether a file is marked for deletion.
↳ editable
bool
Optional. Indicates whether changes are allowed to a file. If the field is not set, the file cannot be edited.
getPath
Required. Path of the file in package.
e.g. gdce/v1/cluster.yaml
string
setPath
Required. Path of the file in package.
e.g. gdce/v1/cluster.yaml
var
string
$this
getContent
Optional. The contents of a file in string format.
string
setContent
Optional. The contents of a file in string format.
var
string
$this
getDeleted
Optional. Signifies whether a file is marked for deletion.
bool
setDeleted
Optional. Signifies whether a file is marked for deletion.
var
bool
$this
getEditable
Optional. Indicates whether changes are allowed to a file. If the field is not set, the file cannot be edited.
bool
setEditable
Optional. Indicates whether changes are allowed to a file. If the field is not set, the file cannot be edited.
var
bool
$this