/var/www/flurhymez/vendor/google/apiclient-services/src/BigtableAdmin
Edit: /var/www/flurhymez/vendor/google/apiclient-services/src/BigtableAdmin/ClusterState.php (1591B)
encryptionInfo = $encryptionInfo;
}
/**
* @return EncryptionInfo[]
*/
public function getEncryptionInfo()
{
return $this->encryptionInfo;
}
/**
* @param string
*/
public function setReplicationState($replicationState)
{
$this->replicationState = $replicationState;
}
/**
* @return string
*/
public function getReplicationState()
{
return $this->replicationState;
}
}
// Adding a class alias for backwards compatibility with the previous class name.
class_alias(ClusterState::class, 'Google_Service_BigtableAdmin_ClusterState');