Reference documentation and code samples for the Google Cloud OsConfig V1 Client class Gcs.
Specifies a file available as a Cloud Storage Object.
Generated from protobuf message google.cloud.osconfig.v1.OSPolicy.Resource.File.Gcs
Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ bucket
string
Required. Bucket of the Cloud Storage object.
↳ object
string
Required. Name of the Cloud Storage object.
↳ generation
int|string
Generation number of the Cloud Storage object.
getBucket
Required. Bucket of the Cloud Storage object.
string
setBucket
Required. Bucket of the Cloud Storage object.
var
string
$this
getObject
Required. Name of the Cloud Storage object.
string
setObject
Required. Name of the Cloud Storage object.
var
string
$this
getGeneration
Generation number of the Cloud Storage object.
int|string
setGeneration
Generation number of the Cloud Storage object.
var
int|string
$this