Reference documentation and code samples for the Google Cloud Net App V1 Client class LocationMetadata.
Metadata for a given google.cloud.location.Location.
Generated from protobuf message google.cloud.netapp.v1.LocationMetadata
Namespace
Google \ Cloud \ NetApp \ V1Methods
__construct
Constructor.
| Parameters | |
|---|---|
| Name | Description |
data |
array
Optional. Data for populating the Message object. |
↳ supported_service_levels |
array
Output only. Supported service levels in a location. |
getSupportedServiceLevels
Output only. Supported service levels in a location.
| Returns | |
|---|---|
| Type | Description |
Google\Protobuf\Internal\RepeatedField |
|
setSupportedServiceLevels
Output only. Supported service levels in a location.
| Parameter | |
|---|---|
| Name | Description |
var |
int[]
|
| Returns | |
|---|---|
| Type | Description |
$this |
|