Reference documentation and code samples for the Google Cloud OsConfig V1 Client class GcsObject.
Cloud Storage object representation.
Generated from protobuf message google.cloud.osconfig.v1.GcsObject
Namespace
Google \ Cloud \ OsConfig \ V1Methods
__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_number
int|string
Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
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
getGenerationNumber
Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
int|string
setGenerationNumber
Required. Generation number of the Cloud Storage object. This is used to ensure that the ExecStep specified by this PatchJob does not change.
var
int|string
$this