class SourceInfo extends Message

Source information used to create a Service Config

Generated from protobuf message google.api.SourceInfo

Methods

__construct(array $data = NULL)

Constructor.

RepeatedField
getSourceFiles()

All files used during config generation.

$this
setSourceFiles(Any[]|RepeatedField $var)

All files used during config generation.

Details

at line 35
__construct(array $data = NULL)

Constructor.

Parameters

array $data { Optional. Data for populating the Message object.

@type \Google\Protobuf\Any[]|\Google\Protobuf\Internal\RepeatedField $source_files
      All files used during config generation.

}

at line 46
RepeatedField getSourceFiles()

All files used during config generation.

Generated from protobuf field repeated .google.protobuf.Any source_files = 1;

Return Value

RepeatedField

at line 58
$this setSourceFiles(Any[]|RepeatedField $var)

All files used during config generation.

Generated from protobuf field repeated .google.protobuf.Any source_files = 1;

Parameters

Any[]|RepeatedField $var

Return Value

$this