Reference documentation and code samples for the Google Cloud Asset V1 Client class GcsOutputResult.
A Cloud Storage output result.
Generated from protobuf message google.cloud.asset.v1.GcsOutputResult
Namespace
Google \ Cloud \ Asset \ V1Methods
__construct
Constructor.
Parameters | |
---|---|
Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ uris |
array
List of URIs of the Cloud Storage objects. Example: "gs://bucket_name/object_name". |
getUris
List of URIs of the Cloud Storage objects. Example: "gs://bucket_name/object_name".
Returns | |
---|---|
Type | Description |
Google\Protobuf\Internal\RepeatedField |
setUris
List of URIs of the Cloud Storage objects. Example: "gs://bucket_name/object_name".
Parameter | |
---|---|
Name | Description |
var |
string[]
|
Returns | |
---|---|
Type | Description |
$this |