[f9c482b] | 1 | <?php
|
---|
| 2 | /*
|
---|
| 3 | * Copyright 2014 Google Inc.
|
---|
| 4 | *
|
---|
| 5 | * Licensed under the Apache License, Version 2.0 (the "License"); you may not
|
---|
| 6 | * use this file except in compliance with the License. You may obtain a copy of
|
---|
| 7 | * the License at
|
---|
| 8 | *
|
---|
| 9 | * http://www.apache.org/licenses/LICENSE-2.0
|
---|
| 10 | *
|
---|
| 11 | * Unless required by applicable law or agreed to in writing, software
|
---|
| 12 | * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
|
---|
| 13 | * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
|
---|
| 14 | * License for the specific language governing permissions and limitations under
|
---|
| 15 | * the License.
|
---|
| 16 | */
|
---|
| 17 |
|
---|
| 18 | namespace Google\Service\CloudDataplex;
|
---|
| 19 |
|
---|
| 20 | class CloudReliabilityZicyWs3DataplaneProtosLocationData extends \Google\Model
|
---|
| 21 | {
|
---|
| 22 | protected $blobstoreLocationType = CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation::class;
|
---|
| 23 | protected $blobstoreLocationDataType = '';
|
---|
| 24 | protected $childAssetLocationType = CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition::class;
|
---|
| 25 | protected $childAssetLocationDataType = '';
|
---|
| 26 | protected $directLocationType = CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment::class;
|
---|
| 27 | protected $directLocationDataType = '';
|
---|
| 28 | protected $gcpProjectProxyType = CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy::class;
|
---|
| 29 | protected $gcpProjectProxyDataType = '';
|
---|
| 30 | protected $placerLocationType = CloudReliabilityZicyWs3DataplaneProtosPlacerLocation::class;
|
---|
| 31 | protected $placerLocationDataType = '';
|
---|
| 32 | protected $spannerLocationType = CloudReliabilityZicyWs3DataplaneProtosSpannerLocation::class;
|
---|
| 33 | protected $spannerLocationDataType = '';
|
---|
| 34 |
|
---|
| 35 | /**
|
---|
| 36 | * @param CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation
|
---|
| 37 | */
|
---|
| 38 | public function setBlobstoreLocation(CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation $blobstoreLocation)
|
---|
| 39 | {
|
---|
| 40 | $this->blobstoreLocation = $blobstoreLocation;
|
---|
| 41 | }
|
---|
| 42 | /**
|
---|
| 43 | * @return CloudReliabilityZicyWs3DataplaneProtosBlobstoreLocation
|
---|
| 44 | */
|
---|
| 45 | public function getBlobstoreLocation()
|
---|
| 46 | {
|
---|
| 47 | return $this->blobstoreLocation;
|
---|
| 48 | }
|
---|
| 49 | /**
|
---|
| 50 | * @param CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition
|
---|
| 51 | */
|
---|
| 52 | public function setChildAssetLocation(CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition $childAssetLocation)
|
---|
| 53 | {
|
---|
| 54 | $this->childAssetLocation = $childAssetLocation;
|
---|
| 55 | }
|
---|
| 56 | /**
|
---|
| 57 | * @return CloudReliabilityZicyWs3DataplaneProtosCloudAssetComposition
|
---|
| 58 | */
|
---|
| 59 | public function getChildAssetLocation()
|
---|
| 60 | {
|
---|
| 61 | return $this->childAssetLocation;
|
---|
| 62 | }
|
---|
| 63 | /**
|
---|
| 64 | * @param CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment
|
---|
| 65 | */
|
---|
| 66 | public function setDirectLocation(CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment $directLocation)
|
---|
| 67 | {
|
---|
| 68 | $this->directLocation = $directLocation;
|
---|
| 69 | }
|
---|
| 70 | /**
|
---|
| 71 | * @return CloudReliabilityZicyWs3DataplaneProtosDirectLocationAssignment
|
---|
| 72 | */
|
---|
| 73 | public function getDirectLocation()
|
---|
| 74 | {
|
---|
| 75 | return $this->directLocation;
|
---|
| 76 | }
|
---|
| 77 | /**
|
---|
| 78 | * @param CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy
|
---|
| 79 | */
|
---|
| 80 | public function setGcpProjectProxy(CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy $gcpProjectProxy)
|
---|
| 81 | {
|
---|
| 82 | $this->gcpProjectProxy = $gcpProjectProxy;
|
---|
| 83 | }
|
---|
| 84 | /**
|
---|
| 85 | * @return CloudReliabilityZicyWs3DataplaneProtosTenantProjectProxy
|
---|
| 86 | */
|
---|
| 87 | public function getGcpProjectProxy()
|
---|
| 88 | {
|
---|
| 89 | return $this->gcpProjectProxy;
|
---|
| 90 | }
|
---|
| 91 | /**
|
---|
| 92 | * @param CloudReliabilityZicyWs3DataplaneProtosPlacerLocation
|
---|
| 93 | */
|
---|
| 94 | public function setPlacerLocation(CloudReliabilityZicyWs3DataplaneProtosPlacerLocation $placerLocation)
|
---|
| 95 | {
|
---|
| 96 | $this->placerLocation = $placerLocation;
|
---|
| 97 | }
|
---|
| 98 | /**
|
---|
| 99 | * @return CloudReliabilityZicyWs3DataplaneProtosPlacerLocation
|
---|
| 100 | */
|
---|
| 101 | public function getPlacerLocation()
|
---|
| 102 | {
|
---|
| 103 | return $this->placerLocation;
|
---|
| 104 | }
|
---|
| 105 | /**
|
---|
| 106 | * @param CloudReliabilityZicyWs3DataplaneProtosSpannerLocation
|
---|
| 107 | */
|
---|
| 108 | public function setSpannerLocation(CloudReliabilityZicyWs3DataplaneProtosSpannerLocation $spannerLocation)
|
---|
| 109 | {
|
---|
| 110 | $this->spannerLocation = $spannerLocation;
|
---|
| 111 | }
|
---|
| 112 | /**
|
---|
| 113 | * @return CloudReliabilityZicyWs3DataplaneProtosSpannerLocation
|
---|
| 114 | */
|
---|
| 115 | public function getSpannerLocation()
|
---|
| 116 | {
|
---|
| 117 | return $this->spannerLocation;
|
---|
| 118 | }
|
---|
| 119 | }
|
---|
| 120 |
|
---|
| 121 | // Adding a class alias for backwards compatibility with the previous class name.
|
---|
| 122 | class_alias(CloudReliabilityZicyWs3DataplaneProtosLocationData::class, 'Google_Service_CloudDataplex_CloudReliabilityZicyWs3DataplaneProtosLocationData');
|
---|