File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,31 +28,37 @@ class LocationMetadata extends \Google\Collection
2828 protected $ supportedHiveMetastoreVersionsDataType = 'array ' ;
2929
3030 /**
31- * Possible configurations supported if the current region is a custom region.
31+ * Deprecated: Use a single region service instead. Possible configurations
32+ * supported if the current region is a custom region.
3233 *
34+ * @deprecated
3335 * @param CustomRegionMetadata[] $customRegionMetadata
3436 */
3537 public function setCustomRegionMetadata ($ customRegionMetadata )
3638 {
3739 $ this ->customRegionMetadata = $ customRegionMetadata ;
3840 }
3941 /**
42+ * @deprecated
4043 * @return CustomRegionMetadata[]
4144 */
4245 public function getCustomRegionMetadata ()
4346 {
4447 return $ this ->customRegionMetadata ;
4548 }
4649 /**
47- * The multi-region metadata if the current region is a multi-region.
50+ * Deprecated: Use a single region service instead. The multi-region metadata
51+ * if the current region is a multi-region.
4852 *
53+ * @deprecated
4954 * @param MultiRegionMetadata $multiRegionMetadata
5055 */
5156 public function setMultiRegionMetadata (MultiRegionMetadata $ multiRegionMetadata )
5257 {
5358 $ this ->multiRegionMetadata = $ multiRegionMetadata ;
5459 }
5560 /**
61+ * @deprecated
5662 * @return MultiRegionMetadata
5763 */
5864 public function getMultiRegionMetadata ()
You can’t perform that action at this time.
0 commit comments