Reference documentation and code samples for the Google Cloud Database Center V1beta Client class ResourceDetails.
Capture the resource details for resources that are included in the delta counts.
Generated from protobuf message google.cloud.databasecenter.v1beta.ResourceDetails
Namespace
Google \ Cloud \ DatabaseCenter \ V1betaMethods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ full_resource_name |
string
Full resource name of the resource. |
↳ container |
string
Specifies where the resource is created. For GCP, it is the full name of the project. |
↳ product |
Product
Product type of the resource. |
↳ location |
string
Location of the resource. |
getFullResourceName
Full resource name of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setFullResourceName
Full resource name of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getContainer
Specifies where the resource is created. For GCP, it is the full name of the project.
| Returns | |
|---|---|
| Type | Description |
string |
|
setContainer
Specifies where the resource is created. For GCP, it is the full name of the project.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getProduct
Product type of the resource.
| Returns | |
|---|---|
| Type | Description |
Product|null |
|
hasProduct
clearProduct
setProduct
Product type of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
Product
|
| Returns | |
|---|---|
| Type | Description |
$this |
|
getLocation
Location of the resource.
| Returns | |
|---|---|
| Type | Description |
string |
|
setLocation
Location of the resource.
| Parameter | |
|---|---|
| Name | Description |
var |
string
|
| Returns | |
|---|---|
| Type | Description |
$this |
|