Reference documentation and code samples for the Google Cloud License Manager V1 Client class Configuration.
Configuration for a Google SPLA product
Generated from protobuf message google.cloud.licensemanager.v1.Configuration
Namespace
Google \ Cloud \ LicenseManager \ V1Methods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ name
string
Identifier. name of resource
↳ display_name
string
Required. User given name.
↳ product
string
Required. Name field (with URL) of the Product offered for SPLA.
↳ license_type
int
Required. LicenseType to be applied for billing
↳ current_billing_info
↳ next_billing_info
↳ create_time
↳ update_time
↳ labels
↳ state
int
Output only. State of the configuration.
getName
Identifier. name of resource
string
setName
Identifier. name of resource
var
string
$this
getDisplayName
Required. User given name.
string
setDisplayName
Required. User given name.
var
string
$this
getProduct
Required. Name field (with URL) of the Product offered for SPLA.
string
setProduct
Required. Name field (with URL) of the Product offered for SPLA.
var
string
$this
getLicenseType
Required. LicenseType to be applied for billing
setLicenseType
Required. LicenseType to be applied for billing
$this
getCurrentBillingInfo
Required. Billing information applicable till end of the current month.
hasCurrentBillingInfo
clearCurrentBillingInfo
setCurrentBillingInfo
Required. Billing information applicable till end of the current month.
$this
getNextBillingInfo
Required. Billing information applicable for next month.
hasNextBillingInfo
clearNextBillingInfo
setNextBillingInfo
Required. Billing information applicable for next month.
$this
getCreateTime
Output only. [Output only] Create time stamp
hasCreateTime
clearCreateTime
setCreateTime
Output only. [Output only] Create time stamp
$this
getUpdateTime
Output only. [Output only] Update time stamp
hasUpdateTime
clearUpdateTime
setUpdateTime
Output only. [Output only] Update time stamp
$this
getLabels
Optional. Labels as key value pairs
setLabels
Optional. Labels as key value pairs
$this
getState
Output only. State of the configuration.
setState
Output only. State of the configuration.
$this

