Reference documentation and code samples for the Google Cloud PHP shared dependency, providing functionality useful to all components. Client class SimpleMetadataProvider.
Simple MetadataProvider.
Namespace
Google \ Cloud \ Core \ ReportMethods
__construct
Parameters | |
---|---|
Name | Description |
monitoredResource |
mixed
|
projectId |
string
[optional] Defaults to '' |
serviceId |
string
[optional] Defaults to '' |
versionId |
string
[optional] Defaults to '' |
labels |
array
[optional] Defaults to [] |
monitoredResource
Return an array representing MonitoredResource.
https://cloud.google.com/logging/docs/reference/v2/rest/v2/MonitoredResourceReturns | |
---|---|
Type | Description |
array |
projectId
Return the project id.
Returns | |
---|---|
Type | Description |
string |
serviceId
Return the service id.
Returns | |
---|---|
Type | Description |
string |
versionId
Return the version id.
Returns | |
---|---|
Type | Description |
string |
labels
Return the labels.
Returns | |
---|---|
Type | Description |
array |