Reference documentation and code samples for the Google Cloud Service Management V1 Client class ConfigFile.
Generic specification of a source configuration file
Generated from protobuf message google.api.servicemanagement.v1.ConfigFile
Namespace
Google \ Cloud \ ServiceManagement \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ file_path
string
The file name of the configuration file (full or relative path).
↳ file_contents
string
The bytes that constitute the file.
↳ file_type
int
The type of configuration file this represents.
getFilePath
The file name of the configuration file (full or relative path).
string
setFilePath
The file name of the configuration file (full or relative path).
var
string
$this
getFileContents
The bytes that constitute the file.
string
setFileContents
The bytes that constitute the file.
var
string
$this
getFileType
The type of configuration file this represents.
int
setFileType
The type of configuration file this represents.
var
int
$this