code
stringlengths 15
9.96M
| docstring
stringlengths 1
10.1k
| func_name
stringlengths 1
124
| language
stringclasses 1
value | repo
stringlengths 7
63
| path
stringlengths 6
186
| url
stringlengths 50
236
| license
stringclasses 4
values |
---|---|---|---|---|---|---|---|
public function setLocationType($locationType)
{
$this->locationType = $locationType;
} | @param string | setLocationType | php | googleapis/google-api-php-client-services | src/NetAppFiles/LocationAssignment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/LocationAssignment.php | Apache-2.0 |
public function getLocationType()
{
return $this->locationType;
} | @return string | getLocationType | php | googleapis/google-api-php-client-services | src/NetAppFiles/LocationAssignment.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/LocationAssignment.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListOperationsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListOperationsResponse.php | Apache-2.0 |
public function setOperations($operations)
{
$this->operations = $operations;
} | @param Operation[] | setOperations | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListOperationsResponse.php | Apache-2.0 |
public function getOperations()
{
return $this->operations;
} | @return Operation[] | getOperations | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListOperationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListOperationsResponse.php | Apache-2.0 |
public function setClusterLocation($clusterLocation)
{
$this->clusterLocation = $clusterLocation;
} | @param string | setClusterLocation | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getClusterLocation()
{
return $this->clusterLocation;
} | @return string | getClusterLocation | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setDestinationVolume($destinationVolume)
{
$this->destinationVolume = $destinationVolume;
} | @param string | setDestinationVolume | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getDestinationVolume()
{
return $this->destinationVolume;
} | @return string | getDestinationVolume | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setDestinationVolumeParameters(DestinationVolumeParameters $destinationVolumeParameters)
{
$this->destinationVolumeParameters = $destinationVolumeParameters;
} | @param DestinationVolumeParameters | setDestinationVolumeParameters | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getDestinationVolumeParameters()
{
return $this->destinationVolumeParameters;
} | @return DestinationVolumeParameters | getDestinationVolumeParameters | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setHealthy($healthy)
{
$this->healthy = $healthy;
} | @param bool | setHealthy | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getHealthy()
{
return $this->healthy;
} | @return bool | getHealthy | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setHybridPeeringDetails(HybridPeeringDetails $hybridPeeringDetails)
{
$this->hybridPeeringDetails = $hybridPeeringDetails;
} | @param HybridPeeringDetails | setHybridPeeringDetails | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getHybridPeeringDetails()
{
return $this->hybridPeeringDetails;
} | @return HybridPeeringDetails | getHybridPeeringDetails | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setHybridReplicationType($hybridReplicationType)
{
$this->hybridReplicationType = $hybridReplicationType;
} | @param string | setHybridReplicationType | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getHybridReplicationType()
{
return $this->hybridReplicationType;
} | @return string | getHybridReplicationType | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setMirrorState($mirrorState)
{
$this->mirrorState = $mirrorState;
} | @param string | setMirrorState | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getMirrorState()
{
return $this->mirrorState;
} | @return string | getMirrorState | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setReplicationSchedule($replicationSchedule)
{
$this->replicationSchedule = $replicationSchedule;
} | @param string | setReplicationSchedule | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getReplicationSchedule()
{
return $this->replicationSchedule;
} | @return string | getReplicationSchedule | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setRole($role)
{
$this->role = $role;
} | @param string | setRole | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getRole()
{
return $this->role;
} | @return string | getRole | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setSourceVolume($sourceVolume)
{
$this->sourceVolume = $sourceVolume;
} | @param string | setSourceVolume | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getSourceVolume()
{
return $this->sourceVolume;
} | @return string | getSourceVolume | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setStateDetails($stateDetails)
{
$this->stateDetails = $stateDetails;
} | @param string | setStateDetails | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getStateDetails()
{
return $this->stateDetails;
} | @return string | getStateDetails | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setTransferStats(TransferStats $transferStats)
{
$this->transferStats = $transferStats;
} | @param TransferStats | setTransferStats | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function getTransferStats()
{
return $this->transferStats;
} | @return TransferStats | getTransferStats | php | googleapis/google-api-php-client-services | src/NetAppFiles/Replication.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Replication.php | Apache-2.0 |
public function setChildAsset($childAsset)
{
$this->childAsset = $childAsset;
} | @param CloudAsset[] | setChildAsset | php | googleapis/google-api-php-client-services | src/NetAppFiles/CloudAssetComposition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/CloudAssetComposition.php | Apache-2.0 |
public function getChildAsset()
{
return $this->childAsset;
} | @return CloudAsset[] | getChildAsset | php | googleapis/google-api-php-client-services | src/NetAppFiles/CloudAssetComposition.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/CloudAssetComposition.php | Apache-2.0 |
public function setPolicyId($policyId)
{
$this->policyId = $policyId;
} | @param string[] | setPolicyId | php | googleapis/google-api-php-client-services | src/NetAppFiles/BlobstoreLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/BlobstoreLocation.php | Apache-2.0 |
public function getPolicyId()
{
return $this->policyId;
} | @return string[] | getPolicyId | php | googleapis/google-api-php-client-services | src/NetAppFiles/BlobstoreLocation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/BlobstoreLocation.php | Apache-2.0 |
public function setDone($done)
{
$this->done = $done;
} | @param bool | setDone | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function getDone()
{
return $this->done;
} | @return bool | getDone | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function setError(Status $error)
{
$this->error = $error;
} | @param Status | setError | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function getError()
{
return $this->error;
} | @return Status | getError | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function setMetadata($metadata)
{
$this->metadata = $metadata;
} | @param array[] | setMetadata | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function getMetadata()
{
return $this->metadata;
} | @return array[] | getMetadata | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function setResponse($response)
{
$this->response = $response;
} | @param array[] | setResponse | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function getResponse()
{
return $this->response;
} | @return array[] | getResponse | php | googleapis/google-api-php-client-services | src/NetAppFiles/Operation.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Operation.php | Apache-2.0 |
public function setRegionalMigDistributionPolicy(RegionalMigDistributionPolicy $regionalMigDistributionPolicy)
{
$this->regionalMigDistributionPolicy = $regionalMigDistributionPolicy;
} | @param RegionalMigDistributionPolicy | setRegionalMigDistributionPolicy | php | googleapis/google-api-php-client-services | src/NetAppFiles/ExtraParameter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ExtraParameter.php | Apache-2.0 |
public function getRegionalMigDistributionPolicy()
{
return $this->regionalMigDistributionPolicy;
} | @return RegionalMigDistributionPolicy | getRegionalMigDistributionPolicy | php | googleapis/google-api-php-client-services | src/NetAppFiles/ExtraParameter.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ExtraParameter.php | Apache-2.0 |
public function setPeerClusterName($peerClusterName)
{
$this->peerClusterName = $peerClusterName;
} | @param string | setPeerClusterName | php | googleapis/google-api-php-client-services | src/NetAppFiles/EstablishPeeringRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/EstablishPeeringRequest.php | Apache-2.0 |
public function getPeerClusterName()
{
return $this->peerClusterName;
} | @return string | getPeerClusterName | php | googleapis/google-api-php-client-services | src/NetAppFiles/EstablishPeeringRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/EstablishPeeringRequest.php | Apache-2.0 |
public function setPeerIpAddresses($peerIpAddresses)
{
$this->peerIpAddresses = $peerIpAddresses;
} | @param string[] | setPeerIpAddresses | php | googleapis/google-api-php-client-services | src/NetAppFiles/EstablishPeeringRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/EstablishPeeringRequest.php | Apache-2.0 |
public function getPeerIpAddresses()
{
return $this->peerIpAddresses;
} | @return string[] | getPeerIpAddresses | php | googleapis/google-api-php-client-services | src/NetAppFiles/EstablishPeeringRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/EstablishPeeringRequest.php | Apache-2.0 |
public function setPeerSvmName($peerSvmName)
{
$this->peerSvmName = $peerSvmName;
} | @param string | setPeerSvmName | php | googleapis/google-api-php-client-services | src/NetAppFiles/EstablishPeeringRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/EstablishPeeringRequest.php | Apache-2.0 |
public function getPeerSvmName()
{
return $this->peerSvmName;
} | @return string | getPeerSvmName | php | googleapis/google-api-php-client-services | src/NetAppFiles/EstablishPeeringRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/EstablishPeeringRequest.php | Apache-2.0 |
public function setPeerVolumeName($peerVolumeName)
{
$this->peerVolumeName = $peerVolumeName;
} | @param string | setPeerVolumeName | php | googleapis/google-api-php-client-services | src/NetAppFiles/EstablishPeeringRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/EstablishPeeringRequest.php | Apache-2.0 |
public function getPeerVolumeName()
{
return $this->peerVolumeName;
} | @return string | getPeerVolumeName | php | googleapis/google-api-php-client-services | src/NetAppFiles/EstablishPeeringRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/EstablishPeeringRequest.php | Apache-2.0 |
public function setDirectoryServiceType($directoryServiceType)
{
$this->directoryServiceType = $directoryServiceType;
} | @param string | setDirectoryServiceType | php | googleapis/google-api-php-client-services | src/NetAppFiles/ValidateDirectoryServiceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ValidateDirectoryServiceRequest.php | Apache-2.0 |
public function getDirectoryServiceType()
{
return $this->directoryServiceType;
} | @return string | getDirectoryServiceType | php | googleapis/google-api-php-client-services | src/NetAppFiles/ValidateDirectoryServiceRequest.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ValidateDirectoryServiceRequest.php | Apache-2.0 |
public function setRules($rules)
{
$this->rules = $rules;
} | @param SimpleExportPolicyRule[] | setRules | php | googleapis/google-api-php-client-services | src/NetAppFiles/ExportPolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ExportPolicy.php | Apache-2.0 |
public function getRules()
{
return $this->rules;
} | @return SimpleExportPolicyRule[] | getRules | php | googleapis/google-api-php-client-services | src/NetAppFiles/ExportPolicy.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ExportPolicy.php | Apache-2.0 |
public function setCreateTime($createTime)
{
$this->createTime = $createTime;
} | @param string | setCreateTime | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function getCreateTime()
{
return $this->createTime;
} | @return string | getCreateTime | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function setDescription($description)
{
$this->description = $description;
} | @param string | setDescription | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function getDescription()
{
return $this->description;
} | @return string | getDescription | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function setLabels($labels)
{
$this->labels = $labels;
} | @param string[] | setLabels | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function getLabels()
{
return $this->labels;
} | @return string[] | getLabels | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function setName($name)
{
$this->name = $name;
} | @param string | setName | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function getName()
{
return $this->name;
} | @return string | getName | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function setState($state)
{
$this->state = $state;
} | @param string | setState | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function getState()
{
return $this->state;
} | @return string | getState | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function setStateDetails($stateDetails)
{
$this->stateDetails = $stateDetails;
} | @param string | setStateDetails | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function getStateDetails()
{
return $this->stateDetails;
} | @return string | getStateDetails | php | googleapis/google-api-php-client-services | src/NetAppFiles/Snapshot.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/Snapshot.php | Apache-2.0 |
public function setLocations($locations)
{
$this->locations = $locations;
} | @param Location[] | setLocations | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListLocationsResponse.php | Apache-2.0 |
public function getLocations()
{
return $this->locations;
} | @return Location[] | getLocations | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListLocationsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListLocationsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListLocationsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListLocationsResponse.php | Apache-2.0 |
public function setAssetName($assetName)
{
$this->assetName = $assetName;
} | @param string | setAssetName | php | googleapis/google-api-php-client-services | src/NetAppFiles/CloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/CloudAsset.php | Apache-2.0 |
public function getAssetName()
{
return $this->assetName;
} | @return string | getAssetName | php | googleapis/google-api-php-client-services | src/NetAppFiles/CloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/CloudAsset.php | Apache-2.0 |
public function setAssetType($assetType)
{
$this->assetType = $assetType;
} | @param string | setAssetType | php | googleapis/google-api-php-client-services | src/NetAppFiles/CloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/CloudAsset.php | Apache-2.0 |
public function getAssetType()
{
return $this->assetType;
} | @return string | getAssetType | php | googleapis/google-api-php-client-services | src/NetAppFiles/CloudAsset.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/CloudAsset.php | Apache-2.0 |
public function setKmsConfigs($kmsConfigs)
{
$this->kmsConfigs = $kmsConfigs;
} | @param KmsConfig[] | setKmsConfigs | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListKmsConfigsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListKmsConfigsResponse.php | Apache-2.0 |
public function getKmsConfigs()
{
return $this->kmsConfigs;
} | @return KmsConfig[] | getKmsConfigs | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListKmsConfigsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListKmsConfigsResponse.php | Apache-2.0 |
public function setNextPageToken($nextPageToken)
{
$this->nextPageToken = $nextPageToken;
} | @param string | setNextPageToken | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListKmsConfigsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListKmsConfigsResponse.php | Apache-2.0 |
public function getNextPageToken()
{
return $this->nextPageToken;
} | @return string | getNextPageToken | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListKmsConfigsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListKmsConfigsResponse.php | Apache-2.0 |
public function setUnreachable($unreachable)
{
$this->unreachable = $unreachable;
} | @param string[] | setUnreachable | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListKmsConfigsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListKmsConfigsResponse.php | Apache-2.0 |
public function getUnreachable()
{
return $this->unreachable;
} | @return string[] | getUnreachable | php | googleapis/google-api-php-client-services | src/NetAppFiles/ListKmsConfigsResponse.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/ListKmsConfigsResponse.php | Apache-2.0 |
public function setActiveDirectory($activeDirectory)
{
$this->activeDirectory = $activeDirectory;
} | @param string | setActiveDirectory | php | googleapis/google-api-php-client-services | src/NetAppFiles/StoragePool.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/StoragePool.php | Apache-2.0 |
public function getActiveDirectory()
{
return $this->activeDirectory;
} | @return string | getActiveDirectory | php | googleapis/google-api-php-client-services | src/NetAppFiles/StoragePool.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/StoragePool.php | Apache-2.0 |
public function setAllowAutoTiering($allowAutoTiering)
{
$this->allowAutoTiering = $allowAutoTiering;
} | @param bool | setAllowAutoTiering | php | googleapis/google-api-php-client-services | src/NetAppFiles/StoragePool.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/StoragePool.php | Apache-2.0 |
public function getAllowAutoTiering()
{
return $this->allowAutoTiering;
} | @return bool | getAllowAutoTiering | php | googleapis/google-api-php-client-services | src/NetAppFiles/StoragePool.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/StoragePool.php | Apache-2.0 |
public function setCapacityGib($capacityGib)
{
$this->capacityGib = $capacityGib;
} | @param string | setCapacityGib | php | googleapis/google-api-php-client-services | src/NetAppFiles/StoragePool.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/StoragePool.php | Apache-2.0 |
public function getCapacityGib()
{
return $this->capacityGib;
} | @return string | getCapacityGib | php | googleapis/google-api-php-client-services | src/NetAppFiles/StoragePool.php | https://github.com/googleapis/google-api-php-client-services/blob/master/src/NetAppFiles/StoragePool.php | Apache-2.0 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.