Reference documentation and code samples for the Google API Common Protos Client class SourceInfo.
Source information used to create a Service Config
Generated from protobuf message google.api.SourceInfo
Namespace
Google \ ApiMethods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ source_files |
array<Google\Protobuf\Any>
All files used during config generation. |
getSourceFiles
All files used during config generation.
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setSourceFiles
All files used during config generation.
Parameter | |
---|---|
Name | Description |
var |
array<Google\Protobuf\Any>
|
Returns | |
---|---|
Type | Description |
$this |